forked from DGNum/gestioCOF
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;
|
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
|
* Pages formulaires seuls
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -5,11 +5,11 @@
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<div class="content-right-block">
|
<div class="content-center">
|
||||||
<div>
|
<div>
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<table class="table table-condensed text-center">
|
<table class="table text-center">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td rowspan="2">Article</td>
|
<td rowspan="2">Article</td>
|
||||||
|
|
Loading…
Add table
Reference in a new issue