mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:16 +01:00
Fix style of details tab in edit dialog
This commit is contained in:
parent
e921553c45
commit
06377cf772
@ -4,7 +4,7 @@
|
|||||||
<overlay>
|
<overlay>
|
||||||
<template id="calendar.edit.details" template="" lang="" group="0" version="1.9.001">
|
<template id="calendar.edit.details" template="" lang="" group="0" version="1.9.001">
|
||||||
<hbox options="0,0">
|
<hbox options="0,0">
|
||||||
<grid width="445">
|
<grid width="60%">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="80px"/>
|
<column width="80px"/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -28,7 +28,7 @@
|
|||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<grid width="445">
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="80px" height="30px"/>
|
<column width="80px" height="30px"/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -83,7 +83,7 @@
|
|||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
<vbox align="right" options="0,0" class="calendar_category_details">
|
<vbox align="right" options="0,0" width="100%">
|
||||||
<description/>
|
<description/>
|
||||||
<description for="category" value="Categories" class="row_on"/>
|
<description for="category" value="Categories" class="row_on"/>
|
||||||
<listbox type="select-cat" id="category" rows="9" />
|
<listbox type="select-cat" id="category" rows="9" />
|
||||||
@ -289,7 +289,7 @@
|
|||||||
<buttononly statustext="Find free timeslots where the selected participants are availible for the given timespan" label="Freetime search" id="freetime" onclick="app.calendar.freetime_search" image="add" background_image="1" span="all"/>
|
<buttononly statustext="Find free timeslots where the selected participants are availible for the given timespan" label="Freetime search" id="freetime" onclick="app.calendar.freetime_search" image="add" background_image="1" span="all"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<tabbox id="tabs" span="all" tab_height="250">
|
<tabbox id="tabs" span="all" tab_height="260">
|
||||||
<tabs>
|
<tabs>
|
||||||
<tab id="description" label="Description" statustext="Full description"/>
|
<tab id="description" label="Description" statustext="Full description"/>
|
||||||
<tab id="participants" label="Participants" statustext="Participants, Resources, ..."/>
|
<tab id="participants" label="Participants" statustext="Participants, Resources, ..."/>
|
||||||
|
@ -1088,6 +1088,7 @@ div.calendar {
|
|||||||
}
|
}
|
||||||
#calendar-edit #calendar-edit_calendar-edit-details .et2_hbox_right {
|
#calendar-edit #calendar-edit_calendar-edit-details .et2_hbox_right {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
width: 30%;
|
||||||
}
|
}
|
||||||
#calendar-edit #calendar-edit_calendar-edit-details .et2_selectbox .ui-multiselect-checkboxes {
|
#calendar-edit #calendar-edit_calendar-edit-details .et2_selectbox .ui-multiselect-checkboxes {
|
||||||
min-height: 229px;
|
min-height: 229px;
|
||||||
|
@ -468,7 +468,7 @@ div.calendar { position: relative; }
|
|||||||
// Kategorien
|
// Kategorien
|
||||||
.calendar_category_details{margin: 0 1em; width: 20em;}
|
.calendar_category_details{margin: 0 1em; width: 20em;}
|
||||||
|
|
||||||
.et2_hbox_right {overflow-y: auto;}
|
.et2_hbox_right {overflow-y: auto;width:30%;}
|
||||||
.et2_selectbox .ui-multiselect-checkboxes {min-height: 229px;}
|
.et2_selectbox .ui-multiselect-checkboxes {min-height: 229px;}
|
||||||
.et2_selectbox .ui-multiselect-checkboxes li {text-indent: -20px;}
|
.et2_selectbox .ui-multiselect-checkboxes li {text-indent: -20px;}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user