Show More
@@ -14,3 +14,7 b'' | |||
|
14 | 14 | .nav-wrapper { |
|
15 | 15 | border-bottom: 1px solid @navbarBorder; |
|
16 | 16 | } |
|
17 | ||
|
18 | #menubar li.dropdown { | |
|
19 | line-height: 12px; | |
|
20 | } No newline at end of file |
@@ -1,6 +1,7 b'' | |||
|
1 | 1 | .notification_widget{ |
|
2 | padding: 3px 12px; | |
|
3 |
|
|
|
2 | color: @navbarLinkColor; | |
|
3 | padding: 1px 12px; | |
|
4 | margin: 2px 4px; | |
|
4 | 5 | z-index: 10; |
|
5 | 6 | border: 1px solid #ccc; |
|
6 | 7 | border-radius: @corner_radius; |
@@ -1486,6 +1486,7 b' pre .coffeescript .javascript,pre .javascript .xml,pre .tex .formula,pre .xml .j' | |||
|
1486 | 1486 | #menubar .navbar-inner{min-height:28px;border-top:1px;border-radius:0px 0px 4px 4px;} |
|
1487 | 1487 | #menubar .navbar{margin-bottom:8px;} |
|
1488 | 1488 | .nav-wrapper{border-bottom:1px solid #d4d4d4;} |
|
1489 | #menubar li.dropdown{line-height:12px;} | |
|
1489 | 1490 | body{background-color:#ffffff;} |
|
1490 | 1491 | body.notebook_app{overflow:hidden;} |
|
1491 | 1492 | span#notebook_name{height:1em;line-height:1em;padding:3px;border:none;font-size:146.5%;} |
@@ -1499,7 +1500,7 b' pre,code,kbd,samp{white-space:pre-wrap;}' | |||
|
1499 | 1500 | p{margin-bottom:0;} |
|
1500 | 1501 | .end_space{height:200px;} |
|
1501 | 1502 | #notification_area{z-index:10;} |
|
1502 |
.notification_widget{padding: |
|
|
1503 | .notification_widget{color:#777777;padding:1px 12px;margin:2px 4px;z-index:10;border:1px solid #ccc;border-radius:4px;background:rgba(240, 240, 240, 0.5);} | |
|
1503 | 1504 | 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;} |
|
1504 | 1505 | 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;} |
|
1505 | 1506 | 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;} |
General Comments 0
You need to be logged in to leave comments.
Login now