Repository: cloudstack Updated Branches: refs/heads/4.4 a19d50ec1 -> 0b9193599
CLOUDSTACK-6170 (fixing a GUI formatting issue) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0b919359 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0b919359 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0b919359 Branch: refs/heads/4.4 Commit: 0b9193599abf0e30d94bcc0886366adf738910de Parents: a19d50e Author: Mike Tutkowski <[email protected]> Authored: Mon Mar 24 14:54:52 2014 -0600 Committer: Mike Tutkowski <[email protected]> Committed: Mon Mar 24 21:09:58 2014 -0600 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0b919359/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 7b01c9a..4aab13b 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -6094,7 +6094,7 @@ label.error { } .instance-wizard .step.data-disk-offering.custom-iops-do .select-container { - height: 235px; + height: 165px; } .instance-wizard .step.data-disk-offering .custom-iops-do { @@ -6108,7 +6108,7 @@ label.error { .instance-wizard .step.data-disk-offering .custom-iops-do .field { width: 30%; float: left; - margin-bottom: 13px; + margin-bottom: 5px; } .instance-wizard .step.data-disk-offering .custom-iops-do .field label {
