From 51a559c320fe6ebcadb20a5e2b0f7ce9ebc56e2d Mon Sep 17 00:00:00 2001 From: nuintun Date: Mon, 23 Nov 2015 16:28:12 +0800 Subject: [PATCH] update files --- index.html | 16 +++++++++++++--- static/css/index.css | 6 +++++- static/js/components/app-main/app-main.html | 7 +++++-- static/js/components/app-main/index.js | 2 +- static/js/components/project-configure/index.js | 1 + 5 files changed, 25 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 5107096..01cf94b 100644 --- a/index.html +++ b/index.html @@ -9,14 +9,24 @@
- + +
- + +
diff --git a/static/css/index.css b/static/css/index.css index 9a21bf1..18eb3ff 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -357,7 +357,11 @@ header [class*=" icon-"] { color: #333; } .ui-command a { - padding: 0 6px; + padding: 0 10px; + max-width: 130px; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } .ui-command-more .icon-expand { font-size: 24px; diff --git a/static/js/components/app-main/app-main.html b/static/js/components/app-main/app-main.html index 03f3722..b317c09 100644 --- a/static/js/components/app-main/app-main.html +++ b/static/js/components/app-main/app-main.html @@ -1,4 +1,7 @@ - +