diff options
author | friendica <info@friendica.com> | 2013-10-11 23:12:10 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-11 23:12:10 -0700 |
commit | 1c8a36f9ca1f1cfd4cab47b47c855b530467593d (patch) | |
tree | 79bffc25d168bcc1d3b12147925440a4f76beeb6 /view/theme/redbasic | |
parent | 7e850e0687ed30231bd185e8a19776a11a74d2a8 (diff) | |
download | volse-hubzilla-1c8a36f9ca1f1cfd4cab47b47c855b530467593d.tar.gz volse-hubzilla-1c8a36f9ca1f1cfd4cab47b47c855b530467593d.tar.bz2 volse-hubzilla-1c8a36f9ca1f1cfd4cab47b47c855b530467593d.zip |
mail recall
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 38174a004..e91e4dc5a 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1827,6 +1827,12 @@ a.mail-list-link { margin-right: 30px; margin-top: 15px; } +.mail-conv-recall-wrapper { + float: right; + margin-right: 10px; + margin-top: 15px; +} + .mail-conv-break { clear: both; } @@ -3321,6 +3327,10 @@ float: left; width: 20%; } +.mail-list-remove { +width: 5% !important; +} + span.mail-delete { float: left; width: 30px; |