Skip to content

Commit

Permalink
Better positioning of sortup/sortdown arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Apr 3, 2014
1 parent a8d68aa commit dceba3f
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions imp/themes/default/dynamic/screen.css
Expand Up @@ -48,6 +48,18 @@ input {
margin-bottom: -1px;
}

#msglistHeaderContainer .horde-popdown {
display: inline-block;
float: none;
margin-bottom: -8px;
margin-top: -4px;
}
#msglistHeaderContainer .sortup,
#msglistHeaderContainer .sortdown {
margin-top: 3px;
padding-top: 0;
}

.horde-table-header .horde-split-left {
width: 2px;
height: 22px;
Expand Down Expand Up @@ -84,13 +96,6 @@ div.msgSort {
padding-top: 2px;
}

#msglistHeaderContainer .horde-popdown {
display: inline-block;
float: none;
margin-bottom: -8px;
margin-top: -4px;
}

/* Message ViewPort */
span.vpEmpty {
display: block;
Expand Down

0 comments on commit dceba3f

Please sign in to comment.