Little css enhancement
This commit is contained in:
parent
1ec3454925
commit
de19e12833
@ -284,10 +284,15 @@ input.removedassigned {
|
|||||||
vertical-align: text-bottom;
|
vertical-align: text-bottom;
|
||||||
margin-bottom: -3px;
|
margin-bottom: -3px;
|
||||||
}
|
}
|
||||||
input.smallpadd {
|
input.smallpadd { /* Used for timesheet input */
|
||||||
padding-left: 0px !important;
|
padding-left: 0px !important;
|
||||||
padding-right: 0px !important;
|
padding-right: 0px !important;
|
||||||
}
|
}
|
||||||
|
span.timesheetalreadyrecorded input {
|
||||||
|
/*font-size: smaller;*/
|
||||||
|
border: none;
|
||||||
|
/*background: transparent;*/
|
||||||
|
}
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
select.flat, form.flat select {
|
select.flat, form.flat select {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user