SPR-908: QS - do plugin mit angezeigter table
This commit is contained in:
parent
8e5fef321f
commit
2217bea00d
2 changed files with 16 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
> li {
|
> li {
|
||||||
.btn-usertools-wrapper(); // uniform li
|
.btn-usertools-wrapper(); // uniform li
|
||||||
|
.btn-usertools-num();
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
|
@ -102,4 +102,19 @@ ul.page-attributes {
|
||||||
|
|
||||||
.plugin__do_usertasks_list {
|
.plugin__do_usertasks_list {
|
||||||
z-index: 5;
|
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%;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue