/** * * 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 * @package calendar * @version $Id: app.less 55033 2016-02-16 18:49:17Z hnategh $ */ @import (reference) "../../../pixelegg/less/definitions.less"; @import (less) "../pixelegg/app.css"; /* tablets and smartphones */ @media all { #calendar-toolbar { height: 50px; box-shadow: 0px 4px 5px 2px silver; width: 100%; background: #0c5da5; z-index: 1; #toolbar-actionlist { margin-left: 70px; } } #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; } label[id^="calendar-list_"][id$="start]"]> time ,label[id^="calendar-list_"][id$="end]"]> time{ float: none; color:#828282; } .calDates .dash { text-align: center; padding: 0px 5px 0 5px !important; } #calendar-list button.plus_button { bottom: 65px ; } #calendar-edit_category {max-width: 100%;} #calendar-edit #calendar-edit_whole_day {margin:0;} .quantity{margin-left:5px;} #popupMainDiv .et2_date.calendar_alarm_date_display {padding-left: 3px;} }