From: friendica Date: Tue, 15 May 2012 04:45:37 +0000 (-0700) Subject: slackr drop shadows extended X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0faa0c2ab189d4a3fd15e843077c2715335eebde;p=friendica.git slackr drop shadows extended --- diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css index 6fe214d743..abb431ab94 100644 --- a/view/theme/slackr/style.css +++ b/view/theme/slackr/style.css @@ -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; +} + +