Subversion Repositories ALCASAR

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
2775 rexy 1
/* Bootstrap 4 for IE9 - v4.3.100          */
2
/* https://github.com/namiltd/bootstrap-ie */
3
 
4
.card-group .card,
5
.col-1,
6
.col-2,
7
.col-3,
8
.col-4,
9
.col-5,
10
.col-6,
11
.col-7,
12
.col-8,
13
.col-9,
14
.col-10,
15
.col-11,
16
.col-12,
17
.col-sm-1,
18
.col-sm-2,
19
.col-sm-3,
20
.col-sm-4,
21
.col-sm-5,
22
.col-sm-6,
23
.col-sm-7,
24
.col-sm-8,
25
.col-sm-9,
26
.col-sm-10,
27
.col-sm-11,
28
.col-sm-12,
29
.col-md-1,
30
.col-md-2,
31
.col-md-3,
32
.col-md-4,
33
.col-md-5,
34
.col-md-6,
35
.col-md-7,
36
.col-md-8,
37
.col-md-9,
38
.col-md-10,
39
.col-md-11,
40
.col-md-12,
41
.col-lg-1,
42
.col-lg-2,
43
.col-lg-3,
44
.col-lg-4,
45
.col-lg-5,
46
.col-lg-6,
47
.col-lg-7,
48
.col-lg-8,
49
.col-lg-9,
50
.col-lg-10,
51
.col-lg-11,
52
.col-lg-12,
53
.col-xl-1,
54
.col-xl-2,
55
.col-xl-3,
56
.col-xl-4,
57
.col-xl-5,
58
.col-xl-6,
59
.col-xl-7,
60
.col-xl-8,
61
.col-xl-9,
62
.col-xl-10,
63
.col-xl-11,
64
.col-xl-12,
65
.page-link,
66
.navbar-brand {
67
  float: left;
68
}
69
.row,
70
.container-fluid,
71
.container,
72
section,
73
footer,
74
main,
75
aside,
76
.navbar-nav,
77
.navbar-collapse {
78
  display: block;
79
}
80
.modal.fade .modal-dialog {
81
  -ms-transform: translate(0, -25%);
82
}
83
.modal.show .modal-dialog {
84
  -ms-transform: translate(0, 0);
85
}
86
.custom-select {
87
  background-image: none;
88
  padding-right: .75rem;
89
}
90
.table-responsive {
91
  min-height: 0%;
92
} /* see https://github.com/twbs/bootstrap/issues/14837 */
93
.progress {
94
  display: block;
95
}
96
.progress-bar {
97
  float: left;
98
  font-size: 12px;
99
  line-height: 20px;
100
  width: 0;
101
  text-align: center;
102
  height: 100%;
103
}
104
.d-flex,
105
.d-sm-flex,
106
.d-md-flex,
107
.d-lg-flex,
108
.d-xl-flex,
109
.d-print-flex {
110
  display: block !important;
111
}
112
.d-inline-flex,
113
.d-sm-inline-flex,
114
.d-md-inline-flex,
115
.d-lg-inline-flex,
116
.d-xl-inline-flex,
117
.d-print-inline-flex {
118
  display: inline-block !important;
119
}
120
.flex-row .div {
121
  display: inline-block;
122
}
123
.flex-row-reverse {
124
  text-align: right;
125
}
126
.flex-row-reverse .div {
127
  display: inline-block;
128
  float: right;
129
}
130
.justify-content-start div {
131
  display: inline-block;
132
}
133
.justify-content-end {
134
  text-align: right;
135
}
136
.justify-content-end div {
137
  display: inline-block;
138
  margin-right: 0;
139
  float: right;
140
}
141
.justify-content-center {
142
  text-align: center;
143
}
144
.justify-content-center div {
145
  display: inline-block;
146
  margin-right: auto;
147
  margin-left: auto;
148
  text-align: center;
149
}
150
.justify-content-between {
151
  text-justify: distribute-all-lines;
152
}
153
.justify-content-between div {
154
  display: inline-block;
155
  margin-right: auto;
156
  margin-left: auto;
157
  text-align: justify;
158
}
159
 /* see https://stackoverflow.com/questions/6865194/fluid-width-with-equally-spaced-divs */
160
.justify-content-around {
161
  text-align: justify;
162
  text-justify: distribute-all-lines;
163
}
164
.justify-content-around div {
165
  display: inline-block;
166
  margin-right: auto;
167
  margin-left: auto;
168
  text-align: justify;
169
}
170
[class^="justify-content-"] div {
171
  display: inline-block;
172
}
173
/** Carousel - Hide indicators and controls as the carousel doesn't work **/
174
.carousel-indicators,
175
.carousel-control-prev,
176
.carousel-control-next {
177
  display: none;
178
}
179
.btn-link.disabled,
180
.btn-link:disabled {
181
  text-decoration: none;
182
}
183
.modal-header .close {
184
  margin: -48px -16px -16px auto;
185
}
186
.btn-group,
187
.btn-group-vertical {
188
  display: inline;
189
  vertical-align: baseline;
190
}
191
.btn-group .btn + .btn,
192
.btn-group .btn + .btn-group,
193
.btn-group .btn-group + .btn,
194
.btn-group .btn-group + .btn-group,
195
.btn-group-vertical .btn + .btn,
196
.btn-group-vertical .btn + .btn-group,
197
.btn-group-vertical .btn-group + .btn,
198
.btn-group-vertical .btn-group + .btn-group {
199
  margin-left: -5px;
200
}
201
.navbar-expand-sm .navbar-collapse,
202
.navbar-expand-md .navbar-collapse,
203
.navbar-expand-lg .navbar-collapse,
204
.navbar-expand-xl .navbar-collapse,
205
.navbar-expand .navbar-collapse {
206
  display: block !important;
207
}
208
.navbar > .container,
209
.navbar > .container-fluid,
210
.nav,
211
.navbar {
212
  display: block;
213
}
214
.nav-link {
215
  padding: 0.5rem 1rem;
216
  float:none;
217
}
218
.navbar-expand-sm .nav-link,
219
.navbar-expand-md .nav-link,
220
.navbar-expand-lg .nav-link,
221
.navbar-expand-xl .nav-link,
222
.navbar-expand .nav-link {
223
  float: left;
224
}
225
.row,
226
.container-fluid,
227
.container,
228
section,
229
footer,
230
aside {
231
  clear: both;
232
}
233
.breadcrumb-item {
234
  display: inline-block;
235
}
236
.modal-footer {
237
  text-align: right;
238
}
239
.img-fluid[src$=".svg"] {
240
  width: 100%;
241
}
242
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
243
  -ms-transform: translateX(0.75rem);
244
}