Skip to content

Commit

Permalink
A bit of styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
davebx committed Sep 21, 2016
1 parent 5309c8e commit dd783f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/admin/tool_shed_repository/browse_toolsheds.mako
Expand Up @@ -7,6 +7,9 @@
${parent.stylesheets()}
${h.css( "dynatree_skin/ui.dynatree" )}
<style type="text/css">
.modal-dialog {
width: 70%;
}
div.expandLink {
float: left;
padding-left: 2px;
Expand Down Expand Up @@ -514,6 +517,7 @@ function bind_repository_events() {
console.log(data);
require(["mvc/ui/ui-modal", "mvc/form/form-view"], function (Modal, FormView) {
$(function() {
data.cls = 'ui-portlet-plain';
var toolform = new FormView(data);
// var html = '<div id="toolmodal_' + clean + '>' + toolform.render() + '</div>';
var modal = new Modal.View();
Expand Down

0 comments on commit dd783f4

Please sign in to comment.