You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2015/03/12 02:27:08 UTC

[7/9] stratos git commit: add text overflow to long names

add text overflow to long names


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/a3d77b8c
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/a3d77b8c
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/a3d77b8c

Branch: refs/heads/master
Commit: a3d77b8c3878dbbf1836dfdf590337e6f2655ab6
Parents: 3055277
Author: Dakshika Jayathilaka <si...@gmail.com>
Authored: Thu Mar 12 05:11:13 2015 +0530
Committer: Dakshika Jayathilaka <si...@gmail.com>
Committed: Thu Mar 12 05:11:13 2015 +0530

----------------------------------------------------------------------
 .../console/themes/theme0/css/custom/application_editor.css       | 3 +++
 .../console/themes/theme0/css/custom/application_group_editor.css | 3 +++
 .../console/themes/theme0/css/custom/applications_deploy.css      | 3 +++
 3 files changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/a3d77b8c/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/application_editor.css
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/application_editor.css b/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/application_editor.css
index 482dfcf..127c3df 100644
--- a/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/application_editor.css
+++ b/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/application_editor.css
@@ -27,6 +27,9 @@
     padding-top: 24px;
     text-align: center;
     cursor: pointer;
+    white-space: nowrap;
+    overflow: hidden;
+    text-overflow: ellipsis;
 }
 
 .block-cartridge {

http://git-wip-us.apache.org/repos/asf/stratos/blob/a3d77b8c/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/application_group_editor.css
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/application_group_editor.css b/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/application_group_editor.css
index a8f0fba..33b75c8 100644
--- a/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/application_group_editor.css
+++ b/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/application_group_editor.css
@@ -31,6 +31,9 @@
     padding-top: 24px;
     text-align: center;
     cursor: pointer;
+    white-space: nowrap;
+    overflow: hidden;
+    text-overflow: ellipsis;
 }
 
 .block-cartridge {

http://git-wip-us.apache.org/repos/asf/stratos/blob/a3d77b8c/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/applications_deploy.css
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/applications_deploy.css b/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/applications_deploy.css
index 61b8792..58d7842 100644
--- a/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/applications_deploy.css
+++ b/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/applications_deploy.css
@@ -33,6 +33,9 @@
     padding-top: 24px;
     text-align: center;
     cursor: pointer;
+    white-space: nowrap;
+    overflow: hidden;
+    text-overflow: ellipsis;
 }
 .stepnode i {
     margin-top: 2px;