diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-09-25 23:26:28 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-09-25 23:26:28 +0200 |
commit | d6293730fc1a841e60bb145e5ac6470205effe9f (patch) | |
tree | 1495d17e4e6337e8aea3c0dd395f6b2dbc5696a5 /view/theme/redbasic/css | |
parent | ba94f824b992f9ed787a71c2956388e975058ca8 (diff) | |
download | volse-hubzilla-d6293730fc1a841e60bb145e5ac6470205effe9f.tar.gz volse-hubzilla-d6293730fc1a841e60bb145e5ac6470205effe9f.tar.bz2 volse-hubzilla-d6293730fc1a841e60bb145e5ac6470205effe9f.zip |
private mail: some work on conversations view
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index efb5b39ba..2ff6c1eb4 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1565,9 +1565,9 @@ th,td { overflow: hidden; } -/* message */ +/* mail */ -img.mail-list-sender-photo { +img.mail-conv-sender-photo { -moz-border-radius: $radiuspx; border-radius: $radiuspx; } |