diff options
author | Thomas Willingham <founder@kakste.com> | 2013-09-06 02:43:00 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-09-06 02:43:00 +0100 |
commit | fc2ede307ff12b4f2fe8633789e408a117be6238 (patch) | |
tree | dfcfde2ed8f2cf7d04d24cc3795ac2f95f10d36f /view/theme/redbasic/css | |
parent | 1ff6f4a43c3888ee653926d33975e179799138b3 (diff) | |
download | volse-hubzilla-fc2ede307ff12b4f2fe8633789e408a117be6238.tar.gz volse-hubzilla-fc2ede307ff12b4f2fe8633789e408a117be6238.tar.bz2 volse-hubzilla-fc2ede307ff12b4f2fe8633789e408a117be6238.zip |
Redbasic - optimise mail list.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 31 |
1 files changed, 7 insertions, 24 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 50d98bc14..c1e5b76d1 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3261,38 +3261,21 @@ border-bottom: 1px solid #ccc; padding: 20px; } -span.mail-delete { -float: left; -width: 30px; -} - -a.mail-list-sender-url { -float: left; -width: 35px; -} - -img.mail-list-sender-photo { -height: 16px; -width: 16px; -} - - -span.mail-from { +span.mail-list { float: left; -width: 200px; +width: 20%; } -span.mail-subject.unseen{ +span.mail-delete { float: left; -width: 200px; +width: 30px; } -span.mail-date { -float:left; -width: 200px; +img.mail-list-sender-photo { +height: 24px; +width: 24px; } - .tag1 { font-size : 1.0em !important; } |