aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-05-15 23:40:35 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-05-15 23:40:35 -0400
commita3137eec11ddd4c5d3e2b4f2c45fcfb356d2c2b0 (patch)
tree418391375830247eac3da1eadb5a6993a76b7977 /view/theme
parent2687f4377c301205afbbcf2034cbb1b9556e08e7 (diff)
parente39014a3a765f7afb189be5409b60a771f5c46da (diff)
downloadvolse-hubzilla-a3137eec11ddd4c5d3e2b4f2c45fcfb356d2c2b0.tar.gz
volse-hubzilla-a3137eec11ddd4c5d3e2b4f2c45fcfb356d2c2b0.tar.bz2
volse-hubzilla-a3137eec11ddd4c5d3e2b4f2c45fcfb356d2c2b0.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: update tinymce to 3.5.0.1 rev update DE strings slackr drop shadows extended Allow plugins to modify the contact photo menu rev update * master:
Diffstat (limited to 'view/theme')
-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;
+}
+
+