fix orbit_bar backend by Ray
This commit is contained in:
parent
a8ac54a4d6
commit
5d37bce969
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue