static/irclogs.css
changeset 60 759369a79527
parent 58 ce028d356e1f
child 61 d4b2b2fa9fc5
--- a/static/irclogs.css	Mon Feb 09 06:56:04 2009 +0200
+++ b/static/irclogs.css	Mon Feb 09 07:06:49 2009 +0200
@@ -223,4 +223,41 @@
     font-weight: bold;
 }
 
+/* Preferences form */
+fieldset {
+    background-color: #e8e8e8;
 
+    margin-bottom: 1em;
+}
+
+legend {
+    padding: 0.2em 0.5em;
+    
+    background-color: inherit;
+    border: inherit;
+}
+
+label {
+    display: block;
+    float: left;
+
+    width: 8em;
+    margin-right: 0.5em;
+
+    text-align: right;
+}
+
+fieldset input,
+fieldset select {
+    width: 15em;
+}
+
+input[type=submit] {
+    width: 8em;
+}
+
+fieldset span.example {
+    font-size: x-small;
+
+    margin-left: 1em;
+}