some corrections
[platal.git] / htdocs / css / default.css
index c3e8da1..178c0a0 100644 (file)
@@ -35,14 +35,14 @@ a img { border: 0px; }
 td    { vertical-align: top; }
 li    { padding-left: 3px; padding-right: 3px; text-align: justify; }
 hr    { width: 90%; text-align: center }
+dt    { font-weight: bold; }
 
 fieldset {
     border: 1px #336699 solid;
     background: #eeeeee;
     color: inherit;
 
-    margin-top: 1em;
-    margin-bottom: 1em;
+    margin: 1em 0 1em 0;
 }
 
 legend {
@@ -136,8 +136,8 @@ table.bicol {
     background: #eeeeee;
     border: 1px solid #336699;
     border-collapse: collapse;
-    width: 98%;
-    margin-left: 1%;
+    width: 100%;
+    margin-left: 0;
 }
 table.tinybicol {
     color: inherit;
@@ -475,8 +475,8 @@ div.adresse strong {
 #dev a { text-decoration: underline; }
 #dev a:hover { color: #003399; background: #c0e0e0; }
 
-#db-trace div.hide       { display: none; }
-#db-trace:hover div.hide { display: block }
+.backtrace div.hide       { display: none; }
+.backtrace:hover div.hide { display: block }
 
 #suid {
     color: red;
@@ -583,4 +583,8 @@ div#content {
     font-size: 95%;
 }
 
+#menu-evts {
+    font-size: 85%;
+}
+
 /* vim: set et ts=4 sts=4 sw=4: */