forked from DGNum/gestioCOF
last tweaks
This commit is contained in:
parent
61e2fedb08
commit
8e31fae340
3 changed files with 4 additions and 4 deletions
|
@ -222,7 +222,7 @@ textarea {
|
|||
}
|
||||
|
||||
.content-center tbody tr:not(.section) td {
|
||||
padding:0 !important;
|
||||
padding:0px 5px !important;
|
||||
}
|
||||
|
||||
.content-center .table .form-control {
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
</td>
|
||||
<td rowspan="2">Stock</td>
|
||||
<td rowspan="2">Rec.
|
||||
<span class='glyphicon glyphicon-question-sign' title="Commande conseillée" data-placement="bottom"></span>
|
||||
<span class='glyphicon glyphicon-question-sign' title="Quantité conseillée" data-placement="bottom"></span>
|
||||
</td>
|
||||
<td rowspan="2">Commande</td>
|
||||
</tr>
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
|
||||
{% include 'kfet/base_messages.html' %}
|
||||
|
||||
<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 style="width:25%">Article</td>
|
||||
|
|
Loading…
Reference in a new issue