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