From d0fc3dd419836baf0352f9ace047c8d8b55edf9d 2015-01-19 17:41:34 From: Jonathan Frederic Date: 2015-01-19 17:41:34 Subject: [PATCH] Correct the padding of the new button group on the files page --- diff --git a/IPython/html/static/tree/less/tree.less b/IPython/html/static/tree/less/tree.less index a688278..9c582fb 100644 --- a/IPython/html/static/tree/less/tree.less +++ b/IPython/html/static/tree/less/tree.less @@ -156,6 +156,10 @@ input.engine_num_input { .icon(@fa-var-file-o) } +#new-buttons { + padding-top: 2px; +} + ul#new-menu { // align right instead of left left: auto;