Show More
@@ -30,7 +30,7 var IPython = (function (IPython) { | |||
|
30 | 30 | |
|
31 | 31 | |
|
32 | 32 | NotificationWidget.prototype.style = function () { |
|
33 |
this.element.addClass('notification_widget |
|
|
33 | this.element.addClass('notification_widget pull-right'); | |
|
34 | 34 | this.element.addClass('border-box-sizing'); |
|
35 | 35 | }; |
|
36 | 36 |
@@ -1,9 +1,3 | |||
|
1 | 1 | #notification_area { |
|
2 | position: absolute; | |
|
3 | right: 0px; | |
|
4 | top: 0px; | |
|
5 | height: 25px; | |
|
6 | padding: 3px 0px; | |
|
7 | padding-right: 3px; | |
|
8 | 2 | z-index: 10; |
|
9 | 3 | } |
@@ -1,8 +1,9 | |||
|
1 | 1 | .notification_widget{ |
|
2 | float : right; | |
|
3 |
|
|
|
4 | top: 1px; | |
|
5 | height: 25px; | |
|
6 | padding: 3px 6px; | |
|
2 | padding: 6px 12px; | |
|
3 | margin-top: 1px; | |
|
7 | 4 | z-index: 10; |
|
5 | border: 1px solid #ccc; | |
|
6 | border-radius: @corner_radius; | |
|
7 | background: rgba(240, 240, 240, 0.5); | |
|
8 | ||
|
8 | 9 | } |
@@ -1496,8 +1496,8 p.dialog{padding:0.2em;} | |||
|
1496 | 1496 | pre,code,kbd,samp{white-space:pre-wrap;} |
|
1497 | 1497 | #fonttest{font-family:monospace;} |
|
1498 | 1498 | p{margin-bottom:0;} |
|
1499 | #notification_area{position:absolute;right:0px;top:0px;height:25px;padding:3px 0px;padding-right:3px;z-index:10;} | |
|
1500 | .notification_widget{float:right;right:0px;top:1px;height:25px;padding:3px 6px;z-index:10;} | |
|
1499 | #notification_area{z-index:10;} | |
|
1500 | .notification_widget{padding:6px 12px;margin-top:1px;z-index:10;border:1px solid #ccc;border-radius:4px;background:rgba(240, 240, 240, 0.5);} | |
|
1501 | 1501 | div.output_area{padding:0px;page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;} |
|
1502 | 1502 | div.output_area pre{font-family:monospace;margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;color:black;background-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;line-height:inherit;} |
|
1503 | 1503 | div.output_subarea{padding:0.44em 0.4em 0.4em 1px;margin-left:6px;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;} |
@@ -167,11 +167,10 class="notebook_app" | |||
|
167 | 167 | </ul> |
|
168 | 168 | </li> |
|
169 | 169 | </ul> |
|
170 | <div id="notification_area"></div> | |
|
170 | 171 | </div> |
|
171 | 172 | </div> |
|
172 | 173 | </div> |
|
173 | <div id="notification_area"> | |
|
174 | </div> | |
|
175 | 174 | </div> |
|
176 | 175 | <div id="maintoolbar" class="navbar navbar-static-top"> |
|
177 | 176 | <div class="navbar-inner navbar-nobg"> |
General Comments 0
You need to be logged in to leave comments.
Login now