Sha256: d9d5312a99d08438243419b8e19db996689f640c611bc4230da702faf2bdfef3

Contents?: true

Size: 1.49 KB

Versions: 4

Compression:

Stored size: 1.49 KB

Contents

@import "MatrixView.less";

.dojoxCalendarMatrixViewRtl .dojoxCalendarGrid {
	right: @row-header-width;
	left: 0;
}

.dojoxCalendarMatrixViewRtl .dojoxCalendarGridTable td {			
	text-align: left;
	border-bottom: @inner-border;
	border-left: @inner-border;
	border-right: none;
}

.dojoxCalendarMatrixViewRtl .dojoxCalendarGridTable td span{
	padding-left: 2px;
}

.dojoxCalendarMatrixViewRtl .dojoxCalendarGridTable td.last-child	{
	border-left: @outer-border;
}

.dojoxCalendarMatrixViewRtl .dojoxCalendarContainer {
	right: @row-header-width;
	left: 0;
}

.dojoxCalendarMatrixViewRtl .dojoxCalendarContainerTable td {
	border-bottom: solid 1px transparent;
	border-right: solid 1px transparent;
	text-align: right;
	vertical-align: top;		
}

.dojoxCalendarMatrixViewRtl .dojoxCalendarYearColumnHeader{
	position: absolute;
	right: 0;
	left: auto;
}

.dojoxCalendarMatrixViewRtl .dojoxCalendarColumnHeader {
	right: @row-header-width;
	left: 0;
}

.dojoxCalendarMatrixView .dojoxCalendarColumnHeaderTable td {	
	border-left: @outer-border;
	border-right: none;
}

.dojoxCalendarMatrixViewRtl .dojoxCalendarRowHeader {
	right: 0;
	left: auto;
}

.dojoxCalendarMatrixViewRtl .dojoxCalendarEvent.dojoxCalendarHorizontal .labels {
	text-align: right;
}

.dojoxCalendarMatrixViewRtl .dojoxCalendarEvent.dojoxCalendarLabel .labels {
	text-align: right;
}

.dojoxCalendarMatrixViewRtl .dojoxCalendarEvent .resizeStartHandle {
	right: 0;
}

.dojoxCalendarMatrixViewRtl .dojoxCalendarEvent .resizeEndHandle {
	left:0;
	right:auto;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dojox-rails-0.14.0 vendor/assets/stylesheets/calendar/themes/iphone/MatrixView_rtl.less
dojox-rails-0.13.0 vendor/assets/stylesheets/calendar/themes/iphone/MatrixView_rtl.less
dojox-rails-0.12.0 vendor/assets/stylesheets/calendar/themes/iphone/MatrixView_rtl.less
dojox-rails-0.11.0 vendor/assets/stylesheets/calendar/themes/iphone/MatrixView_rtl.less