From 5c8b849f2f053eead977805e70c9308ad07e9951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 22 Nov 2018 14:23:33 +0100 Subject: [PATCH] add custom style for "only display fields of this page" --- gadjo/static/css/_wcs.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gadjo/static/css/_wcs.scss b/gadjo/static/css/_wcs.scss index dd8827c..7b751f6 100644 --- a/gadjo/static/css/_wcs.scss +++ b/gadjo/static/css/_wcs.scss @@ -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;