SPR-869: QC Plugin output + icon in breadcrumb

This commit is contained in:
Silke Pisulla 2017-04-19 11:52:59 +02:00
parent b457c328a9
commit e8d58fb55b
3 changed files with 19 additions and 7 deletions

View file

@ -40,8 +40,10 @@
display: block;
width: auto;
min-height: 1.64rem;
background-color: @ini_nav_menu_hover_bg;
border: 1px solid @wikiicons-border;
border-radius: @ini_default_border_radius;
transition: @transition background-color, @transition border-color, @transition color;
&:hover,
&:focus,
@ -58,7 +60,7 @@
}
.prefix {
.btn-prefix ();
.btn-prefix(.26rem);
.icon-clipboard();
display: block;

View file

@ -175,7 +175,7 @@
}
}
.btn-usertools-num () {
.btn-usertools-num() {
.num {
position: absolute;
right: -.4rem;
@ -192,7 +192,7 @@
}
}
.btn-prefix () {
.btn-prefix(@margin-top:.3rem) {
.fontello();
.hide-text-show-before();
@ -204,7 +204,7 @@
}
@media @screen_max-xxlg {
margin-top: .3rem;
margin-top: @margin-top;
}
@media @screen_max-md {

View file

@ -3,7 +3,7 @@
*/
/* + + + + + icon in page attributes3 + + + + + */
/* + + + + + icon in breadcrumb + + + + + */
.page-attributes .plugin_qc {
.qc_icon {
@ -19,8 +19,18 @@
}
// output
/* + + + + + slideout output + + + + + */
.qc-output {
min-width: 100%;
width: auto;
font-size: 90%;
border-bottom: 1px solid @ini_border;
box-shadow: @box-shadow-bottom;
margin: -(@page_padding-top) -(@margin-default) 0;
.qc_icon {
background-color: #fff;
border-radius: @fix_border-radius;
vertical-align: top;
padding: .1rem;
}
}