Browse Source

reverted 1e4c1eca10 to get a working debug toolbar

tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
e6ddf655b3
  1. 4
      extensions/yii/debug/assets/main.css
  2. 10
      extensions/yii/debug/assets/toolbar.css

4
extensions/yii/debug/assets/main.css

@ -1,7 +1,3 @@
body {
padding-top: 62px;
}
span.indent { span.indent {
color: #ccc; color: #ccc;
} }

10
extensions/yii/debug/assets/toolbar.css

@ -1,8 +1,4 @@
#yii-debug-toolbar { #yii-debug-toolbar {
position: fixed;
left: 0;
right: 0;
z-index: 1000000;
padding: 0; padding: 0;
font: 11px Verdana, Arial, sans-serif; font: 11px Verdana, Arial, sans-serif;
text-align: left; text-align: left;
@ -20,15 +16,17 @@
} }
.yii-debug-toolbar-top { .yii-debug-toolbar-top {
top: 0;
margin: 0 0 20px 0; margin: 0 0 20px 0;
height: 42px;
border-bottom: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4;
} }
.yii-debug-toolbar-bottom { .yii-debug-toolbar-bottom {
position: fixed;
left: 0;
right: 0;
bottom: 0; bottom: 0;
margin: 0; margin: 0;
z-index: 1000000;
border-top: 1px solid #ccc; border-top: 1px solid #ccc;
} }

Loading…
Cancel
Save