Small interface fixes

This commit is contained in:
RainLoop Team 2016-03-01 22:13:53 +03:00
parent 44d2b4947c
commit 1d8652ddc4
3 changed files with 62 additions and 38 deletions

View file

@ -249,6 +249,10 @@ html.rl-no-preview-pane {
height: 100%;
}
&.focused {
background-color: #f5f5f5;
}
&.focused .sidebarParent {
background-color: #ccc !important;
}

View file

@ -168,12 +168,36 @@ html.rl-no-preview-pane {
border: 1px solid #ddd;
background-color: #fff;
border-radius: 5px;
padding: 10px 15px;
padding: 8px 0;
overflow: hidden;
table {
width: 100%;
}
table, tr, td {
border-spacing: 0;
}
td {
padding: 0 10px;
vertical-align: top;
min-width: 43px;
}
td:first-child {
border-right: 1px solid #ddd;
text-align: right;
width: 1%;
}
.uiLine {
}
.uiLabel {
white-space: nowrap;
}
.uiLabelValue {
word-break: break-all;
}