Skip to content

Commit

Permalink
Fix tooltips position
Browse files Browse the repository at this point in the history
  • Loading branch information
dmamolina committed Apr 24, 2014
1 parent 89f7cd0 commit 0d24106
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 1,335 deletions.
2 changes: 1 addition & 1 deletion src/sunstone/public/css/app.css

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions src/sunstone/public/js/plugins/acls-tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ var create_acl_tmpl =
<h3 id="create_vnet_header" class="subheader">'+tr("Create ACL")+'</h3>\
</div>\
</div>\
<div class="reveal-body">\
<form id="create_acl_form" action="">\
<div class="row">\
<div class="large-6 columns">\
Expand Down Expand Up @@ -166,12 +165,10 @@ var create_acl_tmpl =
<input type="text" name="acl_preview" id="acl_preview"></input>\
</div>\
</div>\
<div class="reveal-footer">\
<div class="form_buttons">\
<button class="button radius right success" id="create_acl_submit" type="submit" value="Acl.create">'+tr("Create")+'</button>\
<button class="button secondary radius" type="reset" value="reset">'+tr("Reset")+'</button>\
</div>\
</div>\
<a class="close-reveal-modal">&#215;</a>\
</form>\
</div>';
Expand Down Expand Up @@ -475,7 +472,7 @@ function setupCreateAclDialog(){
// width: 650,
// height: height
//});
dialog.addClass("reveal-modal large max-height").attr("data-reveal", "");
dialog.addClass("reveal-modal large").attr("data-reveal", "");

//Default selected options
$('#applies_all',dialog).attr('checked','checked');
Expand Down
247 changes: 0 additions & 247 deletions src/sunstone/public/sass/_settings.scss

This file was deleted.

0 comments on commit 0d24106

Please sign in to comment.