Author: hnategh
New Revision: 55610
URL: http://svn.stylite.de/viewvc/egroupware?rev=55610&view=rev
Log:
Mobile theme W.I.P.:
- Fix freetime search button position for calendar edit dialog
- Fix fullscreen in safari gets white border at top
Modified:
trunk/calendar/templates/mobile/app.css
trunk/calendar/templates/mobile/app.less
trunk/calendar/templates/mobile/edit.xet
trunk/jdots/js/fw_mobile.js
— trunk/calendar/templates/mobile/app.css (original)
+++ trunk/calendar/templates/mobile/app.css Mon Apr 4 11:16:53 2016
@@ -2770,4 +2770,14 @@
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%;
- }
+}
— trunk/calendar/templates/mobile/app.less (original)
+++ trunk/calendar/templates/mobile/app.less Mon Apr 4 11:16:53 2016
@@ -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%;
- }
}
— trunk/calendar/templates/mobile/edit.xet (original)
+++ trunk/calendar/templates/mobile/edit.xet Mon Apr 4 11:16:53 2016
@@ -227,8 +227,8 @@
-
<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>
— trunk/jdots/js/fw_mobile.js (original)
+++ trunk/jdots/js/fw_mobile.js Mon Apr 4 11:16:53 2016
@@ -659,17 +659,7 @@
}
}
}
-
height += jQuery('#egw_fw_sidebar').offset().top;
-
-
// fullScreen iOS need to be set with different height as safari adds an extra bottom border
-
if (this.getUserAgent() === 'iOS' && !this.isNotFullScreen())
-
{
-
height +=5;
-
}
-
else
-
{
-
height +=40;
-
}
@@ -812,7 +802,6 @@
case ‘iOS’:
if (navigator.standalone)
{
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs