From f7b0b6fffebcc689be4b29380f3d5b073ee3a36e Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Thu, 31 Oct 2013 00:12:31 +0100 Subject: [PATCH] make the buffers list static width instead of relative --- css/glowingbear.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index e400f81..457ec49 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -140,7 +140,7 @@ input[type=text], input[type=password], .badge { } #topbar .title { position: fixed; - left: 14%; + left: 145px; /* sidebar */ overflow: hidden; } #topbar .actions { @@ -160,10 +160,9 @@ input[type=text], input[type=password], .badge { } #sidebar { position: fixed; - width: 12%; + width: 140px; min-height: 100%; height: 100%; - min-width: 130px; overflow: auto; padding-top: 35px; /* topbar */ font-size: smaller; @@ -232,7 +231,7 @@ input[type=text], input[type=password], .badge { position: relative; height: 99%; overflow-y: auto; - margin-left: 14%; /* sidebar */ + margin-left: 145px; /* sidebar */ width: auto; top: 25px; /* topbar */ padding-bottom: 10px; @@ -245,7 +244,7 @@ input[type=text], input[type=password], .badge { } .navbar-fixed-bottom { - margin: 0 5px 0 14%; + margin: 0 5px 0 145px; /* sidebar */ } .navbar-inverse { background-color: #181818; @@ -263,6 +262,9 @@ input[type=text], input[type=password], .badge { width: 100%; text-align: center; } + #bufferlines { + padding-bottom: 55px; /* navbar fixed bottom */ + } .navbar-fixed-bottom { margin: 0 5px 0 5px; }