diff options
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 = */ /* ================== */ |