aboutsummaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/components/graphiclist/graphiclist.component.css
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-portal/src/app/components/graphiclist/graphiclist.component.css')
-rw-r--r--usecaseui-portal/src/app/components/graphiclist/graphiclist.component.css43
1 files changed, 13 insertions, 30 deletions
diff --git a/usecaseui-portal/src/app/components/graphiclist/graphiclist.component.css b/usecaseui-portal/src/app/components/graphiclist/graphiclist.component.css
index 7268b5dc..e3912fca 100644
--- a/usecaseui-portal/src/app/components/graphiclist/graphiclist.component.css
+++ b/usecaseui-portal/src/app/components/graphiclist/graphiclist.component.css
@@ -1,18 +1,3 @@
-/*
- Copyright (C) 2018 CMCC, Inc. and others. All rights reserved.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-*/
.content .title {
border-radius: 5px 5px 0 0;
background-color: #fff;
@@ -48,31 +33,29 @@
border: none;
}
.content .chart {
- background-color: #fff;
position: relative;
border-radius: 5px;
margin-bottom: 20px;
- height: 106px;
+ height: 70px;
}
.content .chart .select {
- padding: 20px 50px;
+ padding: 20px 20px 20px 0px;
width: 70%;
float: left;
}
-.content .chart .select nz-dropdown {
- margin-right: 20px;
-}
-.content .chart .select nz-dropdown a {
- font: 700 12px "Arial";
- color: #3d4d65;
+.content .chart .select span {
+ display: inline-block;
+ font: 700 14px "Arial";
+ color: #4c5e70;
}
-.content .chart .select nz-dropdown a:hover {
- color: #3fa8eb;
+.content .chart .select .search {
+ margin-left: 20px;
+ height: 30px;
+ padding: 0 10px;
}
-.content .chart .AlarmChart {
- width: 25%;
- padding-top: 7px;
- float: left;
+.content .chart .select .search span {
+ color: #fff;
+ font-weight: 400;
}
.content .tablelist {
background-color: #fff;