aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/slackr
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-14 21:45:37 -0700
committerfriendica <info@friendica.com>2012-05-14 21:45:37 -0700
commit0faa0c2ab189d4a3fd15e843077c2715335eebde (patch)
tree76fd29eee316460476479ce84c5b36c4b070750f /view/theme/slackr
parentc53674d367513e2c24a8a483f672e345b6ed0bf5 (diff)
downloadvolse-hubzilla-0faa0c2ab189d4a3fd15e843077c2715335eebde.tar.gz
volse-hubzilla-0faa0c2ab189d4a3fd15e843077c2715335eebde.tar.bz2
volse-hubzilla-0faa0c2ab189d4a3fd15e843077c2715335eebde.zip
slackr drop shadows extended
Diffstat (limited to 'view/theme/slackr')
-rw-r--r--view/theme/slackr/style.css16
1 files changed, 15 insertions, 1 deletions
diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css
index 6fe214d74..abb431ab9 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;
+}
+
+