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;
|
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;
|
||||||
}
|
}
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user