Closes #678: Issues with filename detection in PlUpload when the username
[platal.git] / htdocs / css / keynote.css
index 1114d81..db17c86 100644 (file)
@@ -45,14 +45,19 @@ hr    { text-align: center; }
 dt    { font-weight: bold; }
 
 fieldset {
-    border-top: 1px solid #fff;
-    border-left: 1px solid #fff;
+    border: 1px solid #fff;
+    border-bottom: 0px;
+    border-right: 0px;
     background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
     color: #000;
     margin: 1em 0 1em 0;
+    text-align: justify;
 }
 legend {
-    border: 1px solid #fff;
+    border-bottom: 1px solid #666;
+    border-right: 1px solid #666;
+    border-top: 1px solid #fff;
+    border-left: 1px solid #fff;
     background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed;
     color: #000;
 
@@ -144,7 +149,7 @@ table.bicol, table.tinybicol {
     border-color: #fff;
     border-collapse: collapse;
 }
-table.bicol     { width: 98%; margin-left: 1%; }
+table.bicol     { width: 100%; margin-left: 0; }
 table.tinybicol { width: 70%; margin-left: 15%; }
 
 table.tinybicol tr.pair, table.bicol tr.pair {
@@ -196,8 +201,7 @@ td.action a { padding: 0px 2px 0px 2px; }
     background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
     color: #000;
     border-top: 1px solid #fff;
-    width: 98%;
-    margin-left: 1%;
+    width: 100%;
 }
 #skin td {
     border-bottom: 1px solid #fff;
@@ -602,4 +606,16 @@ div#content {
     font-size: 95%;
 }
 
+#menu-evts {
+    font-size: 85%;
+}
+
+.ac_results {
+    font-size: 90%;
+    background: #fff;
+}
+
+.ac_results li.over {
+    color: #777;
+}
 /* vim: set et ts=4 sts=4 sw=4: */