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:
parent
4838d98a7f
commit
7728be5bdb
2 changed files with 6 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -21,6 +21,10 @@
|
|||
<a href="<%= root_path %><%= url %>"><%= t(title) %></a>
|
||||
</li>
|
||||
<% end %>
|
||||
|
||||
<%= erb :_poll %>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue