]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/media/style/djstyle_admin.css
Some extra admin stuff and applied a patch from Ekalinin on OSQA 95.
[osqa.git] / forum / skins / default / media / style / djstyle_admin.css
index 5b2965baa37c9488fdbd21bac2f8aeff249c5cc8..87fe341d6b029025f8a53504e700bfc7257f3191 100644 (file)
@@ -4,4 +4,46 @@ textarea {
 
 input.longstring {
     width: 100%;
-}
\ No newline at end of file
+}
+
+#admin_form tr th {
+    white-space: nowrap;        
+}
+
+#admin_form tr th a {
+    font-size: 80%;        
+}
+
+#admin_form tr th .sep {
+    font-size: 80%;
+    margin-left: 6px;
+    margin-right: 6px;
+}
+
+#admin_form tr td:first-of-type {
+    width: 100%;
+}
+
+.string-list-input {
+    vertical-align: middle;
+}
+
+.string-list-input input {
+    width: 600px;
+    margin: 0px;
+}
+
+.string_list_widget_button {
+    background:url("../img/admin/nav-bg.gif") repeat-x scroll center bottom #dcdcdc;
+    border-color:#DDDDDD #AAAAAA #AAAAAA #DDDDDD;
+    border-style:solid;
+    border-width:1px;
+    color:black;
+    height: 20px;
+    width: 20px;
+}
+
+.string_list_widget_button.add {
+    position: relative;
+    left: 612px;
+}