Fix zone wizard multi-edit for Firefox
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/d4c1848f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d4c1848f Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d4c1848f Branch: refs/heads/master Commit: d4c1848f33414e88bbde0eeec2c92f3c2d1bb198 Parents: 13f2861 Author: Brian Federle <brian.fede...@citrix.com> Authored: Mon Nov 5 15:50:03 2012 -0800 Committer: Brian Federle <brian.fede...@citrix.com> Committed: Mon Nov 5 15:50:03 2012 -0800 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d4c1848f/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index f8bf872..4a067ea 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -6816,7 +6816,9 @@ label.error { width: 98%; } -.multi-wizard.zone-wizard .multi-edit table th { +.multi-wizard.zone-wizard .multi-edit table th, +.multi-wizard.zone-wizard .multi-edit table td { + min-width: 97px; max-width: 97px; }