diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-18 22:01:46 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-18 22:01:46 +0100 |
commit | 2bdf63d069954dcdcd211f519bdc7a1d8fee1295 (patch) | |
tree | a8203d805fda6871a25125cd65f0d2b7f200ce36 /view/theme/redbasic | |
parent | b897fd8315415245729e37c9f7cd61ad6571282a (diff) | |
download | volse-hubzilla-2bdf63d069954dcdcd211f519bdc7a1d8fee1295.tar.gz volse-hubzilla-2bdf63d069954dcdcd211f519bdc7a1d8fee1295.tar.bz2 volse-hubzilla-2bdf63d069954dcdcd211f519bdc7a1d8fee1295.zip |
more abook_edit and some css
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 5e579a213..56047cdb4 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -795,6 +795,8 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover { .contactname { font-weight: bold; display: block; + overflow: hidden; + text-overflow: ellipsis; } .dropdown-notification, |