aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/slackr
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/slackr')
-rw-r--r--view/theme/slackr/birthdays_reminder.tpl7
-rw-r--r--view/theme/slackr/style.css11
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 {