From b2d9b9beb83508fcb7e2b29206cac8b8ffccd647 Mon Sep 17 00:00:00 2001 From: MinRK Date: Tue, 11 Jun 2013 11:14:10 -0700 Subject: [PATCH] bootstrapify delete dialog --- .../html/notebook/static/style/style.min.css | 4 +- .../notebook/static/tree/js/notebooklist.js | 45 +++++++++---------- .../html/notebook/static/tree/less/tree.less | 7 +-- .../html/notebook/templates/tree.html | 1 + 4 files changed, 24 insertions(+), 33 deletions(-) diff --git a/IPython/frontend/html/notebook/static/style/style.min.css b/IPython/frontend/html/notebook/static/style/style.min.css index 40d564f8e..99cc792c7 100644 --- a/IPython/frontend/html/notebook/static/style/style.min.css +++ b/IPython/frontend/html/notebook/static/style/style.min.css @@ -1411,9 +1411,7 @@ ul.icons-ul{list-style-type:none;text-indent:-0.7142857142857143em;margin-left:2 .list_container>div:last-child{border:none;} .list_item:hover .list_item{background-color:#ddd;} .list_container>div>span,.list_container>div>div{padding:8px;} -.cluster_list_item>a{} -.notebook_item a{text-decoration:none;} -.action_col{} +.list_item a{text-decoration:none;} input.nbname_input{height:15px;} .highlight_text{color:blue;} #project_name>.breadcrumb{padding:0px;margin-bottom:0px;background-color:transparent;font-weight:bold;} diff --git a/IPython/frontend/html/notebook/static/tree/js/notebooklist.js b/IPython/frontend/html/notebook/static/tree/js/notebooklist.js index 3c4de865d..3d4de3969 100644 --- a/IPython/frontend/html/notebook/static/tree/js/notebooklist.js +++ b/IPython/frontend/html/notebook/static/tree/js/notebooklist.js @@ -213,7 +213,7 @@ var IPython = (function (IPython) { NotebookList.prototype.add_delete_button = function (item) { var new_buttons = $('').addClass("btn-group pull-right"); var notebooklist = this; - var delete_button = $("