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

[ticket/11552] Responsive polls

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin 2013-10-20 09:57:55 +03:00
parent 2c15b653cc
commit ff7b140c75

View File

@ -359,6 +359,24 @@ dl.pmlist dd:first-of-type {
}
}
/* Polls
----------------------------------------*/
fieldset.polls dt {
width: 90%;
}
fieldset.polls dd.resultbar {
padding-left: 20px;
}
fieldset.polls dd.poll_option_percent {
width: 20%;
}
fieldset.polls dd.resultbar, fieldset.polls dd.poll_option_percent {
margin-top: 5px;
}
/* Post
----------------------------------------*/
.postprofile, .postbody, .search .postbody {