mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11552] Responsive polls
PHPBB3-11552
This commit is contained in:
parent
2c15b653cc
commit
ff7b140c75
1 changed files with 18 additions and 0 deletions
|
@ -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
|
/* Post
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
.postprofile, .postbody, .search .postbody {
|
.postprofile, .postbody, .search .postbody {
|
||||||
|
|
Loading…
Add table
Reference in a new issue