1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Sunstone: Fix some widths in create ACL dialog

Affects the proper alignment of the deploy checkbox and the acl string preview field position.
(cherry picked from commit e540743a3b26161092ceed215ef63e6bfeb90967)
This commit is contained in:
Hector Sanjuan 2011-09-08 19:23:43 +02:00 committed by Javi Fontan
parent 6f99e91fb4
commit ac71f33c15

View File

@ -65,7 +65,7 @@ var create_acl_tmpl =
<label for="belonging_to">Group:</label>\
<select name="belonging_to" id="belonging_to"></select>\
<div class="clear"></div>\
<label style="height:11em;">Allowed operations:</label>\
<label style="height:12em;">Allowed operations:</label>\
<input type="checkbox" name="right_create" class="right_cb" value="CREATE">Create</input><br />\
<input type="checkbox" name="right_delete" class="right_cb" value="DELETE">Delete</input><br />\
<input type="checkbox" name="right_use" class="right_cb" value="USE">Use</input><br />\
@ -312,7 +312,7 @@ function setupCreateAclDialog(){
dialog.dialog({
autoOpen: false,
modal:true,
width: 600,
width: 650,
height: height
});