mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #3120 from moisseev/compact-red
This commit is contained in:
commit
d5b628cbbc
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user