From 6a5b96be6aa78f891c72cb45b98500420c6d0090 Mon Sep 17 00:00:00 2001 From: Harrys Ravalomanana Date: Wed, 24 Jun 2020 18:29:33 +0400 Subject: [PATCH] PHRAS-3148 --- resources/www/thesaurus/styles/main.scss | 24 +++++++++++--- templates/web/thesaurus/properties.html.twig | 34 +++++++++++--------- templates/web/thesaurus/thesaurus.html.twig | 11 ++++--- 3 files changed, 45 insertions(+), 24 deletions(-) diff --git a/resources/www/thesaurus/styles/main.scss b/resources/www/thesaurus/styles/main.scss index 68460e295c..8d859c8a13 100644 --- a/resources/www/thesaurus/styles/main.scss +++ b/resources/www/thesaurus/styles/main.scss @@ -252,11 +252,13 @@ DIV.menu { } DIV.menu IMG { - padding: 0px; - margin: 0px; + padding-right: 2px; + margin: 0; + position: relative; +} +DIV.menu p { + padding: 2px; position: relative; - left: -10px; - top: 2px; } DIV.menu A { @@ -316,3 +318,17 @@ DIV.menu .line { border-top: 1px solid #555555; border-bottom: 1px solid #ffffff; } + +#delete_sy { + background: #2196f3; + color: #fff; + font-weight: bold; + padding: 1px 10px; + margin-left: 12px; + &.disabled { + background: grey; + } +} +#DLG_PROPERTIES > #syMenu { + display: none; +} \ No newline at end of file diff --git a/templates/web/thesaurus/properties.html.twig b/templates/web/thesaurus/properties.html.twig index a772deaebb..106e51ab2d 100644 --- a/templates/web/thesaurus/properties.html.twig +++ b/templates/web/thesaurus/properties.html.twig @@ -3,11 +3,6 @@ {% else %} {% set opener = "opener" %} {% endif %} - - - - - {{ 'thesaurus:: Proprietes' | trans }}