aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-13 20:28:33 -0800
committerFriendika <info@friendika.com>2011-01-13 20:28:33 -0800
commit5bfb0ba4c2ee23366651e1e38d3964098f99f5cf (patch)
tree3d33a24a2be14e043b08ae7cbb8c21de8ddf16da /view
parent3494b23bfe7a848c8dc41f6680377e16cee0a9d2 (diff)
downloadvolse-hubzilla-5bfb0ba4c2ee23366651e1e38d3964098f99f5cf.tar.gz
volse-hubzilla-5bfb0ba4c2ee23366651e1e38d3964098f99f5cf.tar.bz2
volse-hubzilla-5bfb0ba4c2ee23366651e1e38d3964098f99f5cf.zip
birthday notifications working
Diffstat (limited to 'view')
-rw-r--r--view/theme/default/style.css24
-rw-r--r--view/theme/duepuntozero/style.css24
2 files changed, 48 insertions, 0 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css
index 240ace896..fd14c6bdd 100644
--- a/view/theme/default/style.css
+++ b/view/theme/default/style.css
@@ -1957,3 +1957,27 @@ a.mail-list-link {
#plugin-settings-link, #account-settings-link {
margin-bottom: 25px;
}
+
+
+#birthday-title {
+ float: left;
+ font-weight: bold;
+}
+
+#birthday-adjust {
+ float: left;
+ font-size: 75%;
+ margin-left: 10px;
+}
+
+#birthday-title-end {
+ clear: both;
+}
+
+.birthday-list {
+ margin-left: 15px;
+}
+
+#birthday-wrapper {
+ margin-bottom: 15px;
+}
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index f64ad3fb8..37670df01 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -1854,3 +1854,27 @@ a.mail-list-link {
font-size: 120%;
font-weight: bold;
}
+
+
+#birthday-title {
+ float: left;
+ font-weight: bold;
+}
+
+#birthday-adjust {
+ float: left;
+ font-size: 75%;
+ margin-left: 10px;
+}
+
+#birthday-title-end {
+ clear: both;
+}
+
+.birthday-list {
+ margin-left: 15px;
+}
+
+#birthday-wrapper {
+ margin-bottom: 15px;
+}