1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[ticket/11956] Fix topic actions layout

Fix topic actions layout on mobile devices

PHPBB3-11956
This commit is contained in:
Vjacheslav Trushkin 2013-10-21 17:19:37 +03:00
parent 3016e5227b
commit 9833354578

View File

@ -480,6 +480,12 @@ fieldset.quickmod {
text-align: center;
}
fieldset.display-options label {
display: block;
clear: both;
margin-bottom: 5px;
}
dl.mini dd.pm-legend {
float: left;
min-width: 200px;