mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Better messagelist item line height
This commit is contained in:
parent
8a875670d9
commit
eb9d2d8ddc
6 changed files with 18 additions and 25 deletions
|
|
@ -47,14 +47,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.emailaddresses li a {
|
.emailaddresses li a {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #999;
|
color: #999;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 2px;
|
right: 2px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
}
|
}
|
||||||
.emailaddresses li a:hover {
|
.emailaddresses li a:hover {
|
||||||
color: #666;
|
color: #666;
|
||||||
|
|
|
||||||
|
|
@ -205,7 +205,6 @@ html.rl-no-preview-pane {
|
||||||
.messageListItem {
|
.messageListItem {
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
max-height: 60px;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
@ -251,6 +250,7 @@ html.rl-no-preview-pane {
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkboxMessage {
|
.checkboxMessage {
|
||||||
|
line-height: 12px;
|
||||||
padding: 0 8px 0 6px;
|
padding: 0 8px 0 6px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
@ -277,9 +277,7 @@ html.rl-no-preview-pane {
|
||||||
text-shadow: 0 1px 0 #eee;
|
text-shadow: 0 1px 0 #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.senderParent {
|
.senderParent, .subjectParent {
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -303,12 +301,6 @@ html.rl-no-preview-pane {
|
||||||
border-color: #666;
|
border-color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subjectParent {
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
.subjectParent .emptySubjectText {
|
.subjectParent .emptySubjectText {
|
||||||
display: none;
|
display: none;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
|
@ -325,7 +317,7 @@ html.rl-no-preview-pane {
|
||||||
}
|
}
|
||||||
|
|
||||||
.sender, .subject {
|
.sender, .subject {
|
||||||
margin-left: 0;
|
margin: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
@ -481,6 +473,7 @@ html .messageList .line-loading {
|
||||||
|
|
||||||
.subjectParent {
|
.subjectParent {
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
|
line-height: 16px;
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
order: 1;
|
order: 1;
|
||||||
width: calc(100% - 60px);
|
width: calc(100% - 60px);
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.rl-left-panel-disabled #more-list-dropdown-id + .dropdown-menu {
|
.rl-left-panel-disabled #more-list-dropdown-id + .dropdown-menu {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 40px;
|
top: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.b-system-drop-down {
|
.b-system-drop-down {
|
||||||
|
|
|
||||||
|
|
@ -58,9 +58,9 @@ label.inline, span.inline {
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu * + .dividerbar {
|
.dropdown-menu * + .dividerbar {
|
||||||
margin-top: 9px;
|
margin-top: 9px;
|
||||||
padding-top: 9px;
|
padding-top: 9px;
|
||||||
border-top: 1px solid #e5e5e5;
|
border-top: 1px solid #e5e5e5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-group > .btn.single {
|
.btn-group > .btn.single {
|
||||||
|
|
|
||||||
|
|
@ -70,6 +70,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.fontastic.icon-spinner {
|
.fontastic.icon-spinner {
|
||||||
text-indent: -5em;
|
text-indent: -5em;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
transition: width .5s;
|
transition: width .5s;
|
||||||
width: 0;
|
width: 0;
|
||||||
z-index: 2000;
|
z-index: 2000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
bottom: 0;
|
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-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;
|
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 {
|
@keyframes simple-pace-stripe-animation {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue