summaryrefslogtreecommitdiffstats
path: root/usr/local/www/bootstrap/css/pfSense.css
blob: 1384543293c42efb8623a9efc76c9bbf80ad3327 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
@import url("/bootstrap/css/bootstrap.min.css");
@import url("/bootstrap/css/bootstrap-theme.min.css");
@import url("/bootstrap/glyphicons/glyphicons-halflings.css");

html {
	position: relative;
	min-height: 100%;
}

body {
	padding-top: 0px;
	margin-bottom: 80px;
}

.navbar-brand {
	padding-top: 0;
}

body.no-menu #jumbotron {
	padding: 100px 0;
	background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%)
}

body.no-menu {
	background: url("/logo-black.png") no-repeat center 30px;
	padding-top: 70px;
}

body.no-menu #jumbotron {
	margin-top: 75px;
}

body#index .icons {
	float: right;
}

.ui-sortable-handle {
	cursor: move;
}

tr.disabled td,
tr.disabled th {
	opacity: .5;
}

.contains-table table {
	border: 1px solid #ddd;
}

.nav-pills {
	margin-bottom: 20px;
}

/** Content structure */
.table-responsive {
	clear: both;
	margin-bottom: 0px;
}

.form-horizontal {
	margin-bottom: 20px;
	overflow: hidden;
}

.action-buttons {
	text-align: right;
	margin-bottom: 20px;
}

/** Form validation */
.input-errors ul {
	margin-top: 20px;
}

/** Page header with title and breadcrumb */
.header {
	position: relative;
}

.header .page-header {
	margin-top: 0;
}

.header .context-links {
	position: absolute;
	right: 0;
	top: 15px;
}

.header .context-links li {
	float: left;
	display: inline;
	margin-left: 10px;
}

/** Form tweaks */
form .btn + .btn {
	margin-left: 5px;
}

.input-group-inbetween {
	border-left: 0;
}

.user-duplication .controls {
	margin-top: 10px;
}

.checkbox.multi label {
	display: block;
}

.checkbox.multi .btn {
	margin-top: 5px;
}

.col-sm-10 .form-control {
	width: calc(50% - 15px); /* substract 15px to match a .col-sm-5; which satisfies my OCD */
}

@media (max-width: 991px) {
	.col-sm-10 .form-control {
		width: 100%;
	}
}

/** Page footer */
.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
	padding-top: 21px;
	text-align: center;
}

/** Homepage / dashboard */
#widgetSequence {
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 20px 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	background: rgba(255, 255, 255, 0.6);
	border-top: 1px solid #ddd;
}
OpenPOWER on IntegriCloud