From 7497dcfe1648de3bb2f79c01c77a38d0504fe250 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 22 Mar 2015 09:48:06 -0400 Subject: [PATCH] fine tuning layout --- src/css/devtool-log.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/css/devtool-log.css b/src/css/devtool-log.css index 69d392a98..a72f0ee44 100644 --- a/src/css/devtool-log.css +++ b/src/css/devtool-log.css @@ -13,13 +13,13 @@ body { background-color: white; border: 0; box-sizing: border-box; - height: 36px; - left: 1em; + height: 40px; + left: 0; margin: 0; - padding: 0; + padding: 0 1em; position: fixed; - text-align: center; top: 0; + width: 100%; } #toolbar .button { background-color: white; @@ -47,7 +47,7 @@ input:focus { background-color: #ffe; } #content { - margin-top: 36px; + margin-top: 40px; } #content table { border: 0;