]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Pretty fave/repeat CSS!
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 27 Jun 2014 11:54:29 +0000 (13:54 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Fri, 27 Jun 2014 11:56:15 +0000 (13:56 +0200)
theme/base/css/display.css

index 89f47941de545b0a0385e3938d353b1adb936261..9203beacc65cac95550d1e2513cec4fa67d0cd49 100644 (file)
@@ -873,8 +873,8 @@ content: ":";
 #content .notice .threaded-replies .notice,
 #content .notice .threaded-replies .notice-data { 
     width: 440px;
-    padding-bottom: 14px;
-    padding-top: 5px;
+    padding-bottom: 1ex;
+    padding-top: 1ex;
     border-bottom: 2px dotted #eee;
     line-height: 1.36em;
     margin-top: 0px;
@@ -907,6 +907,14 @@ content: ":";
     clear: both;
     font-size: 0.88em;
 }
+.threaded-replies .notice-faves:before {
+    content: "\2665";
+    margin-right: 1ex;
+}
+.threaded-replies .notice-repeats:before {
+    content: "\267B";
+    margin-right: 1ex;
+}
 
 .threaded-replies li {
     list-style-type: none;