css tweaks
This commit is contained in:
parent
3dfd8bf616
commit
83e41c292e
2 changed files with 20 additions and 2 deletions
|
@ -190,6 +190,24 @@ textarea {
|
|||
font-size:25px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Pages tableaux seuls
|
||||
*/
|
||||
|
||||
.content-center > div {
|
||||
background:#fff;
|
||||
}
|
||||
|
||||
.content-center tbody tr:not(.section) td {
|
||||
padding:0 !important;
|
||||
}
|
||||
|
||||
.content-center .table .form-control {
|
||||
padding: 1px 12px ;
|
||||
height:28px;
|
||||
margin:3px 0px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Pages formulaires seuls
|
||||
*/
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
|
||||
{% block content %}
|
||||
|
||||
<div class="content-right-block">
|
||||
<div class="content-center">
|
||||
<div>
|
||||
<form action="" method="post">
|
||||
{% csrf_token %}
|
||||
<table class="table table-condensed text-center">
|
||||
<table class="table text-center">
|
||||
<thead>
|
||||
<tr>
|
||||
<td rowspan="2">Article</td>
|
||||
|
|
Loading…
Reference in a new issue