update files

This commit is contained in:
nuintun 2015-11-23 18:10:50 +08:00
parent 7882e3ce40
commit 4211853575

View File

@ -236,7 +236,7 @@ header [class*=" icon-"] {
top: 31px; top: 31px;
left: 5px; left: 5px;
border: 1px solid #ccc; border: 1px solid #ccc;
z-index: 1; z-index: 2;
background-color: #fff; background-color: #fff;
box-shadow: 0 0 5px 0 #a9a9a9; box-shadow: 0 0 5px 0 #a9a9a9;
} }
@ -370,7 +370,8 @@ header [class*=" icon-"] {
} }
.ui-command-popup { .ui-command-popup {
position: absolute; position: absolute;
top: 39px; right: 0; top: 39px;
right: 0;
background-color: #eee; background-color: #eee;
} }
.ui-command-popup li { .ui-command-popup li {