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