Skip to content

Commit

Permalink
fix footer style [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros committed Feb 27, 2015
1 parent 7351c39 commit d578722
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions web/assets/stylesheets/application.css
Expand Up @@ -692,3 +692,9 @@ div.interval-slider input {
top: auto;
}
}

.redis-url
{
max-width: 500px;
overflow: hidden;
}
2 changes: 1 addition & 1 deletion web/views/_footer.erb
Expand Up @@ -6,7 +6,7 @@
<p class="navbar-text" style="color:white;"><%= product_version %></p>
</li>
<li>
<p class="navbar-text">Redis: <%= redis_connection %></p>
<p class="navbar-text redis-url">Redis: <%= redis_connection %></p>
</li>
<li>
<p class="navbar-text"><%= t('Time') %>: <%= Time.now.utc.strftime('%H:%M:%S UTC') %></p>
Expand Down

0 comments on commit d578722

Please sign in to comment.