CLIENT GUI Framework
[vnfsdk/refrepo.git] / openo-portal / portal-auth / src / main / webapp / user / css / user.css
1 /*\r
2  * Copyright 2016-2017 Huawei Technologies Co., Ltd.\r
3  *\r
4  * Licensed under the Apache License, Version 2.0 (the "License");\r
5  * you may not use this file except in compliance with the License.\r
6  * You may obtain a copy of the License at\r
7  *\r
8  *     http://www.apache.org/licenses/LICENSE-2.0\r
9  *\r
10  * Unless required by applicable law or agreed to in writing, software\r
11  * distributed under the License is distributed on an "AS IS" BASIS,\r
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
13  * See the License for the specific language governing permissions and\r
14  * limitations under the License.\r
15  */\r
16 * {\r
17     font-family: Microsoft Yahei!important;\r
18     font-size: 12px;\r
19     color: #333;\r
20 }\r
21 \r
22 .hw_body {\r
23     background-color: #fafafa!important;\r
24     padding-left: 15px;\r
25 }\r
26 \r
27 .delete, .changePsd, .edit {\r
28     padding: 0 10px;\r
29     cursor: pointer;\r
30 }\r
31 \r
32 .mt20 {\r
33     margin: 20px;\r
34 }\r
35 \r
36 #progress {\r
37     position: relative;;\r
38     display: inline-block;\r
39 }\r
40 \r
41 #serverError {\r
42     margin-left: 18px;\r
43 }\r
44 \r
45 .mandatory {\r
46     color: #F00;\r
47     width: 7px;\r
48     padding-right: 10px 5px 10px 0;\r
49 }\r
50 \r
51 .row_interval {\r
52     padding: 10px 10px 10px 0;\r
53 }\r
54 \r
55 .progress_bar {\r
56     height: 4px;\r
57     border-radius: 2px;\r
58     width: 420px;\r
59     background: -webkit-linear-gradient(left, #6fd330, #29b6eb);\r
60     background: -o-linear-gradient(right, #6fd330, #29b6eb);\r
61     background: -moz-linear-gradient(right, #6fd330, #29b6eb);\r
62     background: linear-gradient(to right, #6fd330, #29b6eb);\r
63 }\r
64 \r
65 .progress_charater {\r
66     display: block;\r
67     overflow: hidden;\r
68     white-space: nowrap;\r
69     text-overflow: ellipsis;\r
70     color: #1fbe5c;\r
71     text-align: center;\r
72     margin-bottom: 20px;\r
73 }\r
74 \r
75 .errorTip {\r
76     color: red;\r
77 }\r
78 \r
79 .suggestion_tip {\r
80     height: auto;\r
81     background-color: #FFF5EA;\r
82     border: 1px solid #F9DFC5;\r
83     padding: 8px 10px;\r
84     margin: 3px 0;\r
85     color: #333;\r
86     line-height: 20px;\r
87     overflow: auto;\r
88 }\r
89 \r
90 .rule_label {\r
91     font-weight: 600;\r
92 }\r
93 #role_content table {\r
94     margin-left: 20px;\r
95 }