Sha256: 996668acde8e79d40822aa5ef345eb9bf959677e6942477b423dc1c3a573d83d

Contents?: true

Size: 241 Bytes

Versions: 3

Compression:

Stored size: 241 Bytes

Contents

.popupOverlay{
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color: #fff;
	position: absolute;
	
	-moz-opacity: 0.0;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

.popupContent {
	position: absolute;
	z-index: 5001;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
riojs-0.0.7 public/stylesheets/components/popup.css
riojs-0.0.6 public/stylesheets/components/popup.css
riojs-0.0.5 public/stylesheets/components/popup.css