]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Styled divs of page forms.
authorWill Budic <redacted>
Mon, 11 May 2020 02:20:19 +0000 (12:20 +1000)
committerWill Budic <redacted>
Mon, 11 May 2020 02:20:19 +0000 (12:20 +1000)
htdocs/cgi-bin/wsrc/main.css
htdocs/cgi-bin/wsrc/main_earth.css
htdocs/cgi-bin/wsrc/main_moon.css
htdocs/cgi-bin/wsrc/main_sun.css

index 7990e831df40a4b6d946d06492b89274159697de..f0ea7e89f87550a2dcdea5ccc5ab7ce9690ceeb3 100644 (file)
@@ -19,12 +19,16 @@ div {
     vertical-align: middle;
 }
 
+#div_log {
+    font-weight: bold;
+}
 #div_srh {
     text-align: center;
     vertical-align: middle;
     display: none;
     margin-top: 5px;
     margin-bottom: 0px;
+    font-weight: bold;
 }
 
 TABLE,
@@ -62,15 +66,19 @@ th,
     text-decoration-style: wavy;
 
 }
+
 .span_cat {
+    font-family: Bookman;
     border:1px solid #b2f8ef;
     border-bottom:solid  #42e4fa 1px;
     border-style: inset;
     padding: 2px;
     padding-right: 10px;
     padding-left: 10px;
-    width:unset;
+    box-sizing: border-box;
+    width: auto;
 }
+
 #cat_lst {
     visibility: hidden;
 }
@@ -276,4 +284,5 @@ a:hover {
     font-style: normal;
     font-weight: bold;
     color:crimson;
-}
\ No newline at end of file
+}
+
index fe08c36d0777f29e05fb90caa728a9647c7f8529..220fff918a1a496adf022c58451b8dcfc57d108e 100644 (file)
@@ -19,12 +19,16 @@ div {
     vertical-align: middle;
 }
 
+#div_log {
+    font-weight: bold;
+}
 #div_srh {
     text-align: center;
     vertical-align: middle;
     display: none;
     margin-top: 5px;
     margin-bottom: 0px;
+    font-weight: bold;
 }
 
 TABLE,
index 5569da056878deae4ccff081b72a8b282510b164..d78f012e09acf3ed3cb2bf5efde1b6cb517a2f43 100644 (file)
@@ -25,12 +25,16 @@ div {
     color: #d8d8d8;
 }
 
+#div_log {
+    font-weight: bold;
+}
 #div_srh {
     text-align: center;
     vertical-align: middle;
     display: none;
     margin-top: 5px;
     margin-bottom: 0px;
+    font-weight: bold;
 }
 
 TABLE,
index b678532e67b8d7435caf3e5c0550b6dfafae7984..bc5da1e0587bde4ad9a2d66211afb710985edb09 100644 (file)
@@ -19,12 +19,16 @@ div {
     vertical-align: middle;
 }
 
+#div_log {
+    font-weight: bold;
+}
 #div_srh {
     text-align: center;
     vertical-align: middle;
     display: none;
     margin-top: 5px;
     margin-bottom: 0px;
+    font-weight: bold;
 }
 
 TABLE,