mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-04-22 10:52:09 +00:00
add search padding
This commit is contained in:
parent
cb6f9a967b
commit
938487d6c7
@ -549,6 +549,17 @@ input {
|
||||
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 {
|
||||
float: right;
|
||||
}
|
||||
@ -584,7 +595,8 @@ input {
|
||||
}
|
||||
|
||||
.titre-recent {
|
||||
padding-left: 8px;
|
||||
padding-left: 10px;
|
||||
padding-right: 6px;
|
||||
float: left;
|
||||
color: #848484;
|
||||
}
|
||||
|
@ -8,9 +8,9 @@
|
||||
<header>
|
||||
<tag type="includes" file="header" />
|
||||
</header>
|
||||
<main class="test container">
|
||||
<main class="container">
|
||||
<div class="bloc-recent">
|
||||
<div class="contenue-recent">
|
||||
<div class="contenue-recent-search">
|
||||
<div class="titre-recent">
|
||||
<p>récent</p>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user