From d83ea79809f6613ab48b8dc4dbcf7d90c8b4d2bd Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Sat, 18 Apr 2015 11:56:28 +0200 Subject: [PATCH 1/2] Add ellipsis overflow to buffer list name --- css/glowingbear.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/glowingbear.css b/css/glowingbear.css index 324bca3..821a77e 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -244,6 +244,13 @@ input[type=text], input[type=password], #sendMessage, .badge { color: #222; } +.nav-pills > li > a { + display: block; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + .content { height: 100%; min-height: 100%; From c939c7b32c9c7d86515476d7c2476359ee78c0e5 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Mon, 20 Apr 2015 16:55:29 +0200 Subject: [PATCH 2/2] Don't force margins to badges --- css/glowingbear.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 821a77e..427de8e 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -72,7 +72,7 @@ td.message { .panel input, .panel .input-group { max-width: 300px; } -input[type=text], input[type=password], #sendMessage, .badge { +input[type=text], input[type=password], #sendMessage { border: 0; border-radius: 0; margin-bottom: 5px !important;