CLIENT GUI Framework
[vnfsdk/refrepo.git] / portal-common / src / main / webapp / common / css / more-operation.css
1 /**\r
2  * Copyright 2016-2017, CMCC 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 a {\r
18     text-decoration: none !important;\r
19 }\r
20 \r
21 .box{\r
22 height:95px ;\r
23 color:#333;\r
24 text-align:right;\r
25 padding-bottom:20px;\r
26 font-size:14px;\r
27 text-align:center;\r
28 }\r
29 \r
30 .row  a{\r
31 font-weight:normal;\r
32 font-size:14px;\r
33 \r
34 }\r
35 \r
36 .alarmTitle{\r
37 padding-left:20px;\r
38 margin-top: 10px;\r
39 }\r
40 @media (min-width: 758px) and (max-width: 997px){\r
41         .alarmTitle{\r
42                 display:none;\r
43         }\r
44         .alarmTypePadding{\r
45                 padding-left: 25%;\r
46         }\r
47 }\r
48 @media (max-width: 757px){\r
49         .alarmTitle{\r
50                 display:none;\r
51         }\r
52         .alarmTypePadding{\r
53                 padding-left: 20%;\r
54         }\r
55 }\r
56 \r
57 .titlefont{\r
58  font-size:16px;\r
59 }\r
60 .label{\r
61   font-weight: 400;\r
62 }\r
63 \r
64 .row1{\r
65  margin-right: 0px !important;\r
66 }\r
67 \r
68 .queryLink{\r
69         font-size: 14px;\r
70         margin-top: 10px;\r
71         color:#5b9bd1;\r
72 }\r
73 .carousel-control {\r
74   position: absolute;\r
75   top: 0;\r
76   left: 0;\r
77   bottom: 0;\r
78   width: 3% !important;\r
79   opacity: .5;\r
80   filter: alpha(opacity=50);\r
81   font-size: 20px;\r
82   color: #C7C7C7;\r
83   text-align: center;\r
84   text-shadow: 0 1px 2px rgba(0,0,0,.6);\r
85 }\r
86 .carousel-control:hover{\r
87  color: #969494;\r
88 }\r
89 .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {\r
90   margin-left:0;\r
91   font-size:25px;\r
92   margin-top:-12px;\r
93 }\r
94 .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right{\r
95   right:35px;\r
96 }\r
97 \r
98 .carousel-inner{\r
99         overflow: visible;\r
100 }\r
101 \r
102 .item {\r
103     overflow: visible !important;\r
104     display: block!important;\r
105   margin-bottom: 0px !important;\r
106 }\r
107 \r
108 .carousel-control.left,.carousel-control.right{\r
109   background-image:none;\r
110 }\r
111 .upArrowArea{\r
112  background:#fff;\r
113  margin-top:-18px;\r
114  margin-bottom: 15px;\r
115 }\r
116 .boxOperation {            \r
117         color:#1178ee;\r
118         background-repeat: no-repeat;   \r
119         background-position-y: 100%;\r
120         height:30px;\r
121         line-height:30px;       \r
122         font-size: 14px;\r
123         font-weight:bold;\r
124         margin-top:5px;\r
125         height:35px;\r
126         padding-left:15px;\r
127     padding-right:15px; \r
128 }\r
129 .moreButton:first-child .boxOperation {\r
130     margin-left: 45px; \r
131 }\r
132 .moreButton:last-child .boxOperation {\r
133     margin-right: 45px; \r
134 }\r
135 .moreButton:first-child .boxOperationOnePage{\r
136         margin-left: 0px !important;\r
137 }\r
138 \r
139 .moreOpen {\r
140         height: 40px;   \r
141 }\r
142 .moreClose {\r
143         height: 0px;\r
144         display:none !important;        \r
145 }\r
146 .moreButton{            \r
147     float: left;\r
148         position: relative;\r
149         min-height: 1px;        \r
150         }\r
151 .boxOperation:hover{\r
152         color:#1069d0;\r
153 }\r
154 .moreButtonSelected{\r
155         background-color: #fff !important;\r
156         color:#333;\r
157         border-top:3px #f3565d solid;\r
158 }\r
159 ul{\r
160         list-style-type:none;\r
161 }\r
162 li{\r
163         list-style-type:none;\r
164 }\r
165 .dropdown-menu {\r
166         z-index: 9991 !important;;\r
167 }