Commit 755d542a authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4525 (Mobile mode issues with calendar)

parent 8a31e8ea
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -24,24 +24,19 @@ abbr.dtstart, abbr.dtend {
}

/*{+START,IF,{$MOBILE}}*/
	.calendar_year_wrap {
		display: block;
	}

	.calendar_year_wrap>tbody>tr {
	.calendar_year_wrap, .calendar_year_wrap>tbody, .calendar_year_wrap>tbody>tr, .calendar_year_wrap>tbody>tr>td {
		display: block;
	}

	.calendar_year_wrap>tbody>tr>td {
		display: block;
		padding: 3em;
		overflow: hidden;
	}
/*{+END}*/

.calendar_year_month {
	height: 150px;
	/*{+START,IF,{$NOT,{$MOBILE}}}*/
		height: 150px;
		width: 33%;
	/*{+END}*/
	vertical-align: top;
@@ -52,7 +47,7 @@ abbr.dtstart, abbr.dtend {
.calendar_year_month table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
	table-layout: fixed !important;
}

.calendar_year_month th {
@@ -85,7 +80,7 @@ abbr.dtstart, abbr.dtend {
.calendar_month {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	table-layout: fixed !important;
}

.calendar_month th {
@@ -240,6 +235,11 @@ abbr.dtstart, abbr.dtend {
		{$BETA_CSS_PROPERTY,box-sizing: border-box;}
	}
/*{+END}*/
/*{+START,IF,{$MOBILE}}*/
	.event_interest_box {
		float: none;
	}
/*{+END}*/

.calendar_main_page_hidden_data {
	padding: 0.5em;