diff --git a/assets/css/style.css b/assets/css/style.css index adb892d..7128970 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -128,6 +128,15 @@ h3 { margin-top: 30px; } +.title-edit { + font-weight: 200; + font-size: 15px; + margin-bottom: 12px; +} +.addTag{ + margin-top: 20px; +} + .contenue { height: 285vh; } @@ -440,6 +449,7 @@ input { .article .etiquettes, .post .etiquettes { margin-top: 15px; + margin-bottom: 15px; } .article .date, @@ -533,6 +543,10 @@ input { padding: 45px; /* border-radius: 5px; */ } +.container-edit{ + background-color: white; + padding: 45px 45px 115px 45px; +} .container-search { margin-bottom: 30px; background-color: white; @@ -578,7 +592,7 @@ input { box-shadow: 1px 1px 30px 1px lightgrey; float: right; padding: 45px; - border-radius: 5px; + /* border-radius: 5px; */ } .bloc-filter a{ color: white; diff --git a/assets/html/post_edit.html b/assets/html/post_edit.html index b58d949..642d6ad 100644 --- a/assets/html/post_edit.html +++ b/assets/html/post_edit.html @@ -10,7 +10,7 @@ - + @@ -26,13 +26,13 @@ - Créer + Enregistrer - Tags + Tags diff --git a/assets/html/post_new.html b/assets/html/post_new.html index 4638b45..291087b 100644 --- a/assets/html/post_new.html +++ b/assets/html/post_new.html @@ -32,7 +32,7 @@ - Tags + Tags diff --git a/assets/html/user_add.html b/assets/html/user_add.html index 706a2b1..d6f172a 100644 --- a/assets/html/user_add.html +++ b/assets/html/user_add.html @@ -9,10 +9,10 @@ - - + + - LE BLOG DES APPRENANTS + UTILISATEUR Créer un utilisateur @@ -25,8 +25,8 @@ Editeur Administrateur - + diff --git a/assets/html/user_edit.html b/assets/html/user_edit.html index 3cd4163..2caa235 100644 --- a/assets/html/user_edit.html +++ b/assets/html/user_edit.html @@ -12,7 +12,7 @@ - INFORMATIONS UTILISATEUR + UTILISATEUR Modifier un utilisateur
Tags