Merge pull request #3120 from moisseev/compact-red

This commit is contained in:
Renato Botelho 2016-09-06 13:12:17 -03:00
commit d5b628cbbc

View File

@ -23,6 +23,7 @@
body {
font-size: 12px;
font-family: sans-serif;
}
.form-control {
@ -83,6 +84,11 @@ body {
.dropdown-menu>li>a {
padding: 0px 20px;
line-height: 26px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
background-color: rgb(224, 224, 224);
}
.navbar-right>li>a {
@ -95,6 +101,14 @@ body {
}
.panel-default>.panel-heading {
background-color: #900;
padding: 2px 5px 2px 15px;
}
.panel-title {
line-height: 18px;
font-size: 12px;
font-family: sans-serif;
font-weight: bold;
}
.form-control {
@ -108,6 +122,10 @@ body {
padding:2px;
}
.table-striped>tbody>tr:hover {
background-color: rgb(224, 224, 224);
}
.header .context-links {
top: 1px;
}