Show More
@@ -66,4 +66,8 b' span#login_widget {' | |||
|
66 | 66 | |
|
67 | 67 | #header > span { |
|
68 | 68 | margin-top: 10px; |
|
69 | } No newline at end of file | |
|
69 | } | |
|
70 | ||
|
71 | .modal-body { | |
|
72 | max-height: 500px; | |
|
73 | } |
@@ -19,8 +19,7 b' var IPython = (function (IPython) {' | |||
|
19 | 19 | var that = this; |
|
20 | 20 | if ( this.shortcut_dialog ){ |
|
21 | 21 | // if dialog is already shown, close it |
|
22 |
this.shortcut_dialog |
|
|
23 | this.shortcut_dialog = null; | |
|
22 | $(this.shortcut_dialog).modal("toggle"); | |
|
24 | 23 | return; |
|
25 | 24 | } |
|
26 | 25 | var body = $('<div/>'); |
@@ -60,6 +59,7 b' var IPython = (function (IPython) {' | |||
|
60 | 59 | this.shortcut_dialog = IPython.dialog.modal({ |
|
61 | 60 | title : "Keyboard shortcuts", |
|
62 | 61 | body : body, |
|
62 | destroy : false, | |
|
63 | 63 | buttons : { |
|
64 | 64 | Close : {} |
|
65 | 65 | } |
@@ -1057,6 +1057,7 b' span#login_widget{float:right;}' | |||
|
1057 | 1057 | .nav-header{text-transform:none;} |
|
1058 | 1058 | .navbar-nobg{background-color:transparent;background-image:none;} |
|
1059 | 1059 | #header>span{margin-top:10px;} |
|
1060 | .modal-body{max-height:500px;} | |
|
1060 | 1061 | @font-face{font-family:'FontAwesome';src:url('../components/font-awesome/build/assets/font-awesome/font/fontawesome-webfont.eot?v=3.1.0');src:url('../components/font-awesome/build/assets/font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'),url('../components/font-awesome/build/assets/font-awesome/font/fontawesome-webfont.woff?v=3.1.0') format('woff'),url('../components/font-awesome/build/assets/font-awesome/font/fontawesome-webfont.ttf?v=3.1.0') format('truetype'),url('../components/font-awesome/build/assets/font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;} |
|
1061 | 1062 | [class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;} |
|
1062 | 1063 | .icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;} |
General Comments 0
You need to be logged in to leave comments.
Login now