Projekt

Obecné

Profil

Stáhnout (4.36 KB) Statistiky
| Větev: | Revize:
1
body {
2
  background-color: #ecf0f5;
3
}
4

    
5
main {
6
  margin-top: 15px;
7
}
8

    
9
.container {
10
  padding: 0;
11
}
12

    
13
.container > h1
14
{
15
  font-size: 24px;
16
}
17

    
18
.box {
19
  border-radius: 3px;
20
  background: #ffffff;
21
  border-top: 3px solid #d2d6de;
22
  border-top-color: #005cab;
23
  margin-bottom: 20px;
24
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
25

    
26
  padding: 5px 5px 5px 5px;
27
}
28

    
29
.box-title {
30
  display: inline-block;
31
  font-weight: bold;
32
  font-size: 18px;
33
  margin: 0;
34
  line-height: 1;
35
}
36

    
37
.box-header {
38
  border-bottom: 1px solid #f4f4f4;
39
  color: #444;
40
  display: block;
41
  padding: 10 10 10 0;
42
  position: relative;
43
}
44

    
45
table {
46
  margin-top: 10px;
47
}
48

    
49

    
50
.button-container {
51
  margin-top: 10px;
52
  margin-bottom: 10px;
53
}
54

    
55
.align-right {
56
  float: right;
57
}
58

    
59
.action-button {
60
  width: 28px;
61
  height: 24px;
62
  background: #f5f5f5;
63
  text-align: center;
64
  box-shadow: 0 0 1px #b3b3b3;
65
  color: #333333;
66
  display: inline-block;
67
}
68

    
69
.action-button a{
70
  color: #333333;
71
  text-decoration: none;
72
  padding-top: 4px;
73
}
74

    
75
.center-cell {
76
  display: inline-block;
77
  border: none !important;
78

    
79
}
80
table > tbody > tr > td > .action-wrapper {
81
  text-align:center;
82
  margin-left:auto;
83
  margin-right:auto;
84
}
85

    
86
table > thead {
87
  text-align:center;
88
  margin-left:auto;
89
  margin-right:auto;
90
}
91

    
92
.submit_center_button {
93
  text-align: center;
94
}
95

    
96
.enum_box {
97
  padding-left: 20px;
98
}
99

    
100
.enum_values {
101
  padding-left: 20px;
102
}
103

    
104
.panel {
105
  border: 1px solid #d2d6de;
106
  border-radius: 4px;
107
  margin-bottom: 5px;
108
}
109

    
110
.panel-body {
111
  padding: 5px;
112
}
113

    
114
.panel-heading a {
115
  display: inline-block;
116
  margin: 0;
117
  padding-top: 3px;
118
  text-decoration: none;
119
  color: black;
120
  padding-left: 5px;
121
  font-size: 18px;
122
}
123

    
124
.input-action-box {
125
  display: flex;
126
}
127

    
128
.input-action-margin {
129
  margin-top: 8px;
130
}
131

    
132
.input-border-bottom {
133
  border-bottom: 1px solid #d2d6de;
134
}
135

    
136
.form-add-item {
137
  margin-top: 5px;
138
  margin-bottom: 0px;
139
}
140

    
141
.margin-select {
142
  margin-top: 2px;
143
}
144

    
145
.flex {
146
  display:flex;
147
}
148

    
149
.sort-icon {
150
  margin-top: 13px;
151
  padding-right: 13px;
152
}
153

    
154
.collapse-actions {
155
  margin-top: -5px;
156
  padding-right: 4px;
157
}
158

    
159
.action-padding a {
160
  padding-left: 0;
161
}
162

    
163
.input-action-margin-collapse {
164
  margin-top:8px;
165
}
166

    
167
.transform {
168
  transform: rotate(90deg);
169
}
170

    
171
.select-filter {
172
  display: flex;
173
}
174

    
175
table .col-1 { width:30%; }
176

    
177
table .col-2 { width:25%; }
178

    
179
table .col-3 { width:45%; }
180

    
181

    
182
.select-input-action-margin-collapse {
183
  margin-top:8px;
184
}
185

    
186

    
187
.select-action-button {
188
  width: 28px;
189
  height: 24px;
190
  background: #f5f5f5;
191
  text-align: center;
192
  box-shadow: 0 0 1px #b3b3b3;
193
  color: #333333;
194
  display: inline-block;
195
  padding-top: 4px;
196
  margin-left: 3px;
197
}
198

    
199
.select-action-button a{
200
  color: #333333;
201
  text-decoration: none;
202
  padding-top: 4px;
203
}
204

    
205
.select-filter-input {
206
  margin-left: 3px;
207
}
208

    
209
.select-text-padding {
210
  margin-top:11px;
211
  display: block;
212
}
213

    
214
.select-action-headlight {
215
  -webkit-box-shadow: 0px 0px 7px 3px rgba(255,0,0,1);
216
  -moz-box-shadow: 0px 0px 7px 3px rgba(255,0,0,1);
217
  box-shadow: 0px 0px 7px 3px rgba(255,0,0,1);
218
}
219

    
220

    
221

    
222
.selected-input-container {
223
  display:inline-flex;
224
  width: 100%;
225
  flex-wrap: wrap;
226
  justify-content: space-between;
227
}
228

    
229
.selected-input-box {
230
  border: 1px solid #d2d6de;
231
  width: 33%;
232
  box-shadow: 0 0 1px #b3b3b3;
233
}
234

    
235
.selected-input-box-icon {
236

    
237
  width: 28px;
238
  height: 24px;
239
  background: #f5f5f5;
240
  text-align: center;
241
  box-shadow: 0 0 1px #b3b3b3;
242
  color: #333333;
243
  display: inline-block;
244
  padding-top: 4px;
245
}
246
.table-parameter {
247
  margin-top: -26px;
248
}
249

    
250
.table-parameter >thead > tr >th {
251
  border: none;
252
}
253

    
254
.table-parameter > tbody > tr > td > span {
255
  margin-top: 8px;
256
  display: block;
257
}
258

    
259
table .col-1-p { width:35%; }
260

    
261
table .col-2-p { width:55%; }
262

    
263
table .col-3-p { width:10%; }
264

    
265
.template-input {
266
  margin-top: 10px;
267
}
268

    
269
.template-input-label {
270
  margin-right: 10px;
271
  margin-top: 8px;
272
}
273

    
274
.template-input-submit {
275
  margin-left: 10px;
276
}
277

    
278
.name-input {
279
  margin-top: 10px;
280
  width: 50%;
281
}
282

    
283
.name-input-label {
284
  margin-right: 10px;
285
  margin-top: 16px;
286
}
287

    
288

    
289

    
290
.tg  {
291
  border-collapse:collapse;
292
  border-spacing:0;
293
  padding: 10px;
294
  border: 1px solid #d2d6de;
295
  box-shadow: 0 0 1px #b3b3b3;
296
}
297
.tg td{
298
  font-family:Arial, sans-serif;
299
  font-size:14px;
300
  padding:10px 5px;
301
  overflow:hidden;
302
  word-break:normal;
303
  border: 1px solid #d2d6de;
304
}
305
.tg th{
306
  font-family:Arial, sans-serif;
307
  font-size:14px;
308
  font-weight:normal;
309
  padding:10px 5px;
310
  overflow:hidden;
311
  word-break:normal;
312
  border: 1px solid #d2d6de;
313
}
314
.tg-align{
315
  text-align:center;
316
  vertical-align:middle !important;
317
}
(18-18/18)