Add colors to status page to make it easy to spot problems
[phinde.git] / www / css / phinde.css
index 6d9ad20014e3c3740883b60cd21c56f71020627f..66ec6d00532ab7a41174a264c74a1246282c088d 100644 (file)
@@ -6,6 +6,17 @@
     margin-bottom: 1ex;
 }
 
+a.disguised {
+    color: inherit;
+}
+
+/* bootstrap 2.1.1 does not have this style, 2.3.2 would have it */
+.pagination ul > .active > a,
+.pagination ul > .active > a:hover {
+    background-color: #0088cc;
+    color: #FFF;
+}
+
 .hits {
     list-style-type: none;
     margin-left: 0px;
 }
 .hit em.hl {
     font-weight: bold;
-}
\ No newline at end of file
+}
+.resultinfo {
+    margin-top: 1ex;
+    margin-bottom: 2ex;
+}
+
+.hit-chat .meta {
+    margin-left: 3ex;
+}
+.hit-chat .date {
+    color: inherit;
+}
+.hit-chat .meta {
+    opacity: 0.5;
+}