2016-02-24 17:54:05 +01:00
|
|
|
/**
|
|
|
|
*
|
|
|
|
* Calendar - Mobile
|
|
|
|
*
|
|
|
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
|
|
|
* Pixleegg Template app.css
|
|
|
|
* @link http://www.egroupware.org
|
|
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
|
|
* @author Hadi Nategh <hn@stylite.de>
|
|
|
|
* @package calendar
|
|
|
|
* @version $Id: app.less 55033 2016-02-16 18:49:17Z hnategh $
|
|
|
|
*/
|
|
|
|
@import (reference) "../../../pixelegg/less/definitions.less";
|
2016-04-22 14:52:00 +02:00
|
|
|
@import (reference) "../../../pixelegg/mobile/app_colors.less";
|
2016-02-24 17:54:05 +01:00
|
|
|
@import (less) "../pixelegg/app.css";
|
|
|
|
/* tablets and smartphones */
|
|
|
|
@media all {
|
|
|
|
#calendar-toolbar {
|
2016-04-01 16:00:00 +02:00
|
|
|
height: 70px;
|
2016-02-24 17:54:05 +01:00
|
|
|
box-shadow: 0px 4px 5px 2px silver;
|
|
|
|
width: 100%;
|
|
|
|
background: #0c5da5;
|
|
|
|
z-index: 1;
|
|
|
|
#toolbar-actionlist {
|
2016-04-27 10:56:59 +02:00
|
|
|
margin-left: 60px;
|
2016-02-24 17:54:05 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
#calendar-edit #calendar-edit_calendar-edit-details{
|
|
|
|
float: none;
|
|
|
|
display: initial;
|
|
|
|
}
|
|
|
|
span[id^="calendar-list_"][id$="title]"] {
|
|
|
|
font-size: 12pt;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
div.calDescRow {
|
|
|
|
height: 30px;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2016-03-09 12:55:26 +01:00
|
|
|
|
2016-02-24 17:54:05 +01:00
|
|
|
label[id^="calendar-list_"][id$="start]"]> time ,label[id^="calendar-list_"][id$="end]"]> time{
|
|
|
|
float: none;
|
|
|
|
color:#828282;
|
|
|
|
}
|
2016-03-09 12:55:26 +01:00
|
|
|
|
2016-02-24 17:54:05 +01:00
|
|
|
.calDates .dash {
|
|
|
|
text-align: center;
|
|
|
|
padding: 0px 5px 0 5px !important;
|
|
|
|
}
|
2016-07-12 15:26:31 +02:00
|
|
|
#calendar-list {
|
|
|
|
margin-right: 0px;
|
|
|
|
button.plus_button {bottom: 85px ;}
|
2016-02-24 17:54:05 +01:00
|
|
|
}
|
2016-03-03 19:27:32 +01:00
|
|
|
#calendar-edit_category {max-width: 100%;}
|
|
|
|
#calendar-edit #calendar-edit_whole_day {margin:0;}
|
2016-03-09 12:55:26 +01:00
|
|
|
.quantity{margin-left:5px;}
|
2016-03-03 19:27:32 +01:00
|
|
|
#popupMainDiv .et2_date.calendar_alarm_date_display {padding-left: 3px;}
|
2016-03-09 12:55:26 +01:00
|
|
|
#calendar-toolbar {background-color: @calendar-color;}
|
2016-03-30 18:03:19 +02:00
|
|
|
#calendar-view {
|
|
|
|
button.plus_button {
|
2016-04-01 16:00:00 +02:00
|
|
|
bottom: 85px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#calendar-toolbar button#toolbar-today {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 12pt;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
#calendar-toolbar_toolbar .et2_toolbar_more {
|
|
|
|
width:30px;
|
|
|
|
}
|
|
|
|
#calendar-toolbar .egw_fw_ui_app_header_container {
|
|
|
|
background: white;
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
margin-top: 44px;
|
|
|
|
font-size: 10pt;
|
|
|
|
span{
|
|
|
|
display: block;
|
|
|
|
width:100%;
|
|
|
|
text-align: center;
|
|
|
|
font-size:10pt;
|
2016-03-30 18:03:19 +02:00
|
|
|
}
|
|
|
|
}
|
2016-04-04 11:16:53 +02:00
|
|
|
|
|
|
|
#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%;
|
|
|
|
}
|
2016-04-04 19:55:49 +02:00
|
|
|
}
|