From 29e6b81bb6c7d1f1c103f82c4e3772513931554d Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Mon, 15 Sep 2014 15:15:01 +0200 Subject: [PATCH] Small adjustment to sidebar width. --- app/assets/stylesheets/zzz.css.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/zzz.css.erb b/app/assets/stylesheets/zzz.css.erb index 961edebb1..8a1f01ffb 100644 --- a/app/assets/stylesheets/zzz.css.erb +++ b/app/assets/stylesheets/zzz.css.erb @@ -2152,7 +2152,7 @@ footer { .sidebar { width: 32%; - max-width: 353px; + max-width: 300px; padding: 20px; background: white; border-right: 1px solid #e6e6e6; @@ -2166,7 +2166,7 @@ footer { .NavBarAdmin.sidebar { padding-top: 1px; - width: 270px; + width: 280px; } .nav-stacked > li + li {