new pager
[phinde.git] / www / css / phinde.css
index a25aa31c5eab83704d9da76d8011542e37b46fad..b08a03afe12a57b6fbeb8ac774f9e4328b901c4e 100644 (file)
@@ -6,6 +6,13 @@
     margin-bottom: 1ex;
 }
 
+/* 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;
 .resultinfo {
     margin-top: 1ex;
     margin-bottom: 2ex;
-}
\ No newline at end of file
+}
+
+.hit-chat .meta {
+    margin-left: 3ex;
+}
+.hit-chat .date {
+    color: inherit;
+}
+.hit-chat .meta {
+    opacity: 0.5;
+}