diff options
author | root <root@diekershoff.homeunix.net> | 2011-01-14 07:15:57 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2011-01-14 07:15:57 +0100 |
commit | 30551b24ec833ef58e98071e56cb3bb94f302dd3 (patch) | |
tree | 3d33a24a2be14e043b08ae7cbb8c21de8ddf16da /view | |
parent | c472799b8dd607946c0bf787240ba4df7fd28e93 (diff) | |
parent | 5bfb0ba4c2ee23366651e1e38d3964098f99f5cf (diff) | |
download | volse-hubzilla-30551b24ec833ef58e98071e56cb3bb94f302dd3.tar.gz volse-hubzilla-30551b24ec833ef58e98071e56cb3bb94f302dd3.tar.bz2 volse-hubzilla-30551b24ec833ef58e98071e56cb3bb94f302dd3.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/default/style.css | 24 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 24 |
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; +} |