From: Coleman Watts Date: Fri, 6 Feb 2015 15:43:07 +0000 (-0500) Subject: Button style fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ba3d4a757780a78874c99d757966f7fbc046ea9f;p=civicrm-core.git Button style fix --- diff --git a/css/civicrm.css b/css/civicrm.css index 54508992c0..9528658e8e 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -2376,6 +2376,7 @@ div.grippie { .crm-container a.button:visited { display: block; float: left; + line-height: 135%; } .crm-container a.button .crm-container a.crm-invoiceButton span { @@ -2561,6 +2562,19 @@ div.grippie { margin-top: 3px; } +.crm-container .button .icon { + float: left; + display: block; + margin-right: 3px; + top: -1px; +} + +.crm-container .button .icon.css_right { + float: right; + margin-right: 0; + margin-left: 3px; +} + .crm-container input.crm-button.crm-icon-button { position: relative; }