]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/media/style/djstyle_admin.css
Improves the pagination, adds a new sorting method for searches. Fixes some issues...
[osqa.git] / forum / skins / default / media / style / djstyle_admin.css
index 5afe22e7977ccba448b134600f552f2e53e0aceb..e8e85734e931ea7fa17bf948a776d43bef3d8f44 100644 (file)
@@ -10,6 +10,46 @@ input.longstring {
     white-space: nowrap;        
 }
 
-#admin_form tr td {
-    width: 100%;    
+#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;
+}
+
+.admin_message {
+    background-color: #ffffe0;
+    border: 3px double #b8860b;
+    padding: 4px;
 }
\ No newline at end of file