Commit 6721ef01f40221171671bea02f7c3477ad209c79
1 parent
0d3fed60
Exists in
master
and in
4 other branches
fixed flash container
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
app/assets/stylesheets/projects.css.scss
... | ... | @@ -184,12 +184,12 @@ input.ssh_project_url { |
184 | 184 | |
185 | 185 | /** FLASH **/ |
186 | 186 | #flash_container { |
187 | - height:40px; | |
187 | + height:45px; | |
188 | 188 | position:fixed; |
189 | - z-index:1209; | |
189 | + z-index:10001; | |
190 | 190 | top:0px; |
191 | - width:100%; | |
192 | - margin-bottom:10px; | |
191 | + width:980px; | |
192 | + margin-bottom:15px; | |
193 | 193 | overflow:hidden; |
194 | 194 | background:white; |
195 | 195 | cursor:pointer; | ... | ... |