]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Couple of tiny theme changes for inline replies.
authorSamantha Doherty <sammy@status.net>
Fri, 11 Mar 2011 05:00:54 +0000 (00:00 -0500)
committerSamantha Doherty <sammy@status.net>
Fri, 11 Mar 2011 05:00:54 +0000 (00:00 -0500)
theme/neo/css/display.css

index d6a33ad0cbdb3c778a219890831d5b58770684bc..22556bb89101936871a43a8c0a380574075b7b6c 100644 (file)
@@ -504,10 +504,17 @@ div.entry-content a.response:after {
     background: none;
 }
 
+#content .notice .threaded-replies .entry-title {
+    min-height: 1px;
+}
+
 #content .threaded-replies .notice .author .photo {
     height: 24px;
     width: 24px;
     top: 14px;
+    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
+    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
+    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
 }
 
 #content .notice .threaded-replies .notice .entry-title {