Little css enhancement

This commit is contained in:
Laurent Destailleur 2016-01-21 14:53:12 +01:00
parent 1ec3454925
commit de19e12833

View File

@ -284,10 +284,15 @@ input.removedassigned {
vertical-align: text-bottom;
margin-bottom: -3px;
}
input.smallpadd {
input.smallpadd { /* Used for timesheet input */
padding-left: 0px !important;
padding-right: 0px !important;
}
span.timesheetalreadyrecorded input {
/*font-size: smaller;*/
border: none;
/*background: transparent;*/
}
<?php } ?>
select.flat, form.flat select {