##// END OF EJS Templates
use less.css for the style of the noscript message
Paul Ivanov -
Show More
@@ -26,6 +26,16 b' div#header {'
26 26 padding-left: 16px;
27 27 }
28 28
29 #noscript {
30 width: auto;
31 padding-top: 16px;
32 padding-bottom: 16px;
33 text-align: center;
34 font-size: 22px;
35 color: red;
36 font-weight: bold;
37 }
38
29 39 #ipython_notebook img {
30 40 font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
31 41 height: 24px;
@@ -1048,6 +1048,7 b' a.label:hover,a.label:focus,a.badge:hover,a.badge:focus{color:#ffffff;text-decor'
1048 1048 body{background-color:white;position:absolute;left:0px;right:0px;top:0px;bottom:0px;overflow:visible;}
1049 1049 div#header{display:none;}
1050 1050 #ipython_notebook{padding-left:16px;}
1051 #noscript{width:auto;padding-top:16px;padding-bottom:16px;text-align:center;font-size:22px;color:red;font-weight:bold;}
1051 1052 #ipython_notebook img{font-family:Verdana,"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;height:24px;text-decoration:none;color:black;}
1052 1053 #site{width:100%;display:none;}
1053 1054 .ui-button .ui-button-text{padding:0.2em 0.8em;font-size:77%;}
@@ -41,7 +41,7 b''
41 41 <body {% block params %}{% endblock %}>
42 42
43 43 <noscript>
44 <div id='noscript' style='width: auto; padding-top: 5px, padding-bottom: 5px; text-align: center; font-size: 22px; color: red; font-weight: bold;'>
44 <div id='noscript'>
45 45 IPython Notebook requires JavaScript.<br>
46 46 Please enable it to proceed.
47 47 </div>
General Comments 0
You need to be logged in to leave comments. Login now