[PATCH 1/2] BZ 790620 changed stylesheet to decrease left margin in 'pretty boxes'; added p.provider to manage text overflow of provider name

Tzu-Mainn Chen tzumainn at redhat.com
Wed Feb 15 17:10:31 UTC 2012


---
 src/app/stylesheets/layout.scss |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/app/stylesheets/layout.scss b/src/app/stylesheets/layout.scss
index fa8def9..29fb929 100644
--- a/src/app/stylesheets/layout.scss
+++ b/src/app/stylesheets/layout.scss
@@ -2272,7 +2272,7 @@ ul.deployment-array.large{
 
     dl.statistics{
       margin-top: 8px;
-      ul{list-style: none; margin-left: 12px;}
+      ul{list-style: none; margin-left: 0px;}
       li{display: block; height: 24px; padding-left: 26px; padding-top: 1px;}
       li.uptime{ background: transparent url('../../images/deployment_large_uptime.png') no-repeat 6px 0px; }
       li.instances{ background: transparent url('../../images/deployment_large_instances.png') no-repeat 6px 0px; }
@@ -2281,6 +2281,13 @@ ul.deployment-array.large{
         position: absolute;
         bottom: 0px;
       }
+      p.provider{
+        position: absolute;
+        width: 100px;
+        white-space: nowrap;
+        overflow: hidden;
+        text-overflow: ellipsis;
+      }
       dt{ display:none; }
       dd{
         font-family: $font-family-primary;
-- 
1.7.6.5




More information about the aeolus-devel mailing list