From d61408958218c3842906b70e38865c5cbdf0e29c Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 17 Jun 2012 22:50:02 -0700 Subject: [PATCH] make subdued elements jump out at you on hover --- view/theme/slackr/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css index 8a8f8c7264..d8801421e5 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;