Add in helpful shortcuts menu to issue due dates

This commit is contained in:
Simon Holywell
2012-04-10 21:46:58 +01:00
parent 1690fa8416
commit 10e5f350f7
4 changed files with 84 additions and 4 deletions

View File

@@ -325,6 +325,34 @@ div.issue-submit-info h2 {
margin-top: 0;
}
#due_dtime_wrapper {
position: relative;
float: right;
width: 350px;
}
#due_dtime_more_shortcuts {
display: none;
width: 345px;
position: absolute;
top: -3px;
left: -6px;
background: white;
padding: 2px 5px;
border: 1px solid black;
}
#due_dtime_wrapper a {
text-decoration: none;
color: black;
padding: 0 2px;
}
#due_dtime_wrapper a:hover {
background-color: #4E9A06;
color: white;
}
span.label {
color: #204a87;
padding-left: 0.5em;