egroupware/calendar/templates/mobile/app.less

117 lines
2.7 KiB
Plaintext

/**
*
* 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";
@import (less) "../../../pixelegg/mobile/app_colors.less";
@import (less) "../pixelegg/app.css";
/* tablets and smartphones */
@media all {
#calendar-toolbar {
height: 70px;
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: 85px ;
}
#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;}
#calendar-toolbar {background-color: @calendar-color;}
#calendar-view {
button.plus_button {
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;
}
}
#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%;
}
}
@media all and (max-width: 1024px) {
// styles assigned when width is smaller than 1024px
.calendar_calDayColHeader > div[data-date] .long_date
{
display: none;
}
.calendar_calDayColHeader > div[data-date] .short_date
{
display: inline;
}
}
@media all and (max-width: 480px) {
// styles assigned when width is smaller than 480px;
.calendar_calDayColHeader > div[data-date] .long_date,
.calendar_calDayColHeader > div[data-date] .short_date
{
display: none;
}
}