removing the gradient from the status bar, and adding padding around command-panel

This commit is contained in:
Jon Rohan
2012-12-27 22:48:23 -08:00
parent 5289705602
commit 51e9cdbb94
2 changed files with 3 additions and 3 deletions

View File

@@ -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 {

View File

@@ -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;