[ticket/365] Remove inline css from poll side and fix poll side layout
B3P-365
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user