Fix pixelegg template styling for timesheet edit popup

This commit is contained in:
Hadi Nategh 2014-03-17 12:30:13 +00:00
parent 2dffbb22a4
commit 8fe2a028a2
2 changed files with 18 additions and 0 deletions

View File

@ -137,3 +137,12 @@
#timesheet-edit #timesheet-edit_tabs .et2_tabheader {
background: none;
}
#timesheet-edit #timesheet-edit_ts_id:before {
content: "#";
}
#timesheet-edit_pm_id input {
width: 99% !important;
}
div#timesheet-edit.et2_container {
width: 668px;
}

View File

@ -138,5 +138,14 @@ span.timesheet_titleDetails {font-weight: bold;}
background: none;
}
}
// add # sign behind the ts_id
#timesheet-edit_ts_id:before { content:"#"}
}
#timesheet-edit_pm_id input{
width: 99% !important;
}
div#timesheet-edit.et2_container
{
width: 668px;
}
//