1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 18:11:47 +02:00

[ticket/11956] Fix responsive jumpbox

PHPBB3-11956
This commit is contained in:
Vjacheslav Trushkin
2013-10-21 17:15:32 +03:00
parent 08811daa74
commit 3016e5227b

View File

@@ -206,7 +206,11 @@ fieldset.forum-selection2 {
fieldset.jumpbox {
text-align: right;
margin-top: 15px;
height: 2.5em;
min-height: 2.5em;
}
fieldset.jumpbox select {
max-width: 50%;
}
fieldset.quickmod {