Debug client absences form
This commit is contained in:
parent
d8358a304f
commit
7bbd2083bd
|
|
@ -20,15 +20,14 @@
|
|||
|
||||
#modalViewClient div.tabAbsences table tr.editable { background-color: #cce4f9; }
|
||||
|
||||
#modalViewClient div.tabAbsences table tr.editable td.date { padding: 0; text-align: right; }
|
||||
#modalViewClient div.tabAbsences table tr.editable td.remarque { padding: 0; }
|
||||
#modalViewClient div.tabAbsences table tr.editable td.date { text-align: right; }
|
||||
#modalViewClient div.tabAbsences table tr.editable td.remarque { padding-left: 0; }
|
||||
|
||||
#modalViewClient div.tabAbsences table tr.editable input {
|
||||
border: none;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
height: 24px;
|
||||
margin-top: 6px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #CCC;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue