You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2012/12/27 22:48:16 UTC

[29/32] git commit: Increase max-width of list view table cells to 160px

Increase max-width of list view table cells to 160px


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/23e75eb7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/23e75eb7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/23e75eb7

Branch: refs/heads/ui-plugins
Commit: 23e75eb788fdc5a1077ed7fe3451e7b8dcc9c020
Parents: 1b533f2
Author: Brian Federle <br...@citrix.com>
Authored: Thu Dec 27 11:59:13 2012 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Thu Dec 27 11:59:13 2012 -0800

----------------------------------------------------------------------
 ui/css/cloudstack3.css |   45 +++++++++++++++++++-----------------------
 1 files changed, 20 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/23e75eb7/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 68817e4..0478f4c 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -441,7 +441,7 @@ body.login {
 div.list-view table tbody td span {
   display: block;
   float: left;
-  max-width: 100px;
+  max-width: 160px;
   word-wrap: break-word;
   text-indent: 0;
   margin-left: 12px;
@@ -450,13 +450,10 @@ div.list-view table tbody td span {
   overflow-x: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
-
 }
 
 div.list-view table tbody td span:hover {
-
-overflow:auto;
-
+  overflow: auto;
 }
 
 div.list-view div.toolbar div.section-switcher div.section-select label {
@@ -7221,19 +7218,18 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
   min-width: 100px;
 }
 
-div.ui-dialog div.multi-edit-add-list div.view div.data-table table.body tbody tr.even td
- {
-   border-right: 1px solid #BFBFBF;
-    clear: none;
-    color: #495A76;
-    font-size: 10px;
-    margin-right: 25px;
-    min-width: -moz-available;
-    max-width:90px;
-    overflow: hidden;
-    padding: 9px 5px 8px 0;
-    position: relative;
-    vertical-align: middle;
+div.ui-dialog div.multi-edit-add-list div.view div.data-table table.body tbody tr.even td {
+  border-right: 1px solid #BFBFBF;
+  clear: none;
+  color: #495A76;
+  font-size: 10px;
+  margin-right: 25px;
+  min-width: -moz-available;
+  max-width: 90px;
+  overflow: hidden;
+  padding: 9px 5px 8px 0;
+  position: relative;
+  vertical-align: middle;
 }
 
 .multi-edit {
@@ -10689,10 +10685,9 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
 }
 
 div.container div.panel div#details-tab-network.detail-group div div.multi-edit table.multi-edit tbody tr td,
- div.container div.panel div#details-tab-network.detail-group div div.multi-edit table.multi-edit thead tr th
-  {
- min-width:72px;
- font-size:10px;
+div.container div.panel div#details-tab-network.detail-group div div.multi-edit table.multi-edit thead tr th {
+  min-width: 72px;
+  font-size: 10px;
 }
 
 .ui-dialog div.autoscaler .detail-actions {
@@ -11178,8 +11173,8 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
   background-position: -168px -31px;
 }
 
-.reset .icon{
-background-position: -168px -31px;
+.reset .icon {
+  background-position: -168px -31px;
 }
 
 .restoreVM:hover .icon,
@@ -11187,7 +11182,6 @@ background-position: -168px -31px;
   background-position: -168px -613px;
 }
 
-
 .reset:hover .icon {
   background-position: -168px -613px;
 }
@@ -11316,3 +11310,4 @@ background-position: -168px -31px;
   cursor: pointer;
   color: #0000FF !important;
 }
+