[ticket/365] Remove inline css from poll side and fix poll side layout

B3P-365
This commit is contained in:
Marc Alexander
2014-09-16 01:06:18 +02:00
parent 3f1a4ed2f1
commit 1aa5cffac6
2 changed files with 35 additions and 14 deletions

View File

@@ -188,13 +188,35 @@ a.portal-forumtitle {
}
.portal-poll-subtext {
font-size: 1.0em;
font-size: 1.0em !important;
width: 10em;
}
.portal-poll-vote {
border-top: none;
}
.portal-poll-side-option dt {
width: 30% !important;
}
.portal-poll-side-option dt:first-child {
width: 60% !important;
}
.portal-poll-side-option-info {
width: 30% !important;
}
.portal-poll-side-checkbox {
float: right;
}
.portal-poll-side-checkbox input {
vertical-align: top;
margin-top: 0;
}
/**
* Calendar CSS rules
*/