mirror of
https://github.com/friendica/friendica
synced 2024-11-18 00:23:47 +00:00
add styling to event reminder
This commit is contained in:
parent
70aacc8a5e
commit
a3fa8ec29a
1 changed files with 6 additions and 4 deletions
|
@ -2214,9 +2214,11 @@ img.acpopup-img {
|
|||
margin-left: 15px;
|
||||
}
|
||||
|
||||
/* Birthday */
|
||||
/* Birthday and Event Reminders */
|
||||
#birthday-notice,
|
||||
#birthday-wrapper {
|
||||
#birthday-wrapper,
|
||||
#event-notice,
|
||||
#event-wrapper {
|
||||
margin-bottom: 5px;
|
||||
padding: 10px;
|
||||
border: none;
|
||||
|
|
Loading…
Reference in a new issue