Repository: cloudstack Updated Branches: refs/heads/master 1f2d86c9b -> 41d189a70
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/41d189a7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/41d189a7 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/41d189a7 Branch: refs/heads/master Commit: 41d189a7075e1a07b90394a6e05af949bdfa26e7 Parents: 1f2d86c Author: Mike Tutkowski <[email protected]> Authored: Mon Mar 24 14:54:52 2014 -0600 Committer: Mike Tutkowski <[email protected]> Committed: Mon Mar 24 21:12:25 2014 -0600 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/41d189a7/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 {
