From 6721ef01f40221171671bea02f7c3477ad209c79 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sun, 20 Nov 2011 20:30:00 +0200 Subject: [PATCH] fixed flash container --- app/assets/stylesheets/projects.css.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/projects.css.scss b/app/assets/stylesheets/projects.css.scss index 08891e8f..9098c194 100644 --- a/app/assets/stylesheets/projects.css.scss +++ b/app/assets/stylesheets/projects.css.scss @@ -184,12 +184,12 @@ input.ssh_project_url { /** FLASH **/ #flash_container { - height:40px; + height:45px; position:fixed; - z-index:1209; + z-index:10001; top:0px; - width:100%; - margin-bottom:10px; + width:980px; + margin-bottom:15px; overflow:hidden; background:white; cursor:pointer;