diff options
author | Cesar G <prototech91@gmail.com> | 2014-05-02 14:45:34 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-07-04 00:56:04 -0700 |
commit | bf5d3030b417b23840de39e5e01ea0fcbdda54b2 (patch) | |
tree | 2a89eaba77a9bdb36b9a5514123eb0476710f52d /phpBB | |
parent | e1513a985bd8c2e088f6d31232c516b6df1d4538 (diff) | |
download | forums-bf5d3030b417b23840de39e5e01ea0fcbdda54b2.tar forums-bf5d3030b417b23840de39e5e01ea0fcbdda54b2.tar.gz forums-bf5d3030b417b23840de39e5e01ea0fcbdda54b2.tar.bz2 forums-bf5d3030b417b23840de39e5e01ea0fcbdda54b2.tar.xz forums-bf5d3030b417b23840de39e5e01ea0fcbdda54b2.zip |
[ticket/12013] Add missing class to place the buttons on the rightside.
PHPBB3-12013
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 881b2357b0..b4685a6312 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -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; } |