More minor theme/styling changes.

This commit is contained in:
Brian Granger 2012-01-11 12:30:45 -08:00 committed by MinRK
parent bf5ffad6f8
commit 1f1132c5a4
2 changed files with 7 additions and 1 deletions

View File

@ -48,10 +48,16 @@ div#main_app {
position: relative;
}
/* We set the fonts by hand here to override the values in the theme */
.ui-widget {
font-family: "Lucinda Grande", "Lucinda Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
font-family: "Lucinda Grande", "Lucinda Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
/* Smaller buttons */
.ui-button .ui-button-text {
padding: 0.2em 0.8em;
font-size: 77%;

View File

@ -57,7 +57,7 @@ var IPython = (function (IPython) {
.css({'margin-bottom': '10px'})
);
dialog.append(
$('<input/>').attr('type','text').attr('size','35')
$('<input/>').attr('type','text').attr('size','25')
.addClass('ui-widget ui-widget-content')
.attr('value',that.get_notebook_name())
);