mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
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:
parent
4a47fb7663
commit
3e397fce7c
@ -1326,4 +1326,6 @@ input#calendar-edit_location {padding-left: 0;}
|
|||||||
font-weight: 500;
|
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;}
|
@ -141,7 +141,7 @@ form[id^="tracker-"] .dialogHeadbar {
|
|||||||
* @package calendar
|
* @package calendar
|
||||||
* @version $Id$
|
* @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 classes*/
|
||||||
@media print {
|
@media print {
|
||||||
#calendar-view.et2_container,
|
#calendar-view.et2_container,
|
||||||
@ -1425,6 +1425,13 @@ input#calendar-edit_location {
|
|||||||
color: #616161;
|
color: #616161;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
#calendar-edit .dialogFooterToolbar {
|
||||||
|
min-width: 780px;
|
||||||
|
}
|
||||||
|
#calendar_edit_recur_data_chzn {
|
||||||
|
width: 99% !important;
|
||||||
|
max-width: 99% !important;
|
||||||
|
}
|
||||||
/*generell*/
|
/*generell*/
|
||||||
.egw_fw_content_browser_iframe img[src$="svg"] {
|
.egw_fw_content_browser_iframe img[src$="svg"] {
|
||||||
background-color: #828282 !important;
|
background-color: #828282 !important;
|
||||||
@ -2654,8 +2661,6 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
#calendar_merge {
|
#calendar_merge {
|
||||||
margin: 9px 0 0 0;
|
margin: 9px 0 0 0;
|
||||||
}
|
}
|
||||||
/* ########################################################################################
|
|
||||||
/* * Calendar END */
|
|
||||||
/* tablets and smartphones */
|
/* tablets and smartphones */
|
||||||
@media all {
|
@media all {
|
||||||
#calendar-toolbar {
|
#calendar-toolbar {
|
||||||
|
@ -135,7 +135,7 @@
|
|||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description for="recur_data" value="Repeat days"/>
|
<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>
|
||||||
<row class="th">
|
<row class="th">
|
||||||
<description value="Exceptions" span="all"/>
|
<description value="Exceptions" span="all"/>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
* @package calendar
|
* @package calendar
|
||||||
* @version $Id$
|
* @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 classes*/
|
||||||
@media print {
|
@media print {
|
||||||
#calendar-view.et2_container,
|
#calendar-view.et2_container,
|
||||||
@ -1295,7 +1295,13 @@ input#calendar-edit_location {
|
|||||||
color: #616161;
|
color: #616161;
|
||||||
font-weight: 500;
|
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*/
|
/*generell*/
|
||||||
.egw_fw_content_browser_iframe img[src$="svg"] {
|
.egw_fw_content_browser_iframe img[src$="svg"] {
|
||||||
background-color: #828282 !important;
|
background-color: #828282 !important;
|
||||||
@ -2525,5 +2531,3 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
#calendar_merge {
|
#calendar_merge {
|
||||||
margin: 9px 0 0 0;
|
margin: 9px 0 0 0;
|
||||||
}
|
}
|
||||||
/* ########################################################################################
|
|
||||||
/* * Calendar END */
|
|
||||||
|
Loading…
Reference in New Issue
Block a user