From abb153e711037d11305b342d75f6b490cfb579a0 Mon Sep 17 00:00:00 2001
From: jeroenpraat <jeroenpraat@xs4all.nl>
Date: Mon, 29 Jun 2015 23:09:36 +0200
Subject: Probably a ugly hack, but it's the only way I could found that cuts
 off very long channel names in the admin area. If there's a better
 alternative, be my guest.

---
 view/theme/redbasic/css/style.css | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'view/theme/redbasic')

diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 540f691c6..5e9c9febb 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1559,6 +1559,11 @@ th,td {
 	padding: 3px;
 }
 
+#channels > tbody > tr > td, #users > tbody > tr > td {
+	max-width: 19.4em;
+	overflow: hidden;
+}
+	
 /* message */
 
 img.mail-list-sender-photo {
-- 
cgit v1.2.3


From aad8fc19465e531c89ab1cd2b45f7d3c00cb4a55 Mon Sep 17 00:00:00 2001
From: jeroenpraat <jeroenpraat@xs4all.nl>
Date: Tue, 30 Jun 2015 00:26:16 +0200
Subject: Update NL + 1 revert css, see comment here:
 https://github.com/redmatrix/redmatrix/commit/22b9e97ae2e46513c7a43cb27e7230bc5c40b9d4

---
 view/theme/redbasic/css/style.css | 1 -
 1 file changed, 1 deletion(-)

(limited to 'view/theme/redbasic')

diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 5e9c9febb..fcc089cf0 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2008,7 +2008,6 @@ nav .badge.mail-update:hover {
 .dropdown-menu {
 	font-size: $body_font_size;
 	border-radius: $radiuspx;
-	max-width: 100%;
 }
 
 .dropdown-menu img {
-- 
cgit v1.2.3