add custom style for "only display fields of this page"

This commit is contained in:
Frédéric Péters 2018-11-22 14:23:33 +01:00
parent 6b56793980
commit 5c8b849f2f
1 changed files with 11 additions and 0 deletions

View File

@ -27,12 +27,23 @@ div#side { // w.c.s. steps in backoffice submission
}
#main ul.biglist li p.commands span {
padding: 0;
box-shadow: none;
border: none;
a {
@extend %button;
font-weight: normal;
}
&.view {
margin-top: 2px;
}
&.remove, &.add, &.edit, &.duplicate {
padding: 0;
border: 0;
background: transparent;
box-shadow: none;
a {
border: none;
padding: 6px;
display: inline-block;
text-indent: -10000px;