mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Style date-duration explicitly for infolog edit dialog
This commit is contained in:
parent
2a34b88111
commit
f84d2b9047
@ -26,6 +26,17 @@ table.infolog_fullWidth { width: 100%; }
|
||||
#info_contact select { width: 117px; }
|
||||
#info_contact input {width: 134px;}
|
||||
#info_subject {width: 100%;}
|
||||
|
||||
// date-duration styling in project manager tab
|
||||
.infolog_date_duration:first-child input.et2_date_duration{
|
||||
float: left;
|
||||
width:88px;
|
||||
}
|
||||
.infolog_date_duration select.et2_date_duration {
|
||||
width: 52%;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
tr.infolog_rowHasParent > td:first-child {
|
||||
background-image: url(../../../phpgwapi/templates/default/images/egw_action/arrow_up.png);
|
||||
background-repeat: no-repeat;
|
||||
|
@ -50,17 +50,17 @@
|
||||
</row>
|
||||
<row class="row">
|
||||
<description value="planned time" for="info_planned_time"/>
|
||||
<date-duration id="info_planned_time" display_format="$cont[duration_format]" class="et2_fullWidth" hours_per_day="$cont[hours_per_workday]" span="2"/>
|
||||
<date-duration id="info_planned_time" display_format="$cont[duration_format]" class="infolog_date_duration" hours_per_day="$cont[hours_per_workday]" span="2"/>
|
||||
<description/>
|
||||
</row>
|
||||
<row class="row">
|
||||
<description value="Re-planned time" for="info_replanned_time"/>
|
||||
<date-duration id="info_replanned_time" display_format="$cont[duration_format]" class="et2_fullWidth" hours_per_day="$cont[hours_per_workday]" span="2"/>
|
||||
<date-duration id="info_replanned_time" display_format="$cont[duration_format]" class="infolog_date_duration" hours_per_day="$cont[hours_per_workday]" span="2"/>
|
||||
<description/>
|
||||
</row>
|
||||
<row class="row" valign="top" height="60%">
|
||||
<description statustext="Leave blank to get the used time calculated by timesheet entries" value="used time" for="info_used_time"/>
|
||||
<date-duration id="info_used_time" span="2" class="et2_fullWidth"/>
|
||||
<date-duration id="info_used_time" span="2" class="infolog_date_duration"/>
|
||||
<description/>
|
||||
</row>
|
||||
</rows>
|
||||
|
Loading…
Reference in New Issue
Block a user