Sha256: a2e5fb66bacefe25aa00ebb935a9fb99431bfa2087fd0ee0890a1351bc8bf2c6

Contents?: true

Size: 1.79 KB

Versions: 4

Compression:

Stored size: 1.79 KB

Contents

@import "ColumnViewCommon.less";

.nihilo .dojoxCalendarMonthColumnViewRtl .dojoxCalendarGridTable td {
	border-right: none;	
	border-left: @inner-border;
}

.nihilo .dojoxCalendarMonthColumnViewRtl .dojoxCalendarGridTable td span {
  padding-right:3px;
}

.nihilo .dojoxCalendarMonthColumnViewRtl .dojoxCalendarGridTable .dojoxCalendarHiddenEvents	{
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAICAYAAADTLS5CAAAAFElEQVQImWP4z8Dw/1dU1H8GyhgANcclWWHC27gAAAAASUVORK5CYII=) repeat-y right top;	
}

.nihilo .dojoxCalendarMonthColumnView .dojoxCalendarGridTable .dojoxCalendarToday.dojoxCalendarHiddenEvents	{	
	background: @today-color url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAICAYAAADTLS5CAAAAFElEQVQImWP4z8Dw/1dU1H8GyhgANcclWWHC27gAAAAASUVORK5CYII=) repeat-y  right top;	
}

.nihilo .dojoxCalendarMonthColumnViewRtl .dojoxCalendarGridTable tr td.last-child	{
	border-left: @outer-border;	
}

.nihilo .dojoxCalendarMonthColumnViewRtl .dojoxCalendarGridTable tr td.first-child	{
	border-right: @outer-border;
}

.nihilo .dojoxCalendarMonthColumnViewRtl .dojoxCalendarContainerColumn {	
	margin-left: 5px;
	margin-right: 35px;
}

.nihilo .dojoxCalendarMonthColumnView .dojoxCalendarColumnHeaderTable td {	
	border-left: @inner-border;
	border-right: none;	
}

.nihilo .dojoxCalendarMonthColumnViewRtl .dojoxCalendarColumnHeaderTable td.last-child {	
	border-left: @outer-border;	
}

.nihilo .dojoxCalendarMonthColumnViewRtl .dojoxCalendarColumnHeaderTable td.first-child {	
	border-right: @outer-border;	
}
 
.nihilo .dojoxCalendarMonthColumnViewRtl .dojoxCalendarEvent .summary {
	text-align: right;
}

.nihilo .dojoxCalendarMonthColumnViewRtl .dojoxCalendarEvent .startTime {
	text-align: right;
}

.nihilo .dojoxCalendarMonthColumnViewRtl .dojoxCalendarEvent .endTime {
	text-align: right;
}

Version data entries

4 entries across 4 versions & 1 rubygems

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