main.css 654 Bytes
Newer Older
Qiang Xue committed
1 2 3 4 5 6 7 8
.yii-debug-toolbar-block {
	float: left;
	margin: 0;
	border-right: 1px solid #e4e4e4;
	padding: 4px 8px;
	line-height: 32px;
}

Qiang Xue committed
9 10 11 12
.yii-debug-toolbar-block .label {
	font-weight: normal;
}

Qiang Xue committed
13 14
.yii-debug-toolbar-block a {
	text-decoration: none;
Qiang Xue committed
15
	color: black;
Qiang Xue committed
16 17 18 19 20 21 22 23 24
}

.yii-debug-toolbar-block span {
}

.yii-debug-toolbar-block img {
	vertical-align: middle;
}

25 26 27 28 29 30 31 32 33 34 35
.yii-debug-toolbar-block.title {
	display: block;
	float: left;
	padding: 4px 8px 4px 20px;
	margin-left: -20px;
	font-size: 20px;
	font-weight: 200;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}

Qiang Xue committed
36 37 38
span.indent {
	color: #ccc;
}
39 40 41 42 43 44 45

ul.trace {
	font-size: 12px;
	color: #666;
	margin: 2px 0 0 20px;
}