mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-01 19:09:30 +01:00
Fix some layout issues on infolog ProjectManager tab
- Relative dates number was detached from unit selectbox - Price input was squished
This commit is contained in:
parent
ac1e1beb09
commit
7abb9c938c
@ -157,6 +157,8 @@ export class Et2DateDuration extends Et2InputWidget(LitElement)
|
||||
flex: 1 1 auto;
|
||||
width: min-content;
|
||||
min-width: 5em;
|
||||
/* This is the same as max-width of the number field */
|
||||
max-width: 7em;
|
||||
margin-right: -2px;
|
||||
}
|
||||
|
||||
|
@ -60,7 +60,7 @@ export class Et2Number extends Et2Textbox
|
||||
}
|
||||
|
||||
.form-control-input {
|
||||
min-width: min-content;
|
||||
min-width: 4em;
|
||||
max-width: 7em;
|
||||
}
|
||||
|
||||
|
@ -91,6 +91,10 @@ div#infolog-edit_infolog-edit-description iframe {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#infolog-edit_infolog-edit-project > table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
#infolog-index #infolog-index_nm .filtersContainer {
|
||||
width: 60%;
|
||||
}
|
||||
|
@ -27,10 +27,9 @@
|
||||
<template id="infolog.edit.project" template="" lang="" group="0" version="1.5.004">
|
||||
<grid width="100%">
|
||||
<columns>
|
||||
<column width="100" class="infolog_normalWrap"/>
|
||||
<column width="115"/>
|
||||
<column width="100"/>
|
||||
<column width="400"/>
|
||||
<column width="120" class="infolog_normalWrap"/>
|
||||
<column/>
|
||||
<column width="7em"/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row class="row">
|
||||
@ -44,7 +43,6 @@
|
||||
onchange="let option = this.select_options.find(e=>e.value == this.value) || {label:''};window.app.infolog.et2.getWidgetById('info_price').set_value(option.label.lastIndexOf('(') < 0 ? '' : option.label.slice(option.label.lastIndexOf('(')+1,-1));"
|
||||
emptyLabel="None" class="et2_fullWidth"/>
|
||||
<et2-number id="info_price"></et2-number>
|
||||
<et2-description></et2-description>
|
||||
</row>
|
||||
<row class="row">
|
||||
<et2-description value="planned time" for="info_planned_time"></et2-description>
|
||||
|
Loading…
Reference in New Issue
Block a user