summaryrefslogtreecommitdiffstats
path: root/portal/src/main/webapp/extsys/ems/css
diff options
context:
space:
mode:
author覃亮10184303 <qin.liang13@zte.com.cn>2017-09-20 17:15:09 +0800
committer覃亮10184303 <qin.liang13@zte.com.cn>2017-09-20 17:15:09 +0800
commitce13cec7061af3b55cb6a79b9318b51027af6ebe (patch)
tree5fd237a2d40755327523658f2a735e82c59b5360 /portal/src/main/webapp/extsys/ems/css
parent0a29d72ec077a9969434ebdc605f0db735b8fd98 (diff)
Integrate esr-gui with server end for EMS
Change-Id: I3fe5e4203d09528f9a79da5e75108eddcff672d5 Issue-ID: AAI-347 Signed-off-by: 覃亮10184303 <qin.liang13@zte.com.cn>
Diffstat (limited to 'portal/src/main/webapp/extsys/ems/css')
-rw-r--r--portal/src/main/webapp/extsys/ems/css/ems.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/portal/src/main/webapp/extsys/ems/css/ems.css b/portal/src/main/webapp/extsys/ems/css/ems.css
index 6838e7e..d175c88 100644
--- a/portal/src/main/webapp/extsys/ems/css/ems.css
+++ b/portal/src/main/webapp/extsys/ems/css/ems.css
@@ -458,6 +458,9 @@ h3 {
margin-top: 10px;
margin-bottom: 40px;
font-weight: 200;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
}
.blue-font {
@@ -550,4 +553,9 @@ h3 {
}
#btnPreStep, #btnSave{
display: none;
+}
+.md-text-overflow {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
} \ No newline at end of file