Merge pull request #7599 from minrk/modal-double-border

remove duplicated border in indicator area
Thomas Kluyver 11 years ago
commit a788c02ea3

@ -12,12 +12,13 @@
z-index: 10;
text-align: center;
width: auto;
border-left: 1px solid;
}
#kernel_indicator {
.indicator_area();
border-left: 1px solid;
.kernel_indicator_name {
padding-left: 5px;
padding-right: 5px;

@ -10530,7 +10530,6 @@ ul#help_menu li a i {
z-index: 10;
text-align: center;
width: auto;
border-left: 1px solid;
}
#kernel_indicator {
float: right !important;
@ -10558,7 +10557,6 @@ ul#help_menu li a i {
z-index: 10;
text-align: center;
width: auto;
border-left: 1px solid;
}
.edit_mode .modal_indicator:before {
display: inline-block;

Loading…
Cancel
Save