Commit 6721ef01 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

fixed flash container

parent 0d3fed60
...@@ -184,12 +184,12 @@ input.ssh_project_url { ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment