SPR-908: QS - usertools - do-task better size and padding

This commit is contained in:
Silke Pisulla 2017-05-19 11:50:28 +02:00
commit 3a51dc94fd
2 changed files with 2 additions and 9 deletions

View file

@ -61,6 +61,7 @@
> a { > a {
display: block; display: block;
width: auto; width: auto;
min-width: (@toggle-size + .25);
min-height: @toggle-size; min-height: @toggle-size;
overflow: hidden; overflow: hidden;
border: 1px solid @wikiicons-border; border: 1px solid @wikiicons-border;
@ -71,10 +72,6 @@
@media @screen_md-xlg { @media @screen_md-xlg {
padding-top: .14rem; padding-top: .14rem;
} }
@media @screen_only-lg {
min-width: 2rem;
}
} }
/* !!! &.user-task FIND in plugins/do_tasks.less !!! */ /* !!! &.user-task FIND in plugins/do_tasks.less !!! */
@ -236,10 +233,6 @@
line-height: 1; line-height: 1;
text-decoration: none; text-decoration: none;
@media @screen_md-xlg {
min-width: 2rem;
}
&::before { &::before {
.center-middle(); .center-middle();

View file

@ -38,7 +38,7 @@ ul.page-attributes {
.plugin__do_usertasks { .plugin__do_usertasks {
width: 100%; width: 100%;
min-width: @toggle-size; min-width: (@toggle-size + .25);
min-height: @toggle-size; min-height: @toggle-size;
border-radius: @ini_default_border_radius; border-radius: @ini_default_border_radius;
border: 1px solid @wikiicons-border; border: 1px solid @wikiicons-border;