fix orbit_bar backend by Ray
This commit is contained in:
parent
a8ac54a4d6
commit
5d37bce969
|
@ -7,6 +7,13 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
margin-bottom: 0;
|
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 {
|
#orbit-bar .orbitlogo {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
@ -199,8 +206,8 @@
|
||||||
display: none;
|
display: none;
|
||||||
top: 40px;
|
top: 40px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
width: 40%;
|
width: 40%;
|
||||||
background: #FAFAFA;
|
background: #FAFAFA;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
box-shadow: 0px 5px 20px #666;
|
box-shadow: 0px 5px 20px #666;
|
||||||
color: #666;
|
color: #666;
|
||||||
|
@ -244,7 +251,7 @@
|
||||||
|
|
||||||
#search_results{
|
#search_results{
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
#search_results img{
|
#search_results img{
|
||||||
|
|
Loading…
Reference in New Issue