diff options
author | Friendika <info@friendika.com> | 2011-11-11 01:19:16 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-11 01:19:16 -0800 |
commit | f4f8f7623bbc06ac27520e62cf452bf2d77f18a1 (patch) | |
tree | 4d1833d595ac324b46250358c1db2ff82b12d779 /view | |
parent | 02f21fb74c954a4b3ba356c72fe28d62ce52039a (diff) | |
download | volse-hubzilla-f4f8f7623bbc06ac27520e62cf452bf2d77f18a1.tar.gz volse-hubzilla-f4f8f7623bbc06ac27520e62cf452bf2d77f18a1.tar.bz2 volse-hubzilla-f4f8f7623bbc06ac27520e62cf452bf2d77f18a1.zip |
theme birthday/event notifications under testbubble
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/testbubble/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index 56af0dcda..971ad2431 100644 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -703,6 +703,14 @@ ul .sidebar-group-li .icon{ margin-right: 5px; } +.birthday-today, .event-today { + font-weight: bold; +} + +#birthday-wrapper, #event-wrapper { + margin-left: 15px; +} + /* ================== */ /* = Contacts Block = */ /* ================== */ |