Mobile theme W.I.P.:

- Implement Repeat days options in calendar edit as tags
- Fix "Repeat days" does not get the full-width
This commit is contained in:
Hadi Nategh 2016-04-15 11:12:08 +00:00
parent 4a47fb7663
commit 3e397fce7c
4 changed files with 20 additions and 9 deletions

View File

@ -1326,4 +1326,6 @@ input#calendar-edit_location {padding-left: 0;}
font-weight: 500;
}
#calendar-edit .dialogFooterToolbar {min-width: 780px;}
#calendar-edit .dialogFooterToolbar {min-width: 780px;}
#calendar_edit_recur_data_chzn {width:99% !important;max-width:99% !important;}

View File

@ -141,7 +141,7 @@ form[id^="tracker-"] .dialogHeadbar {
* @package calendar
* @version $Id$
*/
/* $Id: app.css 55652 2016-04-06 16:43:51Z hnategh $ */
/* $Id: app.css 55746 2016-04-14 14:58:21Z hnategh $ */
/*Media print classes*/
@media print {
#calendar-view.et2_container,
@ -1425,6 +1425,13 @@ input#calendar-edit_location {
color: #616161;
font-weight: 500;
}
#calendar-edit .dialogFooterToolbar {
min-width: 780px;
}
#calendar_edit_recur_data_chzn {
width: 99% !important;
max-width: 99% !important;
}
/*generell*/
.egw_fw_content_browser_iframe img[src$="svg"] {
background-color: #828282 !important;
@ -2654,8 +2661,6 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
#calendar_merge {
margin: 9px 0 0 0;
}
/* ########################################################################################
/* * Calendar END */
/* tablets and smartphones */
@media all {
#calendar-toolbar {

View File

@ -135,7 +135,7 @@
</row>
<row>
<description for="recur_data" value="Repeat days"/>
<listbox type="select-dow" statustext="Days of the week for a weekly repeated event" id="recur_data" rows="6" options="1"/>
<listbox type="select-dow" tags="true" statustext="Days of the week for a weekly repeated event" id="recur_data" rows="6" options="1"/>
</row>
<row class="th">
<description value="Exceptions" span="all"/>

View File

@ -11,7 +11,7 @@
* @package calendar
* @version $Id$
*/
/* $Id: app.css 55652 2016-04-06 16:43:51Z hnategh $ */
/* $Id: app.css 55746 2016-04-14 14:58:21Z hnategh $ */
/*Media print classes*/
@media print {
#calendar-view.et2_container,
@ -1295,7 +1295,13 @@ input#calendar-edit_location {
color: #616161;
font-weight: 500;
}
#calendar-edit .dialogFooterToolbar {min-width: 780px;}
#calendar-edit .dialogFooterToolbar {
min-width: 780px;
}
#calendar_edit_recur_data_chzn {
width: 99% !important;
max-width: 99% !important;
}
/*generell*/
.egw_fw_content_browser_iframe img[src$="svg"] {
background-color: #828282 !important;
@ -2525,5 +2531,3 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
#calendar_merge {
margin: 9px 0 0 0;
}
/* ########################################################################################
/* * Calendar END */