mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix pixelegg template styling for timesheet edit popup
This commit is contained in:
parent
2dffbb22a4
commit
8fe2a028a2
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
//
|
Loading…
Reference in New Issue
Block a user