Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
584 B

11 years ago
.yii-debug-toolbar-block {
float: left;
margin: 0;
border-right: 1px solid #e4e4e4;
padding: 4px 8px;
line-height: 32px;
}
.yii-debug-toolbar-block .label {
font-weight: normal;
}
11 years ago
.yii-debug-toolbar-block a {
text-decoration: none;
color: black;
11 years ago
}
.yii-debug-toolbar-block span {
}
.yii-debug-toolbar-block img {
vertical-align: middle;
}
.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;
}
11 years ago
span.indent {
color: #ccc;
}