Contournement dysfonctionnement chemin fichier style
This commit is contained in:
parent
e32693ed31
commit
8d5ea202fe
3 changed files with 2 additions and 9 deletions
|
@ -83,7 +83,7 @@
|
|||
{{:redirect force="../equipment_history.html?key=%s&ok=1&msg=entrée&prop=%s"|args:$equipment.key:$prop}}
|
||||
{{/form}}
|
||||
|
||||
{{:admin_header title="Entrée de matériel" custom_css="../style.css" current="module_equipment"}}
|
||||
{{:admin_header title="Entrée de matériel" custom_css="./../style.css" current="module_equipment"}}
|
||||
{{:form_errors}}
|
||||
|
||||
{{* formulaire de saisie d'une entrée de matériel *}}
|
||||
|
|
|
@ -146,7 +146,7 @@
|
|||
{{:redirect force="../equipment_history.html?ok=1&key=%s&prop=1&msg=sortie"|args:$_GET.key}}
|
||||
{{/form}}
|
||||
|
||||
{{:admin_header title="Sortie de matériel" custom_css="../style.css" current="module_equipment"}}
|
||||
{{:admin_header title="Sortie de matériel" custom_css="./../style.css" current="module_equipment"}}
|
||||
{{if ! $dialog}}
|
||||
{{* barre de navigation *}}
|
||||
{{:include file="../_nav.html" current="sorties"}}
|
||||
|
|
|
@ -2,13 +2,6 @@
|
|||
margin-top : 0.5em;
|
||||
}
|
||||
|
||||
/*
|
||||
.informations legend {
|
||||
font-weight: bold;
|
||||
border-bottom : solid 1px;
|
||||
margin-bottom : 0.5em;
|
||||
}
|
||||
*/
|
||||
.informations dt::after {
|
||||
content: ' :';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue