[ticket/11552] More responsive design adjustments

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin 2013-10-20 13:12:03 +03:00
parent 076198da7b
commit 2bb094cc19
2 changed files with 5 additions and 1 deletions

View file

@ -660,7 +660,7 @@ fieldset.polls dd div {
font-weight: bold; font-weight: bold;
padding: 0 2px; padding: 0 2px;
overflow: visible; overflow: visible;
min-width: 2%; min-width: 8px;
} }
.pollbar1, .pollbar2, .pollbar3, .pollbar4, .pollbar5 { .pollbar1, .pollbar2, .pollbar3, .pollbar4, .pollbar5 {

View file

@ -474,6 +474,10 @@ dl.mini dd.pm-legend {
padding: 0 5px; padding: 0 5px;
} }
fieldset.display-actions {
white-space: normal;
}
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) @media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
{ {
p.responsive-center { p.responsive-center {