Improve GUI (#1014)

This commit is contained in:
RainLoop Team 2016-04-28 23:32:54 +03:00
parent b3299725f6
commit f64b63c549
16 changed files with 218 additions and 76 deletions

View file

@ -22,16 +22,24 @@
padding: 10px 10px 0 @rlLowMargin;
color: #fff;
z-index: 101;
html.rl-left-panel-enabled &{
overflow: hidden;
white-space: nowrap;
}
}
.b-footer {
position: absolute;
bottom: 20px;
bottom: 10px;
right: 0;
left: 0;
height: 20px;
height: 30px;
padding: 0 10px 0 5px;
z-index: 101;
overflow: hidden;
white-space: nowrap;
}
.b-content {
@ -83,6 +91,22 @@
left: 0;
}
.inbox-star-icon {
display: none;
margin-left: 7px;
.icon-star {
display: none;
}
.icon-star-empty {
opacity: .5;
}
}
&.is-inbox .inbox-star-icon {
display: inline;
}
padding: 0;
padding-left: @folderItemPadding;
padding-right: @folderItemPadding;
@ -158,6 +182,16 @@
}
}
&.inbox-is-starred {
.icon-star {
color: orange;
display: inline-block !important;
}
.icon-star-empty {
display: none;
}
}
.b-folder-system-item {
font-weight: bold;
}

View file

@ -81,6 +81,10 @@ select {
padding: 4px 9px;
}
.btn.btn-nowrap {
white-space: nowrap;
}
.btn.btn-ellipsis {
text-overflow: ellipsis;
overflow: hidden;
@ -140,11 +144,15 @@ select {
//}
html.rgba.textshadow {
.btn.btn-danger, .btn.btn-success, .btn.btn-primary {
.btn.btn-danger, .btn.btn-success, .btn.btn-primary, .btn.btn-warning {
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
}
.btn.btn-success {
background-color:#84AB04;
}
.btn-toolbar {
margin-top: 0;
margin-bottom: 0;