projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5bbeb3
)
Button style fix
author
Coleman Watts
<coleman@civicrm.org>
Fri, 6 Feb 2015 15:43:07 +0000
(10:43 -0500)
committer
Coleman Watts
<coleman@civicrm.org>
Fri, 6 Feb 2015 20:14:55 +0000
(15:14 -0500)
css/civicrm.css
patch
|
blob
|
blame
|
history
diff --git
a/css/civicrm.css
b/css/civicrm.css
index 54508992c0d18f1d64450decd781056fd9028aa7..9528658e8e4f1ccd83d6abaf828ed10ae848cc6d 100644
(file)
--- 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;
}