From c77746695fdba81c3c9aa6e3a3e53376ee96c202 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Thu, 17 Oct 2013 10:42:31 +0200 Subject: [PATCH] Improve behaviour of top line use positition fixed to eliminate problem with title being too long and pushing the content to being two lines instead of one --- css/glowingbear.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index ad2d4ef..d4eb824 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -115,10 +115,8 @@ input[type=text], input[type=password] { line-height: 25px; white-space: nowrap; } - #topbar > * { - float: left; - } #topbar .brand { + float: left; height: 25px; padding-left: 5px; } @@ -126,11 +124,14 @@ input[type=text], input[type=password] { height: 25px; } #topbar .title { - padding-left: 10%; + position: fixed; + left: 14%; overflow: hidden; } #topbar .actions { - float: right; + position: fixed; + right: 0; + background: #282828; } #topbar .dropdown-menu form { padding-left: 6px;