diff options
author | marijus <mario@localhost.localdomain> | 2013-10-13 22:24:33 +0200 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-10-13 22:24:33 +0200 |
commit | 2d23fcfe5a150987a7ac079df0b2113b082f1fca (patch) | |
tree | 94d90ba4a1d0b113238ff3e404622c5e82f7bf59 /view/theme/redbasic | |
parent | d5aa7aacbe76af0e391397929260aa68f91153dc (diff) | |
download | volse-hubzilla-2d23fcfe5a150987a7ac079df0b2113b082f1fca.tar.gz volse-hubzilla-2d23fcfe5a150987a7ac079df0b2113b082f1fca.tar.bz2 volse-hubzilla-2d23fcfe5a150987a7ac079df0b2113b082f1fca.zip |
reorder items in private-mail - the delete button is on the right side everywhere else...
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index e91e4dc5a..8116495a7 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3318,8 +3318,8 @@ ul.menu-popup { #mail-list-wrapper { -border-bottom: 1px solid #ccc; -margin: 5px 5px 5px 5px; +border-top: 1px solid #ccc; +padding: 5px 5px 5px 5px; } span.mail-list { @@ -3339,6 +3339,10 @@ width: 30px; img.mail-list-sender-photo { height: 24px; width: 24px; +float: left; +margin-right: 30px; +-moz-border-radius: $radiuspx; +border-radius: $radiuspx; } .tag1 { |