[ticket/12013] Add missing class to place the buttons on the rightside.

PHPBB3-12013
This commit is contained in:
Cesar G 2014-05-02 14:45:34 -07:00
parent e1513a985b
commit bf5d3030b4

View file

@ -477,6 +477,10 @@ ul.linklist.bulletin > li.no-bulletin:before {
position: relative;
}
.dropdown-container-right {
float: right;
}
.nojs .dropdown-container:hover .dropdown {
display: block !important;
}