diff options
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 50 |
1 files changed, 49 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 70a994809..53d17ea04 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1663,7 +1663,6 @@ border: 1px #111; iframe#profile-jot-text_ifr { width: 100% !important; -height: 100% !important; box-shadow: 5px 5px 5px #000 inset !important;} tr.mceLast { @@ -2440,6 +2439,17 @@ aside input[type='text'] { margin-top: -4px; } +.nav-dropdown-indicator { + opacity: 0.5; + filter:alpha(opacity=50); +} + +.nav-dropdown-indicator:hover { + opacity: 1.0; + filter:alpha(opacity=100); +} + + .location-label, .gender-label, .marital-label, .homepage-label { float: left; text-align: right; @@ -3770,3 +3780,41 @@ ul.menu-popup { .reshared-content { margin-left: 30px; } .shared_header img { margin-right: 10px; } + + +.mail-list-wrapper { + +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 { +float: left; +width: 200px; +} + +span.mail-subject.unseen{ +float: left; +width: 200px; +} + +span.mail-date { +float:left; +width: 200px; +} |