Skip to content

Commit

Permalink
More minor theme/styling changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonbg committed Jan 12, 2012
1 parent c1ab632 commit 096f072
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions IPython/frontend/html/notebook/static/css/base.css
Expand Up @@ -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%;
Expand Down
2 changes: 1 addition & 1 deletion IPython/frontend/html/notebook/static/js/savewidget.js
Expand Up @@ -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())
);
Expand Down

0 comments on commit 096f072

Please sign in to comment.