fix orbit_bar backend by Ray

This commit is contained in:
rulingcom 2014-07-09 15:11:42 +08:00
parent a8ac54a4d6
commit 5d37bce969
1 changed files with 10 additions and 3 deletions

View File

@ -7,6 +7,13 @@
position: fixed;
margin-bottom: 0;
}
#orbit-bar *,
#orbit-bar *:before,
#orbit-bar *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#orbit-bar .orbitlogo {
width: 50px;
height: 40px;
@ -199,8 +206,8 @@
display: none;
top: 40px;
right: 20px;
width: 40%;
background: #FAFAFA;
width: 40%;
background: #FAFAFA;
position: absolute;
box-shadow: 0px 5px 20px #666;
color: #666;
@ -244,7 +251,7 @@
#search_results{
max-height: 500px;
overflow-y: auto;
overflow-y: auto;
overflow-x: hidden;
}
#search_results img{