ensl.org/app/assets/stylesheets/themes/default/pages/_polls.scss

52 lines
536 B
SCSS
Raw Normal View History

2014-04-27 01:35:13 +00:00
/*
Polls List
*/
table.polls {
.questions {
width: 30%;
}
.date {
width: 30%;
}
.votes,
.user {
width: 15%;
}
.actions {
width: 10%;
text-align: right;
}
}
/*
Poll Forms
*/
#poll {
.inputs {
.question {
@include span-columns(9);
}
.destroy {
@include span-columns(3);
@include omega;
.checkbox {
float: left;
}
.remove {
display: inline-block;
line-height: 40px;
margin-left: 10px;
2014-04-27 01:35:13 +00:00
}
}
}
}