Fixed icon in panel header when drilldown link is present

pull/1019/merge
Torkel Ödegaard 11 years ago
parent 6f987253ac
commit c4ce553936
  1. 8
      src/css/less/panel.less

@ -37,10 +37,12 @@
&.has-panel-links {
.panel-title-text:after {
content: "\f0c1";
content: "\f08e";
font-family:'FontAwesome';
font-size: 80%;
padding-left: 10px;
position: relative;
top: -1px;
}
}
}
@ -121,10 +123,6 @@
}
}
.icon-move {
cursor: move;
}
.panel-menu-link, .panel-menu-icon {
padding: 5px 10px;
}

Loading…
Cancel
Save