mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
[ticket/11552] Responsive polls
PHPBB3-11552
This commit is contained in:
parent
2c15b653cc
commit
ff7b140c75
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user