1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[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;
}