X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ang%2FcrmStatusPage.css;h=7bc1722433196f997c19d8c72e53ca721b2c7b66;hb=f046623b737e941298a1a708519691b4cada47bc;hp=bc59cc24522447897ff10d582941d4c2aedfaa81;hpb=8f02b3cdf3d030b46b0d25c190b3fe863a0da191;p=civicrm-core.git diff --git a/ang/crmStatusPage.css b/ang/crmStatusPage.css index bc59cc2452..7bc1722433 100644 --- a/ang/crmStatusPage.css +++ b/ang/crmStatusPage.css @@ -38,15 +38,26 @@ margin: 1em 0; } +#crm-status-list .hidden-until { + font-weight: normal; + font-size: .8em; + margin-right: 1em; +} + +#tab-status-visible-1 .hush-menu > div { + width: 20em; /* determines max-width of popup menu */ +} + #crm-status-list .hush-menu > div { position: relative; - width: 20em; /* determines max-width of popup menu */ font-size: .8em; + top: -2px; } #crm-status-list .hush-menu button { float: right; cursor: pointer; + line-height: 1em; } #crm-status-list .hush-menu ul { @@ -56,11 +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: 99999; + z-index: 99; font-weight: normal; } + +.status-debug-information { + font-size: smaller; +}