1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Move poll button into nav

This commit is contained in:
Brian Goff 2013-09-23 11:29:45 -04:00
parent 4838d98a7f
commit 7728be5bdb
2 changed files with 6 additions and 2 deletions

View file

@ -113,8 +113,8 @@ header.row .pagination {
margin-bottom: 10px;
border-width: 0px;
}
.summary_bar #live-poll {
line-height: 28px;
.nav #live-poll {
line-height: 25px;
}
#live-poll.active {
background-color: #009300;

View file

@ -21,6 +21,10 @@
<a href="<%= root_path %><%= url %>"><%= t(title) %></a>
</li>
<% end %>
<%= erb :_poll %>
</ul>
</div>
</div>