mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Merge pull request #13477 from haheute/event-css
add styling to event reminder
This commit is contained in:
commit
9a4f2a4492
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…
Add table
Add a link
Reference in a new issue