better spacing for preview list

This commit is contained in:
Justin Palmer
2013-02-13 10:12:25 -08:00
parent 21eb956839
commit ee64cd17d3
2 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
.command-panel {
padding: 5px;
position: relative;
padding: 0;
}
.command-panel .is-loading {
@@ -20,7 +20,7 @@
.command-panel .preview-list {
max-height: 300px;
overflow: auto;
margin: 10px 0 10px 10px;
margin: 0 0 10px 0;
position: relative;
cursor: default;
}
@@ -81,7 +81,6 @@
.command-panel .prompt-and-editor .editor {
position: relative;
margin-right: -4px;
}
.command-panel .prompt-and-editor {

View File

@@ -9,7 +9,7 @@
.command-panel .preview-list {
background-color: #19191b;
color: #C5C8C6;
border: 1px solid rgba(0, 0, 0, 0.5);
border: 1px solid rgba(0, 0, 0, 0.2);
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
border-right: 1px solid rgba(255, 255, 255, 0.05);
}