From 0a4ca02ad726ba578b767c757aace6fc6f7fd705 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Thu, 19 Dec 2013 11:39:37 +0100 Subject: [PATCH] Fix overflowing of title into actions --- css/glowingbear.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/glowingbear.css b/css/glowingbear.css index 3421535..ba2000d 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -146,6 +146,7 @@ input[type=text], input[type=password], .badge { font-size: larger; position: fixed; right: 0; + background: #282828; } #topbar .actions > * { padding-left: 5px;