]> git.openstreetmap.org Git - osqa.git/commitdiff
changing the style of the dialog yes and no buttons, resolves an issue with the verti...
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sat, 8 Oct 2011 08:45:35 +0000 (08:45 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sat, 8 Oct 2011 08:45:35 +0000 (08:45 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1182 0cfe37f9-358a-4d5e-be75-b63607b5c754

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

index e329cf29733edf6f4e8814d69967de59a2280c4d..7c2c681a0eb5c93dba374c96311387f670ad78c0 100644 (file)
@@ -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;
 }