mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11552] More responsive design adjustments
PHPBB3-11552
This commit is contained in:
parent
076198da7b
commit
2bb094cc19
2 changed files with 5 additions and 1 deletions
|
@ -660,7 +660,7 @@ fieldset.polls dd div {
|
|||
font-weight: bold;
|
||||
padding: 0 2px;
|
||||
overflow: visible;
|
||||
min-width: 2%;
|
||||
min-width: 8px;
|
||||
}
|
||||
|
||||
.pollbar1, .pollbar2, .pollbar3, .pollbar4, .pollbar5 {
|
||||
|
|
|
@ -474,6 +474,10 @@ dl.mini dd.pm-legend {
|
|||
padding: 0 5px;
|
||||
}
|
||||
|
||||
fieldset.display-actions {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
|
||||
{
|
||||
p.responsive-center {
|
||||
|
|
Loading…
Add table
Reference in a new issue