From 26ebbfbe0e4869aff9edfdbc11ecb66035336907 Mon Sep 17 00:00:00 2001 From: Abdelkader Boudih Date: Fri, 27 Feb 2015 07:58:12 +0000 Subject: [PATCH] style max-width for namespace [ci skip] --- web/assets/stylesheets/application.css | 8 +++++++- web/views/_footer.erb | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/web/assets/stylesheets/application.css b/web/assets/stylesheets/application.css index 9cb20b6a..ccf56669 100755 --- a/web/assets/stylesheets/application.css +++ b/web/assets/stylesheets/application.css @@ -695,6 +695,12 @@ div.interval-slider input { .redis-url { - max-width: 500px; + max-width: 400px; + overflow: hidden; +} + +.redis-namespace +{ + max-width: 250px; overflow: hidden; } diff --git a/web/views/_footer.erb b/web/views/_footer.erb index 995652a2..20a3974a 100644 --- a/web/views/_footer.erb +++ b/web/views/_footer.erb @@ -13,7 +13,7 @@ <% if namespace %>
  • - +
  • <% end %>