mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12013] Add missing class to place the buttons on the rightside.
PHPBB3-12013
This commit is contained in:
parent
e1513a985b
commit
bf5d3030b4
1 changed files with 4 additions and 0 deletions
|
@ -477,6 +477,10 @@ ul.linklist.bulletin > li.no-bulletin:before {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-container-right {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
.nojs .dropdown-container:hover .dropdown {
|
.nojs .dropdown-container:hover .dropdown {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue