Interface fixes

This commit is contained in:
RainLoop Team 2015-03-16 01:58:50 +04:00
parent bce1abd024
commit 3090b44dae
23 changed files with 388 additions and 248 deletions

View file

@ -17,7 +17,7 @@ html.rl-no-preview-pane {
position: absolute;
top: 0;
right: 0;
left: 0;
left: -2px;
height: 30px;
padding: 10px 0;
color: #fff;
@ -365,15 +365,24 @@ html.rl-no-preview-pane {
border-color: darken(@rlMainDarkColor, 5%);
}
.thread-controls {
.dropdown-toggle {
padding-left: 10px;
padding-right: 10px;
}
&.open .dropdown-toggle {
padding-left: 10px;
padding-right: 10px;
}
}
.thread-list {
.e-link {
padding: 3px 5px 3px 10px;
overflow: hidden;
text-overflow: ellipsis;
padding: 3px 8px 3px 10px;
}
.hread-date {
.thread-date {
font-size: 13px;
color: #999;
}