From: Tomas Sedovic <[email protected]>

The portlets in the dashboard now take up the whole horizontal space.
---
 src/public/stylesheets/components.css |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/public/stylesheets/components.css 
b/src/public/stylesheets/components.css
index dc2d415..218ee73 100644
--- a/src/public/stylesheets/components.css
+++ b/src/public/stylesheets/components.css
@@ -137,7 +137,6 @@ ul.nav li:hover {
 }
 
 #actions_dashboard_section {
-  width: 390px;
   height: 100px;
   border: 1px solid black;
   padding: 5px 0 5px 15px;
@@ -159,7 +158,6 @@ ul.nav li:hover {
 }
 
 #service_quality_dashboard_section {
-  width: 390px;
   border: 1px solid black;
   padding: 5px 0 5px 15px;
   margin: 10px 0px 10px 5px;
@@ -183,7 +181,6 @@ ul.nav li:hover {
 }
 
 #key_indicators_dashboard_section {
-  width: 390px;
   height: 220px;
   border: 1px solid black;
   background: #F2F2F2;
@@ -195,7 +192,7 @@ ul.nav li:hover {
 
 #key_indicators_dashboard_section ul {
   float: left !important;
-  width: 50%;
+  width: 195px;
   margin: 0;
   padding: 0;
   list-style: none;
-- 
1.6.6.1

_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to