WIP Ui: Try to give same spacing for dialogHeader and dialogFooter

This commit is contained in:
Hadi Nategh 2022-08-30 11:57:52 +02:00
parent 342eb8461a
commit f65020ab93
2 changed files with 7 additions and 7 deletions

View File

@ -3739,8 +3739,8 @@ tr.dialogHeader td, tr.dialogHeader2 td, tr.dialogHeader3 td, tr.dialogHeader4 t
tr.dialogOperators td, .dialogFooterToolbar { tr.dialogOperators td, .dialogFooterToolbar {
padding: 5px 0 5px 0px; padding: 5px 0 5px 0px;
} }
.dialogFooterToolbar td { .dialogFooterToolbar, .dialogFooterToolbar td {
padding: 5px 5px 0px 0px; padding-top: 10px !important;
} }
.dialogHeader { .dialogHeader {
vertical-align: middle; vertical-align: middle;
@ -3749,7 +3749,7 @@ tr.dialogOperators td, .dialogFooterToolbar {
} }
tr.dialogHeader2 td { tr.dialogHeader2 td {
padding-top: 15px; padding-top: 10px !important;
} }
/*readonly widget style*/ /*readonly widget style*/

View File

@ -204,13 +204,13 @@
<column width="50"/> <column width="50"/>
</columns> </columns>
<rows> <rows>
<row class="dialogHeader" height="28"> <row class="dialogHeader">
<description value="Title"/> <description value="Title"/>
<textbox id="title" needed="1" maxlength="255" tabindex="1" class="et2_fullWidth" span="5"/> <textbox id="title" needed="1" maxlength="255" tabindex="1" class="et2_fullWidth" span="5"/>
<description font_style="n" id="id"/> <description font_style="n" id="id"/>
<appicon/> <appicon/>
</row> </row>
<row class="dialogHeader2" height="28"> <row class="dialogHeader2">
<description for="start" value="Start"/> <description for="start" value="Start"/>
<date-time id="start" needed="1" class="required" onchange="app.calendar.edit_start_change"/> <date-time id="start" needed="1" class="required" onchange="app.calendar.edit_start_change"/>
<description for="duration" value="Duration" id="calendar_edit_duration" /> <description for="duration" value="Duration" id="calendar_edit_duration" />
@ -220,7 +220,7 @@
</menulist> </menulist>
<date-time id="end" onchange="app.calendar.edit_update_participant"/> <date-time id="end" onchange="app.calendar.edit_update_participant"/>
</row> </row>
<row class="dialogHeader2" height="28"> <row class="dialogHeader2">
<label value="Options"/> <label value="Options"/>
<checkbox statustext="Event will occupy the whole day" label="whole day" id="whole_day" onchange="app.calendar.set_alarmOptions_WD"/> <checkbox statustext="Event will occupy the whole day" label="whole day" id="whole_day" onchange="app.calendar.set_alarmOptions_WD"/>
<checkbox label="Private" id="public" options="0,1" statustext="Mark event as private to hide title and description"/> <checkbox label="Private" id="public" options="0,1" statustext="Mark event as private to hide title and description"/>
@ -233,7 +233,7 @@
</hbox> </hbox>
<description/> <description/>
</row> </row>
<row class="dialogHeader3" height="28"> <row class="dialogHeader3">
<label for="location" value="Location"/> <label for="location" value="Location"/>
<hbox span="2"> <hbox span="2">
<textbox id="location" maxlength="255" class="et2_fullWidth"/> <textbox id="location" maxlength="255" class="et2_fullWidth"/>