Project

General

Profile

Download (3.35 KB) Statistics
| Branch: | Tag: | Revision:
1
/*
2
 * Compact-RED.css
3
 *
4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 PiBa-NL
6
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
7
 * All rights reserved.
8
 *
9
 * Licensed under the Apache License, Version 2.0 (the "License");
10
 * you may not use this file except in compliance with the License.
11
 * You may obtain a copy of the License at
12
 *
13
 * http://www.apache.org/licenses/LICENSE-2.0
14
 *
15
 * Unless required by applicable law or agreed to in writing, software
16
 * distributed under the License is distributed on an "AS IS" BASIS,
17
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18
 * See the License for the specific language governing permissions and
19
 * limitations under the License.
20
 */
21

    
22
@import url("/css/pfSense.css");
23

    
24
body {
25
    font-size: 12px;
26
    font-family: sans-serif;
27
}
28

    
29
.form-control {
30
    font-size: 12px;
31
}
32

    
33
.container.fixed {
34
    padding-top: 40px;
35
}
36

    
37
/* navigation */
38
.navbar {
39
    margin-bottom: 2px;
40
    min-height:30px;
41
}
42

    
43
.navbar-inverse {
44
    background-color: #600;
45
}
46

    
47
.navbar-brand > svg {
48
    max-width: 65px;
49
}
50
.navbar-brand > span {
51
    font-size:.5em;
52
}
53
.navbar-brand {
54
    line-heigth: 10px;
55
}
56

    
57
.navbar-brand > img {
58
    max-height: 26px;
59
}
60

    
61
.navbar-brand {
62
    padding: 2px 0 0 5px;
63
    height: 30px;
64
}
65

    
66
.navbar-inverse .navbar-nav >li>a {
67
    border-bottom: 5px solid #212121;
68
    color: #fff;
69
}
70
.navbar-inverse .navbar-nav >li>a:hover{
71
    color: #ccc;
72
}
73
.text-muted {
74
    color: #BDBDBD;
75
}
76
.text-muted > a:hover {
77
    color: #ccc;
78
}
79

    
80
.nav>li>a {
81
    padding: 5px 19px 0px 19px;
82
}
83
.navbar-inverse .navbar-nav >li>a {
84
    border-bottom: 5px solid #600;
85
}
86

    
87
.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
88
    color: #fff;
89
    background-color: #600;
90
}
91
.nav-pills {
92
    margin-bottom: 0px;
93
}
94

    
95
.dropdown-menu>li>a {
96
    padding: 0px 20px;
97
    line-height: 26px;
98
}
99

    
100
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
101
    background-color: rgb(224, 224, 224);
102
}
103

    
104
.navbar-right>li>a {
105
    padding: 2px 15px 1px 15px;
106
}
107

    
108
.navbar-toggle {
109
    margin-top:0px;
110
    margin-bottom:0px;
111
}
112
.panel-default>.panel-heading {
113
    background-color: #900;
114
    padding: 2px 5px 2px 15px;
115
}
116

    
117
.panel-title {
118
    line-height: 18px;
119
    font-size: 12px;
120
    font-family: sans-serif;
121
    font-weight: bold;
122
}
123

    
124
.form-control {
125
    margin-bottom: 2px;
126
}
127

    
128
.form-group {
129
    padding: 2px 5px 2px 5px;
130
}
131

    
132
.user-duplication .controls {
133
    margin-top: 0px;
134
}
135

    
136
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
137
     padding:2px;
138
}
139

    
140
.table-striped>tbody>tr:hover {
141
    background-color: rgb(224, 224, 224);
142
}
143

    
144
table.sortable-theme-bootstrap[data-sortable] {
145
    font-size: 12px;
146
    font-family: sans-serif;
147
}
148

    
149
.header .context-links {
150
    top: 1px;
151
}
152

    
153
.breadcrumb {
154
    margin-bottom: 2px;
155
    padding: 0px 15px;
156
    font-size: 14px;
157
}
158

    
159
/** Page footer */
160
.footer {
161
    height: 40px;
162
    background-color: #600;
163
}
164

    
165
.btn
166
{
167
    padding: 2px 12px;
168
}
169

    
170
.dropdown-menu {
171
	font-size:12px;
172
}
173

    
174
.form-horizontal .checkbox {
175
	padding: 2px 16px;
176
}
177

    
178
.chkboxlbl {
179
	padding-top: 0px;
180
}
181

    
182
.form-horizontal .checkbox,.form-horizontal .radio {
183
	min-height:20px;
184
}
185

    
186
@media (min-width: 768px) {
187
	.form-horizontal .control-label {
188
		padding-top: 4px;
189
	}
190
}
191

    
192
/* Experimental styles to correct vertical alignment in forms */
193
.col-sm-10 {
194
	padding-top: 0px;
195
}
(1-1/7)