From e6ddf655b3c297ebe16d8865a830056d2a1328fb Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Sun, 5 Jan 2014 13:26:18 +0100 Subject: [PATCH] reverted 1e4c1eca1077ab23e7d00524b54f09f9158b3617 to get a working debug toolbar --- extensions/yii/debug/assets/main.css | 4 ---- extensions/yii/debug/assets/toolbar.css | 10 ++++------ 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/extensions/yii/debug/assets/main.css b/extensions/yii/debug/assets/main.css index cc38766..dd100e0 100644 --- a/extensions/yii/debug/assets/main.css +++ b/extensions/yii/debug/assets/main.css @@ -1,7 +1,3 @@ -body { - padding-top: 62px; -} - span.indent { color: #ccc; } diff --git a/extensions/yii/debug/assets/toolbar.css b/extensions/yii/debug/assets/toolbar.css index 3c136b5..a853ec5 100644 --- a/extensions/yii/debug/assets/toolbar.css +++ b/extensions/yii/debug/assets/toolbar.css @@ -1,8 +1,4 @@ #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; }