]> git.openstreetmap.org Git - osqa.git/commitdiff
Two fixes in the new admin css.
authorhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 13 May 2010 13:26:26 +0000 (13:26 +0000)
committerhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 13 May 2010 13:26:26 +0000 (13:26 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@255 0cfe37f9-358a-4d5e-be75-b63607b5c754

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

index 5b2965baa37c9488fdbd21bac2f8aeff249c5cc8..5afe22e7977ccba448b134600f552f2e53e0aceb 100644 (file)
@@ -4,4 +4,12 @@ textarea {
 
 input.longstring {
     width: 100%;
+}
+
+#admin_form tr th {
+    white-space: nowrap;        
+}
+
+#admin_form tr td {
+    width: 100%;    
 }
\ No newline at end of file