Add speed bump when leaving timesheet page w/ unsaved changes
Also add save/undo buttons to top as well as bottom of timesheet.
This commit is contained in:
parent
e153390c15
commit
9e7cb532c8
4 changed files with 127 additions and 57 deletions
|
@ -20,6 +20,10 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.timesheet-header td.filters .buttons {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.timesheet-header td.menu {
|
||||
padding: 0.5em;
|
||||
vertical-align: top;
|
||||
|
@ -46,7 +50,7 @@
|
|||
border-bottom: 1px solid black;
|
||||
border-right: 1px solid black;
|
||||
clear: both;
|
||||
margin-top: 0.3em;
|
||||
margin: 0.3em 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
@ -82,3 +86,11 @@
|
|||
.timesheet tbody tr.total {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/******************************
|
||||
* below timesheet...
|
||||
******************************/
|
||||
|
||||
div.buttons {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue