]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/media/style/admin.css
resolves an issue with the vertical alignment of the text in the form buttons
[osqa.git] / forum / skins / default / media / style / admin.css
index 4fcfad5d21936727382d313ccddfb9fd342a2713..51810b023b1db0f8b09450685ba61e8b9ff11d62 100644 (file)
     width: 550px;    
 }
 
-#admin_form th {
+#admin_form th input[type="text"] {
     text-align: left;
     vertical-align: top;
+    width: 125px;
+    padding: 2px 3px;
+    font-size: 12px;
+    height: auto;
+    line-height: 100%;
+}
+
+#admin_form th {
+
 }
 
 #admin_form td {
 .string_list_widget_button.add {
     position: relative;
     left: 554px;
+}
+
+table caption {
+    font-size: 120%;
+       padding: 3px 0;
+    text-align: left;
 }
\ No newline at end of file