From 1075344f03e836de5b11222aaf68b90bdd4a9531 Mon Sep 17 00:00:00 2001 From: olgasmola Date: Wed, 4 Jul 2012 13:32:47 +0300 Subject: [PATCH] CS-15353: Larger click boxes in UI. --- ui/css/cloudstack3.css | 4 ++++ ui/scripts/ui-custom/projects.js | 9 +++++--- ui/scripts/ui-custom/zoneWizard.js | 5 ++++ ui/scripts/ui/core.js | 37 +++++++++++++++++++++++++++++- ui/scripts/ui/dialog.js | 8 +++++-- 5 files changed, 57 insertions(+), 6 deletions(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 51663cf59e1..a60e4807ca2 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -9967,3 +9967,7 @@ div.panel.ui-dialog div.list-view div.fixed-header { background-position: -230px -615px; } +.label-hovered { + cursor: pointer; + color: blue !important; +} \ No newline at end of file diff --git a/ui/scripts/ui-custom/projects.js b/ui/scripts/ui-custom/projects.js index e10a8f16f3a..221d834d29f 100644 --- a/ui/scripts/ui-custom/projects.js +++ b/ui/scripts/ui-custom/projects.js @@ -171,7 +171,8 @@ var $input = $('').attr({ type: 'text', name: resource.type, - value: resource.value + value: resource.value, + id: resource.type }).addClass('required'); $field.append($label, $input); @@ -305,13 +306,15 @@ .append($('