From 5a8489ee429e24b293922322372d99f75311fafd 2011-07-21 03:42:31 From: Brian Granger Date: 2011-07-21 03:42:31 Subject: [PATCH] Make the main notebook div auto scroll. --- diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.css index e95f4b0..f120183 100644 --- a/IPython/frontend/html/notebook/static/css/notebook.css +++ b/IPython/frontend/html/notebook/static/css/notebook.css @@ -83,7 +83,6 @@ span#ipython_notebook h1 { margin: 10px; } - div#toolbar { width: 100%; height: auto; @@ -93,14 +92,10 @@ div#toolbar { padding: 5px; } - -/*#main_toolbar button { - font-size: 0.9em; -}*/ - div.notebook { width: 790px; - height: 100%; + height: 650px; /*We might have to detect window height for this*/ + overflow: auto; margin-left: auto; margin-right: auto; padding-top: 5px; @@ -116,7 +111,6 @@ div.cell { display: table; } - div.code_cell { background-color: white; } @@ -142,7 +136,6 @@ div.input_prompt { color: blue; } - textarea.input_area { text-align: left; font-family: Menlo, "Courier New", Courier, mono; @@ -159,7 +152,6 @@ textarea.input_area { resize: none; } - div.output { display: table-row; padding: 0px;