aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/slackr
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-17 22:50:02 -0700
committerfriendica <info@friendica.com>2012-06-17 22:50:02 -0700
commitd61408958218c3842906b70e38865c5cbdf0e29c (patch)
treefb7c9cefc724c50c1fecea4bb08c4be818a38f2a /view/theme/slackr
parent83b9a8eb44e5c4abbe7018c2228b488d3ecd437a (diff)
downloadvolse-hubzilla-d61408958218c3842906b70e38865c5cbdf0e29c.tar.gz
volse-hubzilla-d61408958218c3842906b70e38865c5cbdf0e29c.tar.bz2
volse-hubzilla-d61408958218c3842906b70e38865c5cbdf0e29c.zip
make subdued elements jump out at you on hover
Diffstat (limited to 'view/theme/slackr')
-rw-r--r--view/theme/slackr/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css
index 8a8f8c726..d8801421e 100644
--- a/view/theme/slackr/style.css
+++ b/view/theme/slackr/style.css
@@ -59,6 +59,8 @@ nav #site-location {
-moz-border-radius: 3px;
opacity: 0.3;
filter:alpha(opacity=30);
+ margin-left: 5px;
+ margin-top: 5px;
}
#events-reminder.birthday-today, #events-reminder.event-today {
@@ -71,6 +73,8 @@ nav #site-location {
opacity: 1.0;
filter:alpha(opacity=100);
box-shadow: 4px 4px 3px 0 #444444;
+ margin-left: 0px;
+ margin-top: 0px;
}
.fc-event-skin {
@@ -101,6 +105,17 @@ nav #site-location {
filter:alpha(opacity=100);
}
+#posted-date-selector {
+ margin-left: 30px !important;
+ margin-top: 5px !important;
+}
+
+
+#posted-date-selector:hover {
+ box-shadow: 4px 4px 3px 0 #444444;
+ margin-left: 25px !important;
+ margin-top: 0px !important;
+}
.contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo, .profile-jot-text, .group-selected, .nets-selected, .fileas-selected, #profile-jot-submit, .categories-selected {
border-radius: 3px;