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:
098656a
)
Status page: hush menu should be on top of other headers
author
Andrew Hunt
<andrew@aghstrategies.com>
Mon, 15 Oct 2018 16:59:18 +0000
(12:59 -0400)
committer
GitHub
<noreply@github.com>
Mon, 15 Oct 2018 16:59:18 +0000
(12:59 -0400)
Also tempered a bit of z-index overkill on the `<li>` elements in the menu
ang/crmStatusPage.css
patch
|
blob
|
blame
|
history
diff --git
a/ang/crmStatusPage.css
b/ang/crmStatusPage.css
index 7bac7aac30f65e3fbadc15d378895cdd47fc6b30..7bc1722433196f997c19d8c72e53ca721b2c7b66 100644
(file)
--- a/
ang/crmStatusPage.css
+++ b/
ang/crmStatusPage.css
@@
-67,15
+67,16
@@
width: auto;
margin: 0;
padding: 0;
+ z-index: 99;
}
#crm-status-list .hush-menu li {
padding: 0.2em 0.5em;
background-color: rgba(255, 255, 255, 0.9);
- z-index: 99
999
;
+ z-index: 99;
font-weight: normal;
}
.status-debug-information {
font-size: smaller;
-}
\ No newline at end of file
+}