Skip to content
Snippets Groups Projects
Commit 8c963855 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

Merge branch...

Merge branch 'hotline#39088_nouvelle_charte_backoffice_les_listes_de_cases_a_cocher_s_affichent_mal' into 'hotline-master'

Hotline#39088 nouvelle charte backoffice les listes de cases a cocher s affichent mal

See merge request !1521
parents a24e1057 b9d78e92
Branches
Tags
6 merge requests!1587Master,!1553Master,!1526Master,!1525Master,!1524Master,!1523Hotline master
- 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