mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11956] Fix topic actions layout
Fix topic actions layout on mobile devices PHPBB3-11956
This commit is contained in:
parent
3016e5227b
commit
9833354578
1 changed files with 6 additions and 0 deletions
|
@ -480,6 +480,12 @@ fieldset.quickmod {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fieldset.display-options label {
|
||||||
|
display: block;
|
||||||
|
clear: both;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
dl.mini dd.pm-legend {
|
dl.mini dd.pm-legend {
|
||||||
float: left;
|
float: left;
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue