diff options
author | friendica <info@friendica.com> | 2013-10-13 15:52:53 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-13 15:52:53 -0700 |
commit | 3c3c13c63048434b58c99952fa618f7e60a8b2fa (patch) | |
tree | 3075b6b5554da6c548d5afefec0d2d8abef3e8f0 /view/theme/redbasic/css | |
parent | 1354702d690add3c6ff0c331a190ef3004f7d48c (diff) | |
parent | fabd60d6b62c6ff087f5b3234a55993a6910e0b3 (diff) | |
download | volse-hubzilla-3c3c13c63048434b58c99952fa618f7e60a8b2fa.tar.gz volse-hubzilla-3c3c13c63048434b58c99952fa618f7e60a8b2fa.tar.bz2 volse-hubzilla-3c3c13c63048434b58c99952fa618f7e60a8b2fa.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 0770bd160..fc84cbf57 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 { @@ -3454,4 +3458,4 @@ a .drop-icons { margin-right: 10px; color: #FF0000; } -
\ No newline at end of file + |