aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2015-06-29 23:09:36 +0200
committerjeroenpraat <jeroenpraat@xs4all.nl>2015-06-29 23:09:36 +0200
commitabb153e711037d11305b342d75f6b490cfb579a0 (patch)
treec29c3f6fda51057be136b334342b1fa50acc52b4 /view/theme
parent7ef439763428c7bea7dd2d70f358cf27128f3c79 (diff)
downloadvolse-hubzilla-abb153e711037d11305b342d75f6b490cfb579a0.tar.gz
volse-hubzilla-abb153e711037d11305b342d75f6b490cfb579a0.tar.bz2
volse-hubzilla-abb153e711037d11305b342d75f6b490cfb579a0.zip
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.
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css5
1 files changed, 5 insertions, 0 deletions
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 {