From 057c304162d78971c416a3c2defe9c6f3718f202 Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Sun, 4 Dec 2011 12:45:23 +0100 Subject: [PATCH 1/2] notebook: config section UI Polish config section appearence in left pannel, elements alignement, time units... --- IPython/frontend/html/notebook/static/css/notebook.css | 5 +++++ IPython/frontend/html/notebook/templates/notebook.html | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.css index 01d376c27..8f9bf66a2 100644 --- a/IPython/frontend/html/notebook/static/css/notebook.css +++ b/IPython/frontend/html/notebook/static/css/notebook.css @@ -115,6 +115,11 @@ span.section_row_buttons a { float: right; } +#timebeforetooltip{ + margin-top:-3px; + text-align:right; +} + #timebeforetooltip_span { float: right; } diff --git a/IPython/frontend/html/notebook/templates/notebook.html b/IPython/frontend/html/notebook/templates/notebook.html index 0655e5b10..16d70afc5 100644 --- a/IPython/frontend/html/notebook/templates/notebook.html +++ b/IPython/frontend/html/notebook/templates/notebook.html @@ -253,7 +253,7 @@
-

Config

+

Configuration

@@ -269,10 +269,11 @@ Smart completer:
+ Time before tooltip : - + + milliseconds - Time before tooltip :
From 26416b6d2dfc9592ee18ac5431e1ff634cc6109a Mon Sep 17 00:00:00 2001 From: MinRK Date: Mon, 5 Dec 2011 15:51:29 -0800 Subject: [PATCH 2/2] make 'time before tooltip' style more consistent --- IPython/frontend/html/notebook/static/css/notebook.css | 8 ++++++++ IPython/frontend/html/notebook/templates/notebook.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.css index 8f9bf66a2..58cb6dd48 100644 --- a/IPython/frontend/html/notebook/static/css/notebook.css +++ b/IPython/frontend/html/notebook/static/css/notebook.css @@ -122,6 +122,14 @@ span.section_row_buttons a { #timebeforetooltip_span { float: right; + padding: 0px 5px; + font-size: 85%; +} + +#timebeforetooltip_label { + float: right; + text-align:right; + font-size: 85%; } #tooltipontab_span { diff --git a/IPython/frontend/html/notebook/templates/notebook.html b/IPython/frontend/html/notebook/templates/notebook.html index 16d70afc5..b46220f9e 100644 --- a/IPython/frontend/html/notebook/templates/notebook.html +++ b/IPython/frontend/html/notebook/templates/notebook.html @@ -269,11 +269,11 @@ Smart completer:
- Time before tooltip : milliseconds + Time before tooltip :