##// END OF EJS Templates
Fix width of search box
Thomas Kluyver -
Show More
@@ -485,6 +485,12 b' span.linkdescr {'
485 font-size: 90%;
485 font-size: 90%;
486 }
486 }
487
487
488 .search input[name=q] {
489 max-width: 100%;
490 box-sizing: border-box;
491 -moz-box-sizing: border-box;
492 }
493
488 ul.search {
494 ul.search {
489 margin: 10px 0 0 20px;
495 margin: 10px 0 0 20px;
490 padding: 0;
496 padding: 0;
General Comments 0
You need to be logged in to leave comments. Login now