Skip to main content
Sign in
Snippets Groups Projects
Commit 057715f3 authored by Dorine Lambinet's avatar Dorine Lambinet Committed by Emmanuel Raviart
Browse files

Ajustement padding et margin hauteur des titres des deux parties (amender et visualiser cas types)

parent 516e03fa
Branches
Tags
No related merge requests found
...@@ -277,7 +277,7 @@ ...@@ -277,7 +277,7 @@
<div class="flex-col"> <div class="flex-col">
{#each nodes as node, index} {#each nodes as node, index}
<div <div
class="{node.open && node.children.length > 1 class="{node.open && node.childrenName.length > 1
? 'border-gray-400' ? 'border-gray-400'
: 'border-transparent'} border-t h-7 my-1 px-1 text-sm" : 'border-transparent'} border-t h-7 my-1 px-1 text-sm"
> >
... ...
......
...@@ -390,7 +390,7 @@ ...@@ -390,7 +390,7 @@
<div class="flex flex-wrap"> <div class="flex flex-wrap">
<!-- Panneau de droite pour les impacts et notamment le waterfall--> <!-- Panneau de droite pour les impacts et notamment le waterfall-->
<div class="lg:w-2/3 lg:order-2 p-5 md:px-10"> <div class="lg:w-2/3 lg:order-2 p-5 md:px-10">
<div class="flex justify-between mb-5"> <div class="flex justify-between mb-4">
<div class="flex"> <div class="flex">
<div class="mr-5"> <div class="mr-5">
<label <label
...@@ -495,7 +495,7 @@ ...@@ -495,7 +495,7 @@
></button ></button
> >
</div> </div>
<h1 class="text-3xl font-bold text-gray-600 pb-5 md:mt-16"> <h1 class="text-3xl font-bold text-gray-600 pb-5 md:mt-10">
Modifier le cas type Modifier le cas type
</h1> </h1>
<h2 class="font-bold text-xl">Paramètres actifs du cas type</h2> <h2 class="font-bold text-xl">Paramètres actifs du cas type</h2>
...@@ -531,7 +531,7 @@ ...@@ -531,7 +531,7 @@
></button ></button
> >
</div> </div>
<h1 class="text-3xl font-bold text-gray-600 pb-5 md:mt-16"> <h1 class="text-3xl font-bold text-gray-600 pb-5 md:mt-10">
Modifier le cas type Modifier le cas type
</h1> </h1>
<TestCaseEdit <TestCaseEdit
...@@ -560,7 +560,7 @@ ...@@ -560,7 +560,7 @@
></button ></button
> >
</div> </div>
<h1 class="text-3xl font-bold text-gray-600 pb-5 md:mt-16"> <h1 class="text-3xl font-bold text-gray-600 pb-5 md:mt-10">
Amender la loi Amender la loi
</h1> </h1>
<!-- Menu quand on aura la version abrégée <!-- Menu quand on aura la version abrégée
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment