mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-18 17:28:56 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12604] Fix wrong padding when no notifications
This commit is contained in:
commit
e9d33fd02e
2 changed files with 5 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<!-- IF not .notifications -->
|
<!-- IF not .notifications -->
|
||||||
<li>
|
<li class="no_notifications">
|
||||||
{L_NO_NOTIFICATIONS}
|
{L_NO_NOTIFICATIONS}
|
||||||
</li>
|
</li>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
|
@ -1066,6 +1066,10 @@ form > p.post-notice strong {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-extended ul li.no_notifications {
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.dropdown-extended ul li:before, .dropdown-extended ul li:after {
|
.dropdown-extended ul li:before, .dropdown-extended ul li:after {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue