CLIENT GUI Framework
[vnfsdk/refrepo.git] / openo-portal / portal-resmgr / src / main / webapp / resmgr-nfv / css / resmgr.css
1 /* Copyright 2016-2017, Huawei Technologies Co., Ltd.\r
2  *\r
3  * Licensed under the Apache License, Version 2.0 (the "License");\r
4  * you may not use this file except in compliance with the License.\r
5  * You may obtain a copy of the License at\r
6  *\r
7  *    http://www.apache.org/licenses/LICENSE-2.0\r
8  *\r
9  * Unless required by applicable law or agreed to in writing, software\r
10  * distributed under the License is distributed on an "AS IS" BASIS,\r
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
12  * See the License for the specific language governing permissions and\r
13  * limitations under the License.\r
14  */\r
15  \r
16 fieldset {\r
17     width: 680px;\r
18 }\r
19 \r
20 legend {\r
21     margin-left: 8px;\r
22 }\r
23 \r
24 .item {\r
25     height: 56px;\r
26     line-height: 36px;\r
27     margin: 10px;\r
28 }\r
29 \r
30 .item .item-label {\r
31     float: left;\r
32     width: 80px;\r
33     text-align: right;\r
34 }\r
35 \r
36 .item-text {\r
37     float: left;\r
38     width: 244px;\r
39     height: 16px;\r
40     padding: 9px 25px 9px 5px;\r
41     margin-left: 10px;\r
42     border: 1px solid #ccc;\r
43     overflow: hidden;\r
44 }\r
45 \r
46 .item-select {\r
47     float: left;\r
48     height: 34px;\r
49     border: 1px solid #ccc;\r
50     margin-left: 10px;\r
51     font-size: 14px;\r
52     padding: 6px 0px;\r
53 }\r
54 \r
55 .item-submit {\r
56     margin-left: 88px;\r
57 }\r
58 \r
59 input.error {\r
60     border: 1px solid #E6594E;\r
61 }\r
62 \r
63 input.highlight {\r
64     border: 1px solid #7abd54;\r
65 }\r
66 \r
67 label.error, label.tip {\r
68     float: left;\r
69     height: 32px;\r
70     line-height: 32px;\r
71     font-size: 14px;\r
72     text-align: left;\r
73     margin-left: 5px;\r
74     padding-left: 20px;\r
75     color: red;\r
76     background: url('error.png') no-repeat left center;\r
77 }\r
78 \r
79 label.tip {\r
80     color: #aaa;\r
81     background: url('tip.png') no-repeat left center;\r
82 }\r
83 \r
84 label.valid {\r
85     background: url('valid.png') no-repeat left center;\r
86     width: 32px;\r
87 }