Show More
@@ -50,7 +50,7 b' IPython.dialog = (function (IPython) {' | |||||
50 | for (var label in options.buttons) { |
|
50 | for (var label in options.buttons) { | |
51 | var btn_opts = options.buttons[label]; |
|
51 | var btn_opts = options.buttons[label]; | |
52 | var button = $("<button/>") |
|
52 | var button = $("<button/>") | |
53 | .addClass("btn btn-default") |
|
53 | .addClass("btn btn-default btn-sm") | |
54 | .attr("data-dismiss", "modal") |
|
54 | .attr("data-dismiss", "modal") | |
55 | .text(label); |
|
55 | .text(label); | |
56 | if (btn_opts.click) { |
|
56 | if (btn_opts.click) { |
@@ -7,11 +7,7 b'' | |||||
7 | @navbar-height: 36px; |
|
7 | @navbar-height: 36px; | |
8 | @breadcrumb-color: darken(@border_color, 30%); |
|
8 | @breadcrumb-color: darken(@border_color, 30%); | |
9 | @blockquote-font-size: inherit; |
|
9 | @blockquote-font-size: inherit; | |
10 |
|
10 | @modal-inner-padding: 15px; | ||
11 | // Override the modal footer padding that BS3 uses. |
|
|||
12 | .modal-footer { |
|
|||
13 | padding: 7px; |
|
|||
14 | } |
|
|||
15 |
|
11 | |||
16 | // Disable modal slide-in from top animation. |
|
12 | // Disable modal slide-in from top animation. | |
17 | .modal { |
|
13 | .modal { |
General Comments 0
You need to be logged in to leave comments.
Login now