From b56e51b9d54d8bcbd57ffab77b64454943e64b78 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Wed, 16 Oct 2013 16:04:37 +0200 Subject: [PATCH] try to fix small visual problems with topbar --- css/glowingbear.css | 11 ++++++++--- index.html | 4 ++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 00c3ba7..e9f2c3e 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -93,9 +93,14 @@ input[type=text], input[type=password] { position: fixed; width: 100%; height: 25px; + max-height: 25px; z-index: 1; line-height: 25px; + white-space: nowrap; } + #topbar > * { + float: left; + } #topbar .brand { height: 25px; padding-left: 5px; @@ -104,9 +109,11 @@ input[type=text], input[type=password] { height: 25px; } #topbar .title { - padding-left: 14%; + padding-left: 10%; + overflow: hidden; } #topbar .actions { + float: right; } #topbar .dropdown-menu form { padding-left: 6px; @@ -127,8 +134,6 @@ input[type=text], input[type=password] { font-size: smaller; } #sidebar form { - padding-left: 6px; - padding-right: 6px; } #sidebar .badge { diff --git a/index.html b/index.html index 9052a10..71b455d 100644 --- a/index.html +++ b/index.html @@ -126,10 +126,10 @@
-
+
brand
-
+
{{ pageTitle}}