From 5bfb0ba4c2ee23366651e1e38d3964098f99f5cf Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 13 Jan 2011 20:28:33 -0800 Subject: birthday notifications working --- view/theme/default/style.css | 24 ++++++++++++++++++++++++ view/theme/duepuntozero/style.css | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) (limited to 'view') 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; +} -- cgit v1.2.3