From: jordan Date: Sat, 7 May 2011 10:14:00 +0000 (+0000) Subject: make sure that the context input of the settings set template has a fixed width,... X-Git-Tag: live~287 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/c1189cf145ac0a015218a8351e2276aa6205755c?ds=sidebyside make sure that the context input of the settings set template has a fixed width, so that it couldn't destroy the normal layout git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1026 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/media/style/admin.css b/forum/skins/default/media/style/admin.css index 51bf919..51810b0 100644 --- a/forum/skins/default/media/style/admin.css +++ b/forum/skins/default/media/style/admin.css @@ -18,9 +18,18 @@ 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 {