mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
Change width of fields in project manager tab of infolog edit dialog
This commit is contained in:
parent
449dea5553
commit
6e70592d4c
@ -35,7 +35,7 @@ table.infolog_fullWidth { width: 100%; }
|
|||||||
/* date-duration styling in project manager tab */
|
/* date-duration styling in project manager tab */
|
||||||
.infolog_date_duration:first-child input.et2_date_duration{
|
.infolog_date_duration:first-child input.et2_date_duration{
|
||||||
float: left;
|
float: left;
|
||||||
width:88px;
|
width:137px;
|
||||||
}
|
}
|
||||||
.infolog_date_duration select.et2_date_duration {
|
.infolog_date_duration select.et2_date_duration {
|
||||||
width: 52%;
|
width: 52%;
|
||||||
@ -52,3 +52,7 @@ tr.dialogOperators td,.dialogFooterToolbar {
|
|||||||
padding: 5px 0 5px 0;
|
padding: 5px 0 5px 0;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
/*Project Name*/
|
||||||
|
#infolog-edit_infolog-edit-project .et2_link_entry.no_app input.ui-autocomplete-input {
|
||||||
|
width: 291px;
|
||||||
|
}
|
@ -30,7 +30,7 @@
|
|||||||
<grid width="100%" height="245">
|
<grid width="100%" height="245">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="80" class="infolog_normalWrap"/>
|
<column width="80" class="infolog_normalWrap"/>
|
||||||
<column width="90"/>
|
<column width="190"/>
|
||||||
<column width="100"/>
|
<column width="100"/>
|
||||||
<column/>
|
<column/>
|
||||||
</columns>
|
</columns>
|
||||||
@ -40,7 +40,7 @@
|
|||||||
</row>
|
</row>
|
||||||
<row class="row">
|
<row class="row">
|
||||||
<description value="Project"/>
|
<description value="Project"/>
|
||||||
<link-entry id="pm_id" onchange="1" only_app='projectmanager' blur='None'/>
|
<link-entry id="pm_id" onchange="1" only_app='projectmanager' blur='None' class="infolog_projectName"/>
|
||||||
</row>
|
</row>
|
||||||
<row class="row">
|
<row class="row">
|
||||||
<description value="Price"/>
|
<description value="Price"/>
|
||||||
|
@ -105,7 +105,7 @@ table.infolog_fullWidth {
|
|||||||
/* date-duration styling in project manager tab */
|
/* date-duration styling in project manager tab */
|
||||||
.infolog_date_duration:first-child input.et2_date_duration {
|
.infolog_date_duration:first-child input.et2_date_duration {
|
||||||
float: left;
|
float: left;
|
||||||
width: 88px;
|
width: 137px;
|
||||||
}
|
}
|
||||||
.infolog_date_duration select.et2_date_duration {
|
.infolog_date_duration select.et2_date_duration {
|
||||||
width: 52%;
|
width: 52%;
|
||||||
@ -125,6 +125,10 @@ tr.dialogOperators td,
|
|||||||
padding: 5px 0 5px 0;
|
padding: 5px 0 5px 0;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
/*Project Name*/
|
||||||
|
#infolog-edit_infolog-edit-project .et2_link_entry.no_app input.ui-autocomplete-input {
|
||||||
|
width: 291px;
|
||||||
|
}
|
||||||
/* #############################################################################
|
/* #############################################################################
|
||||||
// iframe
|
// iframe
|
||||||
// Rahmen + padding**/
|
// Rahmen + padding**/
|
||||||
@ -384,9 +388,5 @@ input#infolog-edit_info_subject {
|
|||||||
#infolog-edit_infolog-edit-delegation .inputFullWidth input {
|
#infolog-edit_infolog-edit-delegation .inputFullWidth input {
|
||||||
width: 96%;
|
width: 96%;
|
||||||
}
|
}
|
||||||
/*Projektmanager*/
|
|
||||||
#infolog-edit_infolog-edit-project .et2_link_entry.no_app input.ui-autocomplete-input {
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
/*Historie*/
|
/*Historie*/
|
||||||
/**/
|
/**/
|
||||||
|
@ -398,14 +398,6 @@ input#infolog-edit_info_subject {width: 98% !important;}
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*Projektmanager*/
|
|
||||||
#infolog-edit_infolog-edit-project{
|
|
||||||
.et2_link_entry.no_app input.ui-autocomplete-input {
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/*Historie*/
|
/*Historie*/
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user