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:
f2855e0
)
civicrm.css-increase crm-hover-button.action-item font size
author
Dave Greenberg
<dave@civicrm.org>
Tue, 10 Jun 2014 22:53:32 +0000
(15:53 -0700)
committer
Dave Greenberg
<dave@civicrm.org>
Tue, 10 Jun 2014 22:53:32 +0000
(15:53 -0700)
Action item lists under > more, and in Manage Events and Manage Contrib page selectors are too small to be readable.
css/civicrm.css
patch
|
blob
|
blame
|
history
diff --git
a/css/civicrm.css
b/css/civicrm.css
index 3c68c191561bf751e0b8f7f19b8498913b7764b2..4ba2d272051590e0adc2397e2bdc4373799c0d9e 100644
(file)
--- a/
css/civicrm.css
+++ b/
css/civicrm.css
@@
-1729,7
+1729,7
@@
editor specific classes
}
.crm-container a.crm-hover-button.action-item,
.crm-container .crm-hover-button.btn-slide {
- font-size: .9em;
+ font-size: .9
5
em;
padding: 3px 5px;
opacity: 1;
}
@@
-4706,4
+4706,4
@@
span.crm-status-icon {
}
.crm-container .ng-valid {
border: 1px solid #666;
-}
\ No newline at end of file
+}