Sha256: 2896db5d233efa567f0830df15423f984b34d981c0f7ece7d6577de2763e4f90

Contents?: true

Size: 1.68 KB

Versions: 4

Compression:

Stored size: 1.68 KB

Contents

/* dojox.mobile.RoundRectList */
.dj_ff3 {
	.mblRoundRectList {
		-moz-border-radius: @mbl-round-rect-border-radius;
	}
	.mblRoundRectList .mblListItem:first-child {
	  -moz-border-radius-topleft: @mbl-round-rect-border-radius;
	  -moz-border-radius-topright: @mbl-round-rect-border-radius;
	}
	.mblRoundRectList .mblListItem:last-child {
	  -moz-border-radius-bottomleft: @mbl-round-rect-border-radius;
	  -moz-border-radius-bottomright: @mbl-round-rect-border-radius;
	}
}

/* Round Corner */
.dj_ie {
	.mblRoundRectList {
		position: relative;
	}
	.mblRoundCorner {
		background-color: @mbl-round-rect-background-color;
		height: 1px;
		font-size: 1px;
		overflow: hidden;
		border-style: solid;
		border-color: @mbl-round-rect-border-color;
		border-width: 0 1px;
	}
	.mblRoundRectContainer {
		padding: 3px 8px;
		background-color: @mbl-round-rect-background-color;
		border-style: solid;
		border-color: @mbl-round-rect-border-color;
		border-width: 0 1px;
	}
	.mblRoundRectList .mblRoundRectContainer {
		margin: 0;
		padding: 0;
	}
	.mblRoundCorner0T {
		height: 0;
	}
	.mblRoundCorner1T {
		background-color: @mbl-round-rect-border-color;
		margin: 0 5px;
	}
	.mblRoundCorner2T {
		margin: 0 2px;
		border-width: 0 3px;
	}
	.mblRoundCorner3T {
		margin: 0 1px;
		border-width: 0 2px;
	}
	.mblRoundCorner4T {
		margin: 0 1px;
	}
	.mblRoundCorner5T {
		margin: 0 1px;
	}
	
	.mblRoundCorner0B {
		height: 0;
	}
	.mblRoundCorner1B {
		margin: 0 1px;
	}
	.mblRoundCorner2B {
		margin: 0 1px;
	}
	.mblRoundCorner3B {
		margin: 0 1px;
		border-width: 0 2px;
	}
	.mblRoundCorner4B {
		margin: 0 2px;
		border-width: 0 3px;
	}
	.mblRoundCorner5B {
		background-color: @mbl-round-rect-border-color;
		margin: 0 5px;
	}
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dojox-rails-0.14.0 vendor/assets/stylesheets/mobile/themes/common/RoundRectList-compat.less
dojox-rails-0.13.0 vendor/assets/javascripts/dojox/mobile/themes/common/RoundRectList-compat.less
dojox-rails-0.12.0 vendor/assets/javascripts/dojox/mobile/themes/common/RoundRectList-compat.less
dojox-rails-0.11.0 vendor/assets/javascripts/mobile/themes/common/RoundRectList-compat.less