fixed flash container
This commit is contained in:
parent
0d3fed60a5
commit
6721ef01f4
|
@ -184,12 +184,12 @@ input.ssh_project_url {
|
||||||
|
|
||||||
/** FLASH **/
|
/** FLASH **/
|
||||||
#flash_container {
|
#flash_container {
|
||||||
height:40px;
|
height:45px;
|
||||||
position:fixed;
|
position:fixed;
|
||||||
z-index:1209;
|
z-index:10001;
|
||||||
top:0px;
|
top:0px;
|
||||||
width:100%;
|
width:980px;
|
||||||
margin-bottom:10px;
|
margin-bottom:15px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
background:white;
|
background:white;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
|
|
Loading…
Reference in a new issue