Explorar o código

Update main.css

Improved display of NOAA text files in text.php.
Josh Smith %!s(int64=8) %!d(string=hai) anos
pai
achega
0b3ed74d12
Modificáronse 1 ficheiros con 19 adicións e 1 borrados
  1. 19 1
      css/main.css

+ 19 - 1
css/main.css

@@ -323,7 +323,7 @@ legend {
   border: 0;
   border: 0;
   /* 1 */
   /* 1 */
   padding: 0;
   padding: 0;
-  white-space: normal;
+  /*white-space: normal;*/
   /* 2 */
   /* 2 */
   *margin-left: -7px;
   *margin-left: -7px;
   /* 3 */ }
   /* 3 */ }
@@ -802,6 +802,10 @@ ul.topnav li.icon {
       margin: 0 !important; }
       margin: 0 !important; }
     .container .right {
     .container .right {
       width: 100% !important; }
       width: 100% !important; }
+    /*added center tag container for the text.php page. */
+    .container .center {
+      width: 100% !important;
+      margin: 0 !important; }
 
 
   .container-fix {
   .container-fix {
     width: 100%; }
     width: 100%; }
@@ -818,6 +822,20 @@ ul.topnav li.icon {
 
 
   .card {
   .card {
     margin: 1em 0; }
     margin: 1em 0; }
+   
+/*card width for summaries page history tables*/
+  #tablefix.card {
+    width: 100%;
+    font-size: 0.7em; }
+
+/*Makes small font size for NOAA Monthly Reports table*/
+  div.noaatable {
+     font-size: 0.5em; }
+
+/*Makes small font size for NOAA Monthly Reports in text.php*/
+  pre.noaareport {
+     font-size: 0.4em; 
+     font-family: monospace; }
 
 
   header {
   header {
     width: 100%;
     width: 100%;