]> git.mxchange.org Git - friendica.git/commitdiff
make subdued elements jump out at you on hover
authorfriendica <info@friendica.com>
Mon, 18 Jun 2012 05:50:02 +0000 (22:50 -0700)
committerfriendica <info@friendica.com>
Mon, 18 Jun 2012 05:50:02 +0000 (22:50 -0700)
view/theme/slackr/style.css

index 8a8f8c7264645e314ac1805d8a1d1b031cb7b6f0..d8801421e5eaf2f85c09e91895d7d132c03c7aaa 100644 (file)
@@ -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;