From b046f238a5954a23f160aa5f10968df32f7d8ca3 Mon Sep 17 00:00:00 2001 From: Adrien Date: Tue, 5 Mar 2019 17:03:36 +0100 Subject: [PATCH] encore merci clement --- assets/css/style.css | 18 ++++++++++++++---- assets/html/includes/footer.html | 8 ++++---- assets/html/includes/head.html | 2 +- assets/html/includes/header.html | 12 ++++++------ assets/html/post_new.html | 4 ++-- 5 files changed, 27 insertions(+), 17 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 2d09eea..afef712 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -231,7 +231,7 @@ footer{ } .link { - padding: 11px 0px 0px 20px; + padding: 12px 0px 12px 20px; } .item_nav_blog_gauche { @@ -306,7 +306,7 @@ footer{ .bloc_principal_titre { text-align: center; - padding-top: 15px; + padding-top: 14px; width: 100%; height: 50px; background-color: #150032; @@ -318,6 +318,7 @@ footer{ .bloc_principal_titre h1, h4.title { font-size: 20px; + font-weight: 600; } h4.title { @@ -325,7 +326,7 @@ h4.title { } a[href]:hover { - color: inherit; + /* color: inherit; */ text-decoration: none; } @@ -377,6 +378,7 @@ a[href]:hover { -webkit-transition: 300ms; -o-transition: 300ms; transition: 300ms; + border: none; } .bloc-button:hover{ @@ -507,7 +509,8 @@ input { .article .title { line-height: 24px; font-weight: bold; - color: #3a3a3a; + color: #3a3a3a; + font-size: 16px; } .article .text { @@ -932,3 +935,10 @@ td, th { table { width: 100%; } + +.bloc-filter input { + display: inline-block; +} +.bloc-filter label { + width: 80%; +} \ No newline at end of file diff --git a/assets/html/includes/footer.html b/assets/html/includes/footer.html index b290a0d..65ff920 100644 --- a/assets/html/includes/footer.html +++ b/assets/html/includes/footer.html @@ -13,10 +13,10 @@
diff --git a/assets/html/includes/head.html b/assets/html/includes/head.html index c64afab..d168d39 100644 --- a/assets/html/includes/head.html +++ b/assets/html/includes/head.html @@ -2,10 +2,10 @@ - + diff --git a/assets/html/includes/header.html b/assets/html/includes/header.html index 094846a..f575b40 100644 --- a/assets/html/includes/header.html +++ b/assets/html/includes/header.html @@ -6,13 +6,13 @@