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 }}