From 7d1e9b4d7fd165966f3bee044f06b0b98a74b0c3 2013-06-11 18:14:10 From: MinRK Date: 2013-06-11 18:14:10 Subject: [PATCH] bootstrapify delete dialog --- diff --git a/IPython/frontend/html/notebook/static/style/style.min.css b/IPython/frontend/html/notebook/static/style/style.min.css index 40d564f..99cc792 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 3c4de86..3d4de39 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 = $("