Skip to content
Snippets Groups Projects
Commit b9d78e92 authored by Patrick Barroca's avatar Patrick Barroca
Browse files

rel #39088 : fix selection tag defaults to display none

parent a24e1057
Branches
Tags
7 merge requests!1587Master,!1553Master,!1526Master,!1525Master,!1524Master,!1523Hotline master,!1521Hotline#39088 nouvelle charte backoffice les listes de cases a cocher s affichent mal
- ticket #39088 : Administration : Correction de l'affichage des listes de cases à cocher dans la nouvelle skin 7.4
\ No newline at end of file
......@@ -578,4 +578,14 @@ td[id*="menu_item"] {
.redmine_status.redmine_green {
background-color: green;
}
.form .tag_selection {
width: 100%;
min-height: 15px;
}
.form .tag_saisie {
display: none;
}
\ No newline at end of file
......@@ -571,4 +571,14 @@ div.boutons .bouton {
fieldset {
margin:10px 0;
}
.form .tag_selection {
width: 100%;
min-height: 15px;
}
.form .tag_saisie {
display: none;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment