Merge pull request #2506 from brunoais/ticket/12604

[ticket/12604] Fix wrong padding when no notifications

* brunoais/ticket/12604:
  [ticket/12604] Fix wrong padding when no notifications
This commit is contained in:
Andreas Fischer 2014-05-29 15:42:30 +02:00
commit f0dcc271ac
2 changed files with 5 additions and 1 deletions

View file

@ -13,7 +13,7 @@
<ul>
<!-- IF not .notifications -->
<li>
<li class="no_notifications">
{L_NO_NOTIFICATIONS}
</li>
<!-- ENDIF -->

View file

@ -1066,6 +1066,10 @@ form > p.post-notice strong {
position: relative;
}
.dropdown-extended ul li.no_notifications {
padding: 10px;
}
.dropdown-extended ul li:before, .dropdown-extended ul li:after {
display: none;
}