mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-04-22 19:02:10 +00:00
push push push biatch
This commit is contained in:
parent
5e1e130488
commit
5b24a9e230
@ -599,7 +599,7 @@ label{
|
||||
color: #3c3c3c;
|
||||
}
|
||||
|
||||
.post .text {
|
||||
.container-search .text {
|
||||
font-size: 14px;
|
||||
color: #737272ee;
|
||||
line-height: 1.5;
|
||||
@ -608,6 +608,11 @@ label{
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.container-post .text {
|
||||
margin-top: 30px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.credit {
|
||||
background-color: #110230;
|
||||
color: white;
|
||||
|
@ -20,9 +20,9 @@
|
||||
<span class="date">
|
||||
<tag type="article" column="datetime" /></span>
|
||||
</div>
|
||||
<p class="post text">
|
||||
<div class="post text">
|
||||
<tag type="article" column="content" />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="credit">
|
||||
<h3>Auteur</h3>
|
||||
@ -83,7 +83,6 @@
|
||||
</div>
|
||||
<div class="text">
|
||||
<loop column="content" />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
@ -27,9 +27,9 @@
|
||||
<loop column="dateTime" />
|
||||
</span>
|
||||
</div>
|
||||
<p class="post text">
|
||||
<div class="post text">
|
||||
<loop column="content" />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</tag>
|
||||
|
@ -33,12 +33,14 @@ class UserEditor extends \App\Tags\Tag {
|
||||
$input = $doc->createElement("input");
|
||||
$input->setAttribute("value", $user->getUsername());
|
||||
$input->setAttribute("name", "username");
|
||||
$input->setAttribute("placeholder", "Nom d'utilisateur");
|
||||
$el->parentNode->insertBefore($input, $el);
|
||||
break;
|
||||
case 'job':
|
||||
$input = $doc->createElement("input");
|
||||
$input->setAttribute("value", $user->getJob());
|
||||
$input->setAttribute("name", "job");
|
||||
$input->setAttribute("placeholder", "Job");
|
||||
$el->parentNode->insertBefore($input, $el);
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user