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:
Hadi Nategh 2016-04-04 09:16:53 +00:00
parent fd2bc6d7b7
commit 1f75f2c105
3 changed files with 23 additions and 2 deletions

View File

@ -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%;
}
}

View File

@ -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%;
}
}

View File

@ -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>