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:
089c859
)
CRM-16415 - Fix form button clickability
author
Coleman Watts
<coleman@civicrm.org>
Thu, 12 Nov 2015 21:22:40 +0000
(16:22 -0500)
committer
Coleman Watts
<coleman@civicrm.org>
Thu, 12 Nov 2015 21:22:40 +0000
(16:22 -0500)
css/civicrm.css
patch
|
blob
|
blame
|
history
diff --git
a/css/civicrm.css
b/css/civicrm.css
index 4e2918024eec24e8d12bf17f6931653daaf7d94d..6c733ece2ca9612af57dc97b2ddb27f61dca5c5b 100644
(file)
--- a/
css/civicrm.css
+++ b/
css/civicrm.css
@@
-2117,14
+2117,20
@@
a.crm-i:hover {
color: #6177D5;
}
+.crm-i-button {
+ position: relative;
+}
+
.crm-i-button>.crm-i {
- padding-left: 2px;
- line-height: inherit;
+ position: absolute;
+ pointer-events: none;
+ top: .4em;
+ left: .4em;
}
.crm-container .crm-button.crm-i-button input[type="button"],
.crm-container .crm-button.crm-i-button input.crm-form-submit {
- padding-left:
0
;
+ padding-left:
1.6em
;
}
.crm-container .inform-icon {