summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-20 20:30:00 +0200
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-20 20:30:00 +0200
commit6721ef01f40221171671bea02f7c3477ad209c79 (patch)
tree7d26e964e2ecdc2cbb2461c9af2712cbe953a844
parent0d3fed60a5b5a1178d50e5329d0fdb93b5c0e4d8 (diff)
downloadgitlab-ce-6721ef01f40221171671bea02f7c3477ad209c79.tar.gz
fixed flash container
-rw-r--r--app/assets/stylesheets/projects.css.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/projects.css.scss b/app/assets/stylesheets/projects.css.scss
index 08891e8f8a6..9098c19480e 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;