Compare commits
2 Commits
e613aa3a12
...
e62cc9746d
| Author | SHA1 | Date | |
|---|---|---|---|
| e62cc9746d | |||
| 4a2efb64bd |
|
|
@ -46,9 +46,6 @@
|
||||||
background:red
|
background:red
|
||||||
}
|
}
|
||||||
|
|
||||||
input[name="numeroClient_C"]{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-info{
|
.btn-info{
|
||||||
background-color:#08C5D1;
|
background-color:#08C5D1;
|
||||||
|
|
@ -57,7 +54,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-info:hover{
|
.btn-info:hover{
|
||||||
background-color:white
|
background-color:white;
|
||||||
color:#286090;
|
color:#286090;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -297,7 +297,10 @@
|
||||||
<div id="div_test_gabarit">
|
<div id="div_test_gabarit">
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
array
|
||||||
|
(
|
||||||
|
'assure' => 'assure',
|
||||||
|
)
|
||||||
?>
|
?>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user