Sha256: f6caebe9cb6ef45e946e7bfaa0366b8d1730bfedffca1750c44bd95969f95fc1

Contents?: true

Size: 1.1 KB

Versions: 2

Compression:

Stored size: 1.1 KB

Contents

.jtalkTool .jt_column.sunit.categories,
.jtalkTool .jt_column.sunit.classes {
	height: 100%
}

.jtalkTool .jt_column.sunit.classes li.all,
.jtalkTool .jt_column.sunit.categories li.all {
	background: #e3e3e3;
	font-weight: bold
}

.jtalkTool .jt_column.sunit.classes li.all:hover ,
.jtalkTool .jt_column.sunit.categories li.all:hover {
	background: #0088CC;
	font-weight: bold
}

.jtalkTool .sunit.status {
	position: absolute;
	left: 50.4%;
	width: 49%;
	background: white;
	border: 1px solid #a8a8a8;
	height: 40px
}


.jtalkTool .sunit.status.success {
	background: #43d443;
}


.jtalkTool .sunit.status.failure {
	background: #ecd443;
}


.jtalkTool .sunit.status.error {
	background: #e56f3b;
}

.jtalkTool .progress_bar {
	position: absolute;
	left: 50.4%;
	width: 49%;
	top: 50px;
	border: 1px solid #a8a8a8;
	background: white;
	min-height: 20px
}

.jtalkTool .progress_bar div {
	background: #0088CC;
	min-height: 20px;
}

.jtalkTool .jt_column.sunit.methods {
	left: 50.4%;
	height: auto;
        width: 49%;
        top: 80px;
        bottom: 0;
}

.jtalkTool .jt_column.sunit.methods ul {padding: 0; margin: 0}

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
amber-rails-0.1.0 app/assets/stylesheets/sunit.css
jtalk-rails-0.1.0 app/assets/stylesheets/sunit.css