diff options
author | Vasudev Kamath <kamathvasudev@gmail.com> | 2012-07-06 22:47:27 +0530 |
---|---|---|
committer | Vasudev Kamath <kamathvasudev@gmail.com> | 2012-07-06 22:47:27 +0530 |
commit | ba4db236ecff1ffdb56adc2715b3f53515f8cb34 (patch) | |
tree | f0b9928aade8aab95d1608890fde1918ce163754 /view/theme/slackr | |
parent | 6e4760dd9c512147309b5e4a98d25216610f81da (diff) | |
parent | a122fecf50d06856a2ada8b564f711fb52c327f0 (diff) | |
download | volse-hubzilla-ba4db236ecff1ffdb56adc2715b3f53515f8cb34.tar.gz volse-hubzilla-ba4db236ecff1ffdb56adc2715b3f53515f8cb34.tar.bz2 volse-hubzilla-ba4db236ecff1ffdb56adc2715b3f53515f8cb34.zip |
Merge branch 'master' of git://github.com/friendica/friendica
Diffstat (limited to 'view/theme/slackr')
-rw-r--r-- | view/theme/slackr/birthdays_reminder.tpl | 7 | ||||
-rw-r--r-- | view/theme/slackr/style.css | 11 |
2 files changed, 18 insertions, 0 deletions
diff --git a/view/theme/slackr/birthdays_reminder.tpl b/view/theme/slackr/birthdays_reminder.tpl index 8b1378917..1dc65295a 100644 --- a/view/theme/slackr/birthdays_reminder.tpl +++ b/view/theme/slackr/birthdays_reminder.tpl @@ -1 +1,8 @@ +{{ if $classtoday }} +<script> + $(document).ready(function() $lbr + $('#events-reminder').addClass($.trim('$classtoday')); + $rbr); +</script> +{{ endif }} diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css index ea10cc377..73b436fc6 100644 --- a/view/theme/slackr/style.css +++ b/view/theme/slackr/style.css @@ -12,6 +12,10 @@ .wall-item-tools { background: none; } +.wall-item-body a:hover { + color: #ff6600; +} + .widget { /* box-shadow: 4px 4px 3px 0 #444444; */ @@ -67,6 +71,8 @@ nav #site-location { opacity: 1.0; filter:alpha(opacity=100); box-shadow: 4px 4px 3px 0 #444444; + margin-left: 0px; + margin-top: 0px; } #events-reminder:hover { @@ -108,6 +114,8 @@ nav #site-location { #posted-date-selector { margin-left: 30px !important; margin-top: 5px !important; + margin-right: 0px !important; + margin-bottom: 0px !important; } @@ -115,6 +123,9 @@ nav #site-location { box-shadow: 4px 4px 3px 0 #444444; margin-left: 25px !important; margin-top: 0px !important; + margin-right: 5px !important; + margin-bottom: 5px !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 { |