mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
fix: small bug from Guillaume
This commit is contained in:
4
public/css/custom.css
vendored
4
public/css/custom.css
vendored
@@ -1843,10 +1843,6 @@ td{
|
|||||||
color: $gray-light;
|
color: $gray-light;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title{
|
|
||||||
margin-top: -9px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fc .fc-row:last-child td{
|
.fc .fc-row:last-child td{
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -158,8 +158,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="m-0" for="type">Évenement caché</label>
|
<label class="m-0" for="type">Événement caché</label>
|
||||||
<small class="text-muted d-block">L'évenement doit t-il être caché?</small>
|
<small class="text-muted d-block">L'événement doit t-il être caché?</small>
|
||||||
<div class="togglebutton">
|
<div class="togglebutton">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" id="hidden" name="hidden">
|
<input type="checkbox" id="hidden" name="hidden">
|
||||||
|
|||||||
@@ -171,8 +171,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="m-0" for="type">Évenement caché</label>
|
<label class="m-0" for="type">Événement caché</label>
|
||||||
<small class="text-muted d-block">L'évenement doit t-il être caché?</small>
|
<small class="text-muted d-block">L'événement doit t-il être caché?</small>
|
||||||
<div class="togglebutton">
|
<div class="togglebutton">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" id="hidden" name="hidden">
|
<input type="checkbox" id="hidden" name="hidden">
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li class="dropdown nav-item">
|
{{-- <li class="dropdown nav-item">
|
||||||
<a href="#" class="dropdown-toggle nav-link" data-toggle="dropdown">
|
<a href="#" class="dropdown-toggle nav-link" data-toggle="dropdown">
|
||||||
<i class="material-icons">people</i>
|
<i class="material-icons">people</i>
|
||||||
Devenir cadet
|
Devenir cadet
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
<i class="material-icons mr-2">task</i> Comment devenir cadet
|
<i class="material-icons mr-2">task</i> Comment devenir cadet
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li> --}}
|
||||||
@if(\Auth::check())
|
@if(\Auth::check())
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="/login">
|
<a class="nav-link" href="/login">
|
||||||
|
|||||||
Reference in New Issue
Block a user