add search padding

This commit is contained in:
jenoh 2019-03-02 14:26:39 +01:00
parent cb6f9a967b
commit 938487d6c7
2 changed files with 15 additions and 3 deletions

View File

@ -549,6 +549,17 @@ input {
display: inline-block; display: inline-block;
} }
.contenue-recent-search {
margin-top: 20px;
float: right;
box-shadow: 1px 1px 30px 1px lightgrey;
padding: 6px;
padding-left: 10px;
background-color: white;
display: inline-block;
height: 30px;
}
.next { .next {
float: right; float: right;
} }
@ -584,7 +595,8 @@ input {
} }
.titre-recent { .titre-recent {
padding-left: 8px; padding-left: 10px;
padding-right: 6px;
float: left; float: left;
color: #848484; color: #848484;
} }

View File

@ -8,9 +8,9 @@
<header> <header>
<tag type="includes" file="header" /> <tag type="includes" file="header" />
</header> </header>
<main class="test container"> <main class="container">
<div class="bloc-recent"> <div class="bloc-recent">
<div class="contenue-recent"> <div class="contenue-recent-search">
<div class="titre-recent"> <div class="titre-recent">
<p>récent</p> <p>récent</p>
</div> </div>