adjust position of command panel stats

This commit is contained in:
Justin Palmer 2013-02-06 17:13:50 -08:00
parent efa31b82fa
commit 6395f352d6
2 changed files with 12 additions and 3 deletions

View File

@ -1,11 +1,12 @@
.command-panel {
padding: 5px;
position: relative;
}
.command-panel .preview-list {
max-height: 300px;
overflow: auto;
margin: 0 1px 5px 10px;
margin: 10px 0 10px 10px;
position: relative;
cursor: default;
}
@ -13,7 +14,10 @@
.command-panel .preview-count {
font-size: 11px;
text-align: right;
padding-bottom: 1px;
position: absolute;
right: 15px;
top: 24px;
z-index: 9999;
}
.command-panel .preview-list .path {

View File

@ -1,7 +1,9 @@
.command-panel {
background-color: #1b1c1e;
border: 1px solid rgba(255, 255, 255, 0.05);
color: #dedede;
border-top: 1px solid rgba(0, 0, 0, 0.5);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
padding: 10px;
}
.command-panel .preview-list {
@ -14,6 +16,9 @@
.command-panel .preview-count {
color: #969696;
background: #161719;
padding: 5px;
border-radius: 3px;
}
.command-panel .preview-list li.selected, .command-panel .preview-list li.operation:hover {