mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Time tracking input field spacing
Reduce size of hrs, min, sec input fields
This commit is contained in:
13
css/ticket_time_tracking.css
Normal file
13
css/ticket_time_tracking.css
Normal file
@@ -0,0 +1,13 @@
|
||||
/* Custom CSS Styling for time tracking */
|
||||
|
||||
/* Small bit of space between the ticket status and time tracking inputs */
|
||||
.custom-tt-horizontal-spacing {
|
||||
width: 20px; /* Adjust the width as needed for smaller spacing */
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* Adjust Hour, min, second fields to be close together */
|
||||
.custom-tt-width {
|
||||
width: 50px; /* Adjust the width as needed */
|
||||
padding: 0; /* Remove padding to maintain the desired width */
|
||||
}
|
||||
Reference in New Issue
Block a user