rebuild GUI structure(only changed modules' name)
[vnfsdk/refrepo.git] / extsys / src / main / webapp / extsys / vim / css / vimChart.css
1 /**
2  * Copyright 2016-2017 ZTE Corporation.
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 body {
17     color: #333;
18     font-family: "Microsoft yahei", Verdana, Arial, Helvetica, sans-serif !important;
19     padding: 0px !important;
20     margin: 0px !important;
21     direction: ltr;
22     background-color: #f1f3fa !important;
23 }
24
25 .row {
26     margin-left: 0px;
27     margin-right: 0px;
28 }
29
30 select {
31     border-width: 1px;
32     padding: 4px 1px;
33     border-radius: 4px;
34 }
35
36 .container-fluid {
37     background-color: #fff;
38 }
39
40 .titlefont {
41     font-size: 16px;
42     margin-left: 10px;
43 }
44
45 .separator-line {
46     height: 1px;
47     width: 100%;
48     background: #ddd;
49     overflow: hidden;
50     margin-bottom: 15px;
51     margin-top: 6px;
52     opacity: 0.6;
53 }
54
55 .main {
56     height: 400px;
57     /* width: 778px !important; */
58     overflow: hidden;
59     padding: 10px;
60     margin-bottom: 10px;
61     border: 1px solid #e3e3e3;
62     -webkit-border-radius: 4px;
63     -moz-border-radius: 4px;
64     border-radius: 4px;
65     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
66     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
67     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
68 }