From 07eb5e1ab5d3c9174fe01ef66acecc92227f4768 Mon Sep 17 00:00:00 2001 From: jordan Date: Sat, 8 Oct 2011 08:45:35 +0000 Subject: [PATCH] changing the style of the dialog yes and no buttons, resolves an issue with the vertical alignment of those buttons on FF and Safari git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1182 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/media/style/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/forum/skins/default/media/style/style.css b/forum/skins/default/media/style/style.css index e329cf2..7c2c681 100644 --- a/forum/skins/default/media/style/style.css +++ b/forum/skins/default/media/style/style.css @@ -1781,13 +1781,14 @@ div.dialog .dialog-buttons { } .dialog-yes, .dialog-no { + padding: 0px 5px; margin: 0 3px 5px 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; background-color: #3060A8; color: white; - height: 20px; line-height: 20px; + vertical-align: baseline; font-weight: bold; border: 0; } -- 2.45.1