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;
|
margin-bottom: 10px;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
}
|
}
|
||||||
.summary_bar #live-poll {
|
.nav #live-poll {
|
||||||
line-height: 28px;
|
line-height: 25px;
|
||||||
}
|
}
|
||||||
#live-poll.active {
|
#live-poll.active {
|
||||||
background-color: #009300;
|
background-color: #009300;
|
||||||
|
|
|
@ -21,6 +21,10 @@
|
||||||
<a href="<%= root_path %><%= url %>"><%= t(title) %></a>
|
<a href="<%= root_path %><%= url %>"><%= t(title) %></a>
|
||||||
</li>
|
</li>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
<%= erb :_poll %>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue