Commit e6ddf655 by Carsten Brandt

reverted 1e4c1eca to get a working debug toolbar

parent fe749e45
body {
padding-top: 62px;
}
span.indent {
color: #ccc;
}
......
#yii-debug-toolbar {
position: fixed;
left: 0;
right: 0;
z-index: 1000000;
padding: 0;
font: 11px Verdana, Arial, sans-serif;
text-align: left;
......@@ -20,15 +16,17 @@
}
.yii-debug-toolbar-top {
top: 0;
margin: 0 0 20px 0;
height: 42px;
border-bottom: 1px solid #e4e4e4;
}
.yii-debug-toolbar-bottom {
position: fixed;
left: 0;
right: 0;
bottom: 0;
margin: 0;
z-index: 1000000;
border-top: 1px solid #ccc;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment