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

@ -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;