diff options
author | friendica <info@friendica.com> | 2013-10-13 14:48:14 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-13 14:48:14 -0700 |
commit | fabd60d6b62c6ff087f5b3234a55993a6910e0b3 (patch) | |
tree | 94d90ba4a1d0b113238ff3e404622c5e82f7bf59 /view/theme | |
parent | d5aa7aacbe76af0e391397929260aa68f91153dc (diff) | |
parent | 2d23fcfe5a150987a7ac079df0b2113b082f1fca (diff) | |
download | volse-hubzilla-fabd60d6b62c6ff087f5b3234a55993a6910e0b3.tar.gz volse-hubzilla-fabd60d6b62c6ff087f5b3234a55993a6910e0b3.tar.bz2 volse-hubzilla-fabd60d6b62c6ff087f5b3234a55993a6910e0b3.zip |
Merge pull request #179 from git-marijus/master
reorder items in private-mail - the delete button is on the right side e...
Diffstat (limited to 'view/theme')
-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 { |