From 51e9cdbb94e85b977eede7d08494aaa3790e305f Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Thu, 27 Dec 2012 22:48:23 -0800 Subject: [PATCH] removing the gradient from the status bar, and adding padding around command-panel --- static/command-panel.css | 4 ++-- static/status-bar.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/command-panel.css b/static/command-panel.css index 13cab5f5f..e404f7ddd 100644 --- a/static/command-panel.css +++ b/static/command-panel.css @@ -1,6 +1,6 @@ .command-panel { background: #515151; - padding: 3px; + padding: 5px; } .command-panel .preview-list { @@ -45,7 +45,7 @@ .command-panel .prompt { color: white; font-weight: bold; - padding: .2em; + padding-right: 5px; } .error-messages { diff --git a/static/status-bar.css b/static/status-bar.css index 457920340..b41bf54db 100644 --- a/static/status-bar.css +++ b/static/status-bar.css @@ -1,5 +1,5 @@ .status-bar { - background-image: -webkit-linear-gradient(#303030, #252525); + background-color: #303030; border-top: 1px solid #454545; padding: 4px 10px 3px; font-size: 11px;