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:
3a7d945
)
dealing with bootstrap styles being applied to labels on the backend in joomla
author
Alice Frumin
<alice@aghstrategies.com>
Tue, 8 Nov 2016 23:43:48 +0000
(18:43 -0500)
committer
Alice Frumin
<alice@aghstrategies.com>
Tue, 8 Nov 2016 23:43:48 +0000
(18:43 -0500)
css/joomla.css
patch
|
blob
|
blame
|
history
diff --git
a/css/joomla.css
b/css/joomla.css
index 39a489786ac5c13bf710d000227f926aeb6fa695..3e68dd080f6a0ace1063b297d063e28e753f50b8 100644
(file)
--- a/
css/joomla.css
+++ b/
css/joomla.css
@@
-375,3
+375,13
@@
ul#civicrm-menu li#crm-qsearch {
.crm-container .disabled {
font-weight: normal;
}
+
+#crm-container .crm-container .form-layout td.label {
+ width: inherit;
+}
+
+#crm-container .label {
+ background-color: inherit;
+ width: inherit;
+ display: block;
+}