diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-06-27 22:27:17 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-06-27 22:27:17 +0200 |
commit | 22b9e97ae2e46513c7a43cb27e7230bc5c40b9d4 (patch) | |
tree | 192b0f74e896f612d436ef7f2af946d4b5cd5d01 /view | |
parent | 1ee1b6a33435a0d05031312f988066d99ea06d5c (diff) | |
download | volse-hubzilla-22b9e97ae2e46513c7a43cb27e7230bc5c40b9d4.tar.gz volse-hubzilla-22b9e97ae2e46513c7a43cb27e7230bc5c40b9d4.tar.bz2 volse-hubzilla-22b9e97ae2e46513c7a43cb27e7230bc5c40b9d4.zip |
css fixes
Diffstat (limited to 'view')
-rw-r--r-- | view/css/mod_directory.css | 2 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/view/css/mod_directory.css b/view/css/mod_directory.css index d3831e589..8e55ac3be 100644 --- a/view/css/mod_directory.css +++ b/view/css/mod_directory.css @@ -10,11 +10,13 @@ .contact-photo-wrapper { display: table-cell; + table-layout: fixed; vertical-align: top; } .contact-info { display: table-cell; + table-layout: fixed; vertical-align: top; padding-left: 10px; } diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index ad203867c..aaf4fdd2b 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1326,6 +1326,7 @@ header { .contactname { padding-top: 2px; font-weight: bold; + white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; @@ -1408,7 +1409,6 @@ header { .acl-list-item p { font-size: $font_size; margin: 0px; - overflow: ellipsis; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; @@ -1870,6 +1870,9 @@ nav .dropdown-menu { .section-subtitle-wrapper h3 { margin-top: 0px; margin-bottom: 0px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } .section-subtitle-wrapper { @@ -2000,6 +2003,7 @@ nav .badge.mail-update:hover { .dropdown-menu { font-size: $body_font_size; border-radius: $radiuspx; + max-width: 100%; } .dropdown-menu img { |