diff --git a/IPython/frontend/html/notebook/static/css/projectdashboard.css b/IPython/frontend/html/notebook/static/css/projectdashboard.css index 1217970..6e410c1 100644 --- a/IPython/frontend/html/notebook/static/css/projectdashboard.css +++ b/IPython/frontend/html/notebook/static/css/projectdashboard.css @@ -7,7 +7,7 @@ #main_app { width: 920px; - margin: auto; + margin: 30px auto 0px auto; } #notebooks_toolbar { @@ -51,3 +51,7 @@ .highlight_text { color: blue; } + +.ui-tabs .ui-tabs-nav li a { + padding: .3em .5em; +} diff --git a/IPython/frontend/html/notebook/static/js/projectdashboardmain.js b/IPython/frontend/html/notebook/static/js/projectdashboardmain.js index 41337c3..4b7c1c1 100644 --- a/IPython/frontend/html/notebook/static/js/projectdashboardmain.js +++ b/IPython/frontend/html/notebook/static/js/projectdashboardmain.js @@ -14,6 +14,7 @@ $(document).ready(function () { IPython.page = new IPython.Page(); + $('div#tabs').tabs(); $('div#main_app').addClass('border-box-sizing ui-widget'); $('div#notebooks_toolbar').addClass('ui-widget ui-helper-clearfix'); $('#new_notebook').button().click(function (e) { diff --git a/IPython/frontend/html/notebook/templates/projectdashboard.html b/IPython/frontend/html/notebook/templates/projectdashboard.html index fff4e56..4a84f82 100644 --- a/IPython/frontend/html/notebook/templates/projectdashboard.html +++ b/IPython/frontend/html/notebook/templates/projectdashboard.html @@ -21,22 +21,31 @@ data-read-only={{read_only}}
- {% if logged_in or not read_only %} - -
- Drag files onto the list to import - notebooks. - - - - +
+ + +
+ {% if logged_in or not read_only %} +
+ Drag files onto the list to import + notebooks. + + + + +
+ {% end %} + +
+

{{project}}

+
- - {% end %} - -
-

{{project}}

+
+