Updated Branches: refs/heads/master e8a7a8238 -> dfffa805b
Multi-edit: fix alignment of table rows and header Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/dfffa805 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/dfffa805 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/dfffa805 Branch: refs/heads/master Commit: dfffa805bce1210d4ff58b874c1a08d3a5daa2f7 Parents: e8a7a82 Author: Brian Federle <brian.fede...@citrix.com> Authored: Fri Nov 2 12:37:35 2012 -0700 Committer: Brian Federle <brian.fede...@citrix.com> Committed: Fri Nov 2 12:38:23 2012 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/dfffa805/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 5465dbf..2676c19 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -7181,6 +7181,10 @@ div.panel.ui-dialog div.list-view div.fixed-header { border-top: none; } +.multi-edit table th { + min-width: 120px; +} + .detail-group .multi-edit table td { border-left: 1px solid #CDCCCC; } @@ -7397,7 +7401,7 @@ div.panel.ui-dialog div.list-view div.fixed-header { .multi-edit .data .data-body .data-item > table tbody tr td span { overflow-x: auto; overflow-y: hidden; - width: 70px; + max-width: 88px; display: block; float: left; } @@ -7410,6 +7414,7 @@ div.panel.ui-dialog div.list-view div.fixed-header { } .multi-edit .data .data-body .data-item table tbody tr td.name span { + width: 53px; color: #4C5D78; font-weight: bold; }