diff --git a/dev/Styles/EmailAddresses.less b/dev/Styles/EmailAddresses.less index 4b956ff62..58f8da449 100644 --- a/dev/Styles/EmailAddresses.less +++ b/dev/Styles/EmailAddresses.less @@ -47,14 +47,14 @@ } .emailaddresses li a { - font-size: 12px; - color: #999; + font-size: 12px; + color: #999; outline: 0; padding: 1px; - position: absolute; - right: 2px; + position: absolute; + right: 2px; text-decoration: none; - top: 1px; + top: 1px; } .emailaddresses li a:hover { color: #666; diff --git a/dev/Styles/MessageList.less b/dev/Styles/MessageList.less index adae5b399..fd81f07ac 100644 --- a/dev/Styles/MessageList.less +++ b/dev/Styles/MessageList.less @@ -205,7 +205,6 @@ html.rl-no-preview-pane { .messageListItem { position: relative; - max-height: 60px; font-size: 12px; overflow: hidden; cursor: pointer; @@ -251,6 +250,7 @@ html.rl-no-preview-pane { } .checkboxMessage { + line-height: 12px; padding: 0 8px 0 6px; font-size: 16px; } @@ -277,9 +277,7 @@ html.rl-no-preview-pane { text-shadow: 0 1px 0 #eee; } - .senderParent { - overflow: hidden; - text-overflow: ellipsis; + .senderParent, .subjectParent { white-space: nowrap; } @@ -303,12 +301,6 @@ html.rl-no-preview-pane { border-color: #666; } - .subjectParent { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } - .subjectParent .emptySubjectText { display: none; font-style: italic; @@ -325,7 +317,7 @@ html.rl-no-preview-pane { } .sender, .subject { - margin-left: 0; + margin: 0; overflow: hidden; text-overflow: ellipsis; } @@ -481,6 +473,7 @@ html .messageList .line-loading { .subjectParent { flex: 1 0 auto; + line-height: 16px; margin-left: 30px; order: 1; width: calc(100% - 60px); diff --git a/dev/Styles/SystemDropDown.less b/dev/Styles/SystemDropDown.less index b2bca410c..3122d8040 100644 --- a/dev/Styles/SystemDropDown.less +++ b/dev/Styles/SystemDropDown.less @@ -6,8 +6,8 @@ } .rl-left-panel-disabled #more-list-dropdown-id + .dropdown-menu { - position: fixed; - top: 40px; + position: fixed; + top: 40px; } .b-system-drop-down { diff --git a/dev/Styles/_BootstrapFix.less b/dev/Styles/_BootstrapFix.less index 325ea7032..57ba8dae2 100644 --- a/dev/Styles/_BootstrapFix.less +++ b/dev/Styles/_BootstrapFix.less @@ -58,9 +58,9 @@ label.inline, span.inline { } .dropdown-menu * + .dividerbar { - margin-top: 9px; - padding-top: 9px; - border-top: 1px solid #e5e5e5; + margin-top: 9px; + padding-top: 9px; + border-top: 1px solid #e5e5e5; } .btn-group > .btn.single { diff --git a/dev/Styles/_FontasticToBoot.less b/dev/Styles/_FontasticToBoot.less index 6e8c77b32..1692a00e5 100644 --- a/dev/Styles/_FontasticToBoot.less +++ b/dev/Styles/_FontasticToBoot.less @@ -70,6 +70,6 @@ } .fontastic.icon-spinner { - text-indent: -5em; - overflow: hidden; + text-indent: -5em; + overflow: hidden; } diff --git a/dev/Styles/_progressjs.css b/dev/Styles/_progressjs.css index 737419798..152d1a519 100644 --- a/dev/Styles/_progressjs.css +++ b/dev/Styles/_progressjs.css @@ -12,7 +12,7 @@ overflow: hidden; position: relative; transition: width .5s; - width: 0; + width: 0; z-index: 2000; } @@ -24,7 +24,7 @@ bottom: 0; background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent); background-size: 32px 32px; - animation: simple-pace-stripe-animation 500ms linear infinite; + animation: simple-pace-stripe-animation 500ms linear infinite; } @keyframes simple-pace-stripe-animation {