mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Mobile theme W.I.P.:
- Fix freetime search button position for calendar edit dialog - Fix fullscreen in safari gets white border at top
This commit is contained in:
parent
fd2bc6d7b7
commit
1f75f2c105
@ -2770,4 +2770,14 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
||||
text-align: center;
|
||||
font-size: 10pt;
|
||||
}
|
||||
#calendar-edit button#calendar-edit_freetime {
|
||||
margin-left: 0;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
padding-right: 0;
|
||||
height: 45px;
|
||||
vertical-align: top;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
@ -84,4 +84,15 @@
|
||||
font-size:10pt;
|
||||
}
|
||||
}
|
||||
|
||||
#calendar-edit button#calendar-edit_freetime {
|
||||
margin-left: 0;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
padding-right: 0;
|
||||
height: 45px;
|
||||
vertical-align: top;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
@ -227,8 +227,8 @@
|
||||
<hbox span="all" width="100%">
|
||||
<button statustext="Saves this entry" id="button[save]" image="save" background_image="1"/>
|
||||
<button statustext="Apply the changes" id="button[apply]" image="apply" background_image="1"/>
|
||||
<button align="right" statustext="delete this entry" id="button[delete]" onclick="if($cont[info_anz_subs]) return $cont[info_anz_subs]; et2_dialog.confirm(widget,'Delete this entry','Delete');" image="delete" 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"/>
|
||||
<button statustext="delete this entry" id="button[delete]" onclick="if($cont[info_anz_subs]) return $cont[info_anz_subs]; et2_dialog.confirm(widget,'Delete this entry','Delete');" image="delete" background_image="1" span="all"/>
|
||||
<buttononly statustext="Find free timeslots where the selected participants are availible for the given timespan" id="freetime" label="Freetime" onclick="app.calendar.freetime_search" image="add" background_image="1"/>
|
||||
<checkbox label="notification" id="no_notifications"/>
|
||||
<textbox type="hidden" id="delete_exceptions"/>
|
||||
</hbox>
|
||||
|
Loading…
Reference in New Issue
Block a user