SPR-908: QS - do plugin mit angezeigter table

This commit is contained in:
Silke Pisulla 2017-05-11 15:17:01 +02:00
commit 2217bea00d
2 changed files with 16 additions and 0 deletions

View file

@ -19,6 +19,7 @@
> li {
.btn-usertools-wrapper(); // uniform li
.btn-usertools-num();
position: relative;
float: left;

View file

@ -102,4 +102,19 @@ ul.page-attributes {
.plugin__do_usertasks_list {
z-index: 5;
background-color: transparent;
@media @screen_max-sm {
right: 1.25rem !important;
left: 1.25rem !important;
}
table.inline {
background-color: #FFF;
margin-top: .5rem;
@media @screen_max-sm {
width: 100%;
}
}
}