patternfly-sass 2.10.0 → 2.10.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,272 @@
1
+ /*!
2
+ * Bootstrap-select v1.7.7 (http://silviomoreto.github.io/bootstrap-select)
3
+ *
4
+ * Copyright 2013-2015 bootstrap-select
5
+ * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
6
+ */
7
+
8
+ .bootstrap-select {
9
+ width: 220px \0;
10
+ /*IE9 and below*/
11
+ }
12
+ .bootstrap-select > .dropdown-toggle {
13
+ width: 100%;
14
+ padding-right: 25px;
15
+ }
16
+ .has-error .bootstrap-select .dropdown-toggle,
17
+ .error .bootstrap-select .dropdown-toggle {
18
+ border-color: #b94a48;
19
+ }
20
+ .bootstrap-select.fit-width {
21
+ width: auto !important;
22
+ }
23
+ .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
24
+ width: 220px;
25
+ }
26
+ .bootstrap-select .dropdown-toggle:focus {
27
+ outline: thin dotted #333333 !important;
28
+ outline: 5px auto -webkit-focus-ring-color !important;
29
+ outline-offset: -2px;
30
+ }
31
+ .bootstrap-select.form-control {
32
+ margin-bottom: 0;
33
+ padding: 0;
34
+ border: none;
35
+ }
36
+ .bootstrap-select.form-control:not([class*="col-"]) {
37
+ width: 100%;
38
+ }
39
+ .bootstrap-select.form-control.input-group-btn {
40
+ z-index: auto;
41
+ }
42
+ .bootstrap-select.btn-group:not(.input-group-btn),
43
+ .bootstrap-select.btn-group[class*="col-"] {
44
+ float: none;
45
+ display: inline-block;
46
+ margin-left: 0;
47
+ }
48
+ .bootstrap-select.btn-group.dropdown-menu-right,
49
+ .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
50
+ .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
51
+ float: right;
52
+ }
53
+ .form-inline .bootstrap-select.btn-group,
54
+ .form-horizontal .bootstrap-select.btn-group,
55
+ .form-group .bootstrap-select.btn-group {
56
+ margin-bottom: 0;
57
+ }
58
+ .form-group-lg .bootstrap-select.btn-group.form-control,
59
+ .form-group-sm .bootstrap-select.btn-group.form-control {
60
+ padding: 0;
61
+ }
62
+ .form-inline .bootstrap-select.btn-group .form-control {
63
+ width: 100%;
64
+ }
65
+ .bootstrap-select.btn-group.disabled,
66
+ .bootstrap-select.btn-group > .disabled {
67
+ cursor: not-allowed;
68
+ }
69
+ .bootstrap-select.btn-group.disabled:focus,
70
+ .bootstrap-select.btn-group > .disabled:focus {
71
+ outline: none !important;
72
+ }
73
+ .bootstrap-select.btn-group.bs-container {
74
+ position: absolute;
75
+ }
76
+ .bootstrap-select.btn-group.bs-container .dropdown-menu {
77
+ z-index: 1060;
78
+ }
79
+ .bootstrap-select.btn-group .dropdown-toggle .filter-option {
80
+ display: inline-block;
81
+ overflow: hidden;
82
+ width: 100%;
83
+ text-align: left;
84
+ }
85
+ .bootstrap-select.btn-group .dropdown-toggle .caret {
86
+ position: absolute;
87
+ top: 50%;
88
+ right: 12px;
89
+ margin-top: -2px;
90
+ vertical-align: middle;
91
+ }
92
+ .bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
93
+ width: 100%;
94
+ }
95
+ .bootstrap-select.btn-group .dropdown-menu {
96
+ min-width: 100%;
97
+ -webkit-box-sizing: border-box;
98
+ -moz-box-sizing: border-box;
99
+ box-sizing: border-box;
100
+ }
101
+ .bootstrap-select.btn-group .dropdown-menu.inner {
102
+ position: static;
103
+ float: none;
104
+ border: 0;
105
+ padding: 0;
106
+ margin: 0;
107
+ border-radius: 0;
108
+ -webkit-box-shadow: none;
109
+ box-shadow: none;
110
+ }
111
+ .bootstrap-select.btn-group .dropdown-menu li {
112
+ position: relative;
113
+ }
114
+ .bootstrap-select.btn-group .dropdown-menu li.active small {
115
+ color: #fff;
116
+ }
117
+ .bootstrap-select.btn-group .dropdown-menu li.disabled a {
118
+ cursor: not-allowed;
119
+ }
120
+ .bootstrap-select.btn-group .dropdown-menu li a {
121
+ cursor: pointer;
122
+ -webkit-user-select: none;
123
+ -moz-user-select: none;
124
+ -ms-user-select: none;
125
+ user-select: none;
126
+ }
127
+ .bootstrap-select.btn-group .dropdown-menu li a.opt {
128
+ position: relative;
129
+ padding-left: 2.25em;
130
+ }
131
+ .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
132
+ display: none;
133
+ }
134
+ .bootstrap-select.btn-group .dropdown-menu li a span.text {
135
+ display: inline-block;
136
+ }
137
+ .bootstrap-select.btn-group .dropdown-menu li small {
138
+ padding-left: 0.5em;
139
+ }
140
+ .bootstrap-select.btn-group .dropdown-menu .notify {
141
+ position: absolute;
142
+ bottom: 5px;
143
+ width: 96%;
144
+ margin: 0 2%;
145
+ min-height: 26px;
146
+ padding: 3px 5px;
147
+ background: #f5f5f5;
148
+ border: 1px solid #e3e3e3;
149
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
150
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
151
+ pointer-events: none;
152
+ opacity: 0.9;
153
+ -webkit-box-sizing: border-box;
154
+ -moz-box-sizing: border-box;
155
+ box-sizing: border-box;
156
+ }
157
+ .bootstrap-select.btn-group .no-results {
158
+ padding: 3px;
159
+ background: #f5f5f5;
160
+ margin: 0 5px;
161
+ white-space: nowrap;
162
+ }
163
+ .bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
164
+ position: static;
165
+ }
166
+ .bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
167
+ position: static;
168
+ top: auto;
169
+ margin-top: -1px;
170
+ }
171
+ .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
172
+ position: absolute;
173
+ display: inline-block;
174
+ right: 15px;
175
+ margin-top: 5px;
176
+ }
177
+ .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
178
+ margin-right: 34px;
179
+ }
180
+ .bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
181
+ z-index: 1061;
182
+ }
183
+ .bootstrap-select.show-menu-arrow .dropdown-toggle:before {
184
+ content: '';
185
+ border-left: 7px solid transparent;
186
+ border-right: 7px solid transparent;
187
+ border-bottom: 7px solid rgba(204, 204, 204, 0.2);
188
+ position: absolute;
189
+ bottom: -4px;
190
+ left: 9px;
191
+ display: none;
192
+ }
193
+ .bootstrap-select.show-menu-arrow .dropdown-toggle:after {
194
+ content: '';
195
+ border-left: 6px solid transparent;
196
+ border-right: 6px solid transparent;
197
+ border-bottom: 6px solid white;
198
+ position: absolute;
199
+ bottom: -4px;
200
+ left: 10px;
201
+ display: none;
202
+ }
203
+ .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
204
+ bottom: auto;
205
+ top: -3px;
206
+ border-top: 7px solid rgba(204, 204, 204, 0.2);
207
+ border-bottom: 0;
208
+ }
209
+ .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
210
+ bottom: auto;
211
+ top: -3px;
212
+ border-top: 6px solid white;
213
+ border-bottom: 0;
214
+ }
215
+ .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
216
+ right: 12px;
217
+ left: auto;
218
+ }
219
+ .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
220
+ right: 13px;
221
+ left: auto;
222
+ }
223
+ .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
224
+ .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
225
+ display: block;
226
+ }
227
+ .bs-searchbox,
228
+ .bs-actionsbox,
229
+ .bs-donebutton {
230
+ padding: 4px 8px;
231
+ }
232
+ .bs-actionsbox {
233
+ width: 100%;
234
+ -webkit-box-sizing: border-box;
235
+ -moz-box-sizing: border-box;
236
+ box-sizing: border-box;
237
+ }
238
+ .bs-actionsbox .btn-group button {
239
+ width: 50%;
240
+ }
241
+ .bs-donebutton {
242
+ float: left;
243
+ width: 100%;
244
+ -webkit-box-sizing: border-box;
245
+ -moz-box-sizing: border-box;
246
+ box-sizing: border-box;
247
+ }
248
+ .bs-donebutton .btn-group button {
249
+ width: 100%;
250
+ }
251
+ .bs-searchbox + .bs-actionsbox {
252
+ padding: 0 8px 4px;
253
+ }
254
+ .bs-searchbox .form-control {
255
+ margin-bottom: 0;
256
+ width: 100%;
257
+ float: none;
258
+ }
259
+ select.bs-select-hidden,
260
+ select.selectpicker {
261
+ display: none !important;
262
+ }
263
+ select.mobile-device {
264
+ position: absolute !important;
265
+ top: 0;
266
+ left: 0;
267
+ display: block !important;
268
+ width: 100%;
269
+ height: 100% !important;
270
+ opacity: 0;
271
+ }
272
+ /*# sourceMappingURL=bootstrap-select.css.map */
@@ -0,0 +1,45 @@
1
+ /*
2
+ * Bootstrap TouchSpin - v3.0.1
3
+ * A mobile and touch friendly input spinner component for Bootstrap 3.
4
+ * http://www.virtuosoft.eu/code/bootstrap-touchspin/
5
+ *
6
+ * Made by István Ujj-Mészáros
7
+ * Under Apache License v2.0 License
8
+ */
9
+
10
+ .bootstrap-touchspin .input-group-btn-vertical {
11
+ position: relative;
12
+ white-space: nowrap;
13
+ width: 1%;
14
+ vertical-align: middle;
15
+ display: table-cell;
16
+ }
17
+
18
+ .bootstrap-touchspin .input-group-btn-vertical > .btn {
19
+ display: block;
20
+ float: none;
21
+ width: 100%;
22
+ max-width: 100%;
23
+ padding: 8px 10px;
24
+ margin-left: -1px;
25
+ position: relative;
26
+ }
27
+
28
+ .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
29
+ border-radius: 0;
30
+ border-top-right-radius: 4px;
31
+ }
32
+
33
+ .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
34
+ margin-top: -2px;
35
+ border-radius: 0;
36
+ border-bottom-right-radius: 4px;
37
+ }
38
+
39
+ .bootstrap-touchspin .input-group-btn-vertical i {
40
+ position: absolute;
41
+ top: 3px;
42
+ left: 5px;
43
+ font-size: 9px;
44
+ font-weight: normal;
45
+ }
@@ -0,0 +1,158 @@
1
+ /*-- Chart --*/
2
+ .c3 svg {
3
+ font: 10px sans-serif; }
4
+
5
+ .c3 path, .c3 line {
6
+ fill: none;
7
+ stroke: #000; }
8
+
9
+ .c3 text {
10
+ -webkit-user-select: none;
11
+ -moz-user-select: none;
12
+ user-select: none; }
13
+
14
+ .c3-legend-item-tile, .c3-xgrid-focus, .c3-ygrid, .c3-event-rect, .c3-bars path {
15
+ shape-rendering: crispEdges; }
16
+
17
+ .c3-chart-arc path {
18
+ stroke: #fff; }
19
+
20
+ .c3-chart-arc text {
21
+ fill: #fff;
22
+ font-size: 13px; }
23
+
24
+ /*-- Axis --*/
25
+ /*-- Grid --*/
26
+ .c3-grid line {
27
+ stroke: #aaa; }
28
+
29
+ .c3-grid text {
30
+ fill: #aaa; }
31
+
32
+ .c3-xgrid, .c3-ygrid {
33
+ stroke-dasharray: 3 3; }
34
+
35
+ /*-- Text on Chart --*/
36
+ .c3-text.c3-empty {
37
+ fill: #808080;
38
+ font-size: 2em; }
39
+
40
+ /*-- Line --*/
41
+ .c3-line {
42
+ stroke-width: 1px; }
43
+
44
+ /*-- Point --*/
45
+ .c3-circle._expanded_ {
46
+ stroke-width: 1px;
47
+ stroke: white; }
48
+
49
+ .c3-selected-circle {
50
+ fill: white;
51
+ stroke-width: 2px; }
52
+
53
+ /*-- Bar --*/
54
+ .c3-bar {
55
+ stroke-width: 0; }
56
+
57
+ .c3-bar._expanded_ {
58
+ fill-opacity: 0.75; }
59
+
60
+ /*-- Focus --*/
61
+ .c3-target.c3-focused {
62
+ opacity: 1; }
63
+
64
+ .c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
65
+ stroke-width: 2px; }
66
+
67
+ .c3-target.c3-defocused {
68
+ opacity: 0.3 !important; }
69
+
70
+ /*-- Region --*/
71
+ .c3-region {
72
+ fill: steelblue;
73
+ fill-opacity: 0.1; }
74
+
75
+ /*-- Brush --*/
76
+ .c3-brush .extent {
77
+ fill-opacity: 0.1; }
78
+
79
+ /*-- Select - Drag --*/
80
+ /*-- Legend --*/
81
+ .c3-legend-item {
82
+ font-size: 12px; }
83
+
84
+ .c3-legend-item-hidden {
85
+ opacity: 0.15; }
86
+
87
+ .c3-legend-background {
88
+ opacity: 0.75;
89
+ fill: white;
90
+ stroke: lightgray;
91
+ stroke-width: 1; }
92
+
93
+ /*-- Tooltip --*/
94
+ .c3-tooltip-container {
95
+ z-index: 10; }
96
+
97
+ .c3-tooltip {
98
+ border-collapse: collapse;
99
+ border-spacing: 0;
100
+ background-color: #fff;
101
+ empty-cells: show;
102
+ -webkit-box-shadow: 7px 7px 12px -9px #777777;
103
+ -moz-box-shadow: 7px 7px 12px -9px #777777;
104
+ box-shadow: 7px 7px 12px -9px #777777;
105
+ opacity: 0.9; }
106
+
107
+ .c3-tooltip tr {
108
+ border: 1px solid #CCC; }
109
+
110
+ .c3-tooltip th {
111
+ background-color: #aaa;
112
+ font-size: 14px;
113
+ padding: 2px 5px;
114
+ text-align: left;
115
+ color: #FFF; }
116
+
117
+ .c3-tooltip td {
118
+ font-size: 13px;
119
+ padding: 3px 6px;
120
+ background-color: #fff;
121
+ border-left: 1px dotted #999; }
122
+
123
+ .c3-tooltip td > span {
124
+ display: inline-block;
125
+ width: 10px;
126
+ height: 10px;
127
+ margin-right: 6px; }
128
+
129
+ .c3-tooltip td.value {
130
+ text-align: right; }
131
+
132
+ /*-- Area --*/
133
+ .c3-area {
134
+ stroke-width: 0;
135
+ opacity: 0.2; }
136
+
137
+ /*-- Arc --*/
138
+ .c3-chart-arcs-title {
139
+ dominant-baseline: middle;
140
+ font-size: 1.3em; }
141
+
142
+ .c3-chart-arcs .c3-chart-arcs-background {
143
+ fill: #e0e0e0;
144
+ stroke: none; }
145
+
146
+ .c3-chart-arcs .c3-chart-arcs-gauge-unit {
147
+ fill: #000;
148
+ font-size: 16px; }
149
+
150
+ .c3-chart-arcs .c3-chart-arcs-gauge-max {
151
+ fill: #777; }
152
+
153
+ .c3-chart-arcs .c3-chart-arcs-gauge-min {
154
+ fill: #777; }
155
+
156
+ .c3-chart-arc .c3-gauge-value {
157
+ fill: #000;
158
+ /* font-size: 28px !important;*/ }