Merge pull request #1398 from consul/polish-polls

polish polls
This commit is contained in:
Juanjo Bazán
2017-02-06 12:11:31 +01:00
committed by GitHub
2 changed files with 10 additions and 9 deletions

View File

@@ -1439,15 +1439,16 @@ ul.ballot-list {
.dates {
color: $text-medium;
font-size: $small-font-size;
@include breakpoint(medium) {
float: right;
margin-right: $line-height;
}
margin-bottom: $line-height/2;
}
h4 a {
color: $text;
h4 {
font-size: rem-calc(30);
line-height: $line-height*1.5;
a {
color: $text;
}
}
}

View File

@@ -59,8 +59,8 @@
<% end %>
</ul>
</div>
<div class="small-12 column">
<%= link_to t("polls.index.participate_button"), poll, class: "button" %>
<div class="small-12 medium-6 large-4 column end">
<%= link_to t("polls.index.participate_button"), poll, class: "button expanded" %>
</div>
</div>
</div>