Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 80b3a14c

Přidáno uživatelem Jan Čarnogurský před asi 4 roky(ů)

re #7775 added template for "Výběr sestavy"

Zobrazit rozdíly:

templetes/web/css/style.css
74 74

  
75 75
.center-cell {
76 76
  text-align: center;
77
  display: inline;
77 78
}
78 79

  
79 80
.submit_center_button {
......
150 151
.input-action-margin-collapse {
151 152
  margin-top:8px;
152 153
}
154

  
155
.transform {
156
  transform: rotate(90deg);
157
}
158

  
159
.select-filter {
160
  display: flex;
161
}
162

  
163
table .col-1 { width:30%; }
164

  
165
table .col-2 { width:25%; }
166

  
167
table .col-3 { width:45%; }
168

  
169

  
170
.select-input-action-margin-collapse {
171
  margin-top:8px;
172
}
173

  
174

  
175
.select-action-button {
176
  width: 28px;
177
  height: 24px;
178
  background: #f5f5f5;
179
  text-align: center;
180
  box-shadow: 0 0 1px #b3b3b3;
181
  color: #333333;
182
  display: inline-block;
183
  padding-top: 4px;
184
  margin-left: 3px;
185
}
186

  
187
.select-action-button a{
188
  color: #333333;
189
  text-decoration: none;
190
  padding-top: 4px;
191
}
192

  
193
.select-filter-input {
194
  margin-left: 3px;
195
}
196

  
197
.select-text-padding {
198
  margin-top:11px;
199
  display: block;
200
}
201

  
202
.select-action-headlight {
203
  -webkit-box-shadow: 0px 0px 7px 3px rgba(255,0,0,1);
204
  -moz-box-shadow: 0px 0px 7px 3px rgba(255,0,0,1);
205
  box-shadow: 0px 0px 7px 3px rgba(255,0,0,1);
206
}
207

  
208

  
209

  
210
.selected-input-container {
211
  display:inline-flex;
212
  width: 100%;
213
  flex-wrap: wrap;
214
  justify-content: space-between;
215
}
216

  
217
.selected-input-box {
218
  border: 1px solid #d2d6de;
219
  width: 33%;
220
  box-shadow: 0 0 1px #b3b3b3;
221
}
222

  
223
.selected-input-box-icon {
224

  
225
  width: 28px;
226
  height: 24px;
227
  background: #f5f5f5;
228
  text-align: center;
229
  box-shadow: 0 0 1px #b3b3b3;
230
  color: #333333;
231
  display: inline-block;
232
  padding-top: 4px;
233
}
234
.table-parameter {
235
  margin-top: -26px;
236
}
237

  
238
.table-parameter >thead > tr >th {
239
  border: none;
240
}
241

  
242
.table-parameter > tbody > tr > td > span {
243
  margin-top: 8px;
244
  display: block;
245
}
246

  
247
table .col-1-p { width:35%; }
248

  
249
table .col-2-p { width:55%; }
250

  
251
table .col-3-p { width:10%; }
252

  
253
.template-input {
254
  margin-top: 10px;
255
}
256

  
257
.template-input-label {
258
  margin-right: 10px;
259
  margin-top: 8px;
260
}
261

  
262
.template-input-submit {
263
  margin-left: 10px;
264
}
265

  
266
.name-input {
267
  margin-top: 10px;
268
  width: 50%;
269
}
270

  
271
.name-input-label {
272
  margin-right: 10px;
273
  margin-top: 16px;
274
}
275

  
276

  
277

  
278
.tg  {
279
  border-collapse:collapse;
280
  border-spacing:0;
281
  padding: 10px;
282
  border: 1px solid #d2d6de;
283
  box-shadow: 0 0 1px #b3b3b3;
284
}
285
.tg td{
286
  font-family:Arial, sans-serif;
287
  font-size:14px;
288
  padding:10px 5px;
289
  overflow:hidden;
290
  word-break:normal;
291
  border: 1px solid #d2d6de;
292
}
293
.tg th{
294
  font-family:Arial, sans-serif;
295
  font-size:14px;
296
  font-weight:normal;
297
  padding:10px 5px;
298
  overflow:hidden;
299
  word-break:normal;
300
  border: 1px solid #d2d6de;
301
}
302
.tg-align{
303
  text-align:center;
304
  vertical-align:middle !important;
305
}

Také k dispozici: Unified diff