Merge pull request #8382 from annando/issue-8268
issue 8268: Birthday reminders are now more visible
This commit is contained in:
commit
ea1bdcc710
|
@ -2072,6 +2072,19 @@ img.acpopup-img {
|
|||
.wall-item-container.thread_level_7 {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
/* Birthday */
|
||||
#birthday-notice, #birthday-wrapper {
|
||||
margin-bottom: 5px;
|
||||
padding: 10px;
|
||||
border: none;
|
||||
background-color: rgba(247,247,247,$contentbg_transp);
|
||||
box-shadow: 0 0 3px #dadada;
|
||||
-webkit-box-shadow: 0 0 3px #dadada;
|
||||
-moz-box-shadow: 0 0 3px #dadada;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
/* Menubar Tabs */
|
||||
section > .tabbar-wrapper {
|
||||
/* The tabbar shouldn't' be visibile inside
|
||||
|
|
Loading…
Reference in a new issue