aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-06-29 16:56:45 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-06-29 16:56:45 -0700
commit2072ea721fa26b8e5f7dd4067434951b738de92b (patch)
tree5b81631172442be3b1fc013d8956d1b1ed91737e /view/theme/redbasic
parent0b012e2995322d571ba2764055a48a16f4a98c39 (diff)
parentaad8fc19465e531c89ab1cd2b45f7d3c00cb4a55 (diff)
downloadvolse-hubzilla-2072ea721fa26b8e5f7dd4067434951b738de92b.tar.gz
volse-hubzilla-2072ea721fa26b8e5f7dd4067434951b738de92b.tar.bz2
volse-hubzilla-2072ea721fa26b8e5f7dd4067434951b738de92b.zip
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 540f691c6..fcc089cf0 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 {
@@ -2003,7 +2008,6 @@ nav .badge.mail-update:hover {
.dropdown-menu {
font-size: $body_font_size;
border-radius: $radiuspx;
- max-width: 100%;
}
.dropdown-menu img {