1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 19:49:54 +02:00

[ticket/12013] Update to use the new .button class.

PHPBB3-12013
This commit is contained in:
Cesar G
2014-05-31 16:25:20 -07:00
parent bf5d3030b4
commit 3bfc9ccbc7
5 changed files with 18 additions and 7 deletions

View File

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