]> git.mxchange.org Git - friendica.git/commitdiff
slackr drop shadows extended
authorfriendica <info@friendica.com>
Tue, 15 May 2012 04:45:37 +0000 (21:45 -0700)
committerfriendica <info@friendica.com>
Tue, 15 May 2012 04:45:37 +0000 (21:45 -0700)
view/theme/slackr/style.css

index 6fe214d74345c9a39d9036a3da968e1929a39106..abb431ab947caf1a4747adbf1b0e60fc38cfa733 100644 (file)
@@ -44,4 +44,18 @@ nav #site-location {
        border-radius: 3px;
        -moz-border-radius: 3px;
        box-shadow: 3px 3px 10px 0 #000000;
-}
\ No newline at end of file
+}
+
+#sidebar-page-list img {
+       border-radius: 3px;
+       -moz-border-radius: 3px;
+       box-shadow: 3px 3px 10px -2px #000000;
+}
+
+.contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img {
+       border-radius: 3px;
+       -moz-border-radius: 3px;
+       box-shadow: 3px 3px 10px 0 #000000;
+}
+
+