From: jordan Date: Mon, 4 Apr 2011 16:12:02 +0000 (+0000) Subject: SPLUNK-128, adding more padding to the content container, now it shouldn't cover... X-Git-Tag: live~379 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/0a2b0284b8fcb5a613f1cc3da59fc637d3033363 SPLUNK-128, adding more padding to the content container, now it shouldn't cover the Ok button if the text goes to the second line. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@928 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/media/style/style.css b/forum/skins/default/media/style/style.css index e100e6a..66da390 100644 --- a/forum/skins/default/media/style/style.css +++ b/forum/skins/default/media/style/style.css @@ -1719,7 +1719,7 @@ div.dialog, .context-menu-dropdown { } div.dialog .dialog-content { - padding: 12px 12px 37px 12px; + padding: 12px 12px 42px 12px; z-index: 1000; }