4002997cd82cde8bdd4ea8d46f2eab8c840f633f
[sdc/sdc-workflow-designer.git] /
1 /**
2  * Copyright (c) 2017 ZTE Corporation.
3  * All rights reserved. This program and the accompanying materials
4  * are made available under the terms of the Eclipse Public License v1.0
5  * and the Apache License 2.0 which both accompany this distribution,
6  * and are available at http://www.eclipse.org/legal/epl-v10.html
7  * and http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Contributors:
10  *     ZTE - initial API and implementation and/or initial documentation
11  */
12
13 .parameter{
14     margin-bottom: 1rem;
15 }
16
17 .parameter-section{
18     display: inline;
19     margin-right: 5px;
20 }
21
22 .parameter-item{
23     display: inline;
24 }
25
26 .parameter-required{
27     color: red;
28 }
29
30 .parameter-label{
31     width: 100px;
32     white-space: nowrap;
33     text-overflow: ellipsis;
34     overflow: hidden;
35     vertical-align: bottom;
36     /* display: inline-table; */
37 }
38
39 .parameter-value{
40     width: 160px;
41     vertical-align: baseline;
42 }
43
44 .plx-input{
45     vertical-align: baseline;
46 }
47
48 .plx-btn{
49     vertical-align: baseline;
50 }