Merge pull request #12484 from eileenmcnaughton/queryFields
[civicrm-core.git] / ang / crmStatusPage.css
index bc59cc24522447897ff10d582941d4c2aedfaa81..7bac7aac30f65e3fbadc15d378895cdd47fc6b30 100644 (file)
   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 {
@@ -64,3 +75,7 @@
   z-index: 99999;
   font-weight: normal;
 }
+
+.status-debug-information {
+  font-size: smaller;
+}
\ No newline at end of file