]> git.openstreetmap.org Git - osqa.git/commitdiff
make sure that the context input of the settings set template has a fixed width,...
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sat, 7 May 2011 10:14:00 +0000 (10:14 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sat, 7 May 2011 10:14:00 +0000 (10:14 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1026 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/media/style/admin.css

index 51bf9190e7688119fb3b06efddd53bdd6564411a..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 {