Skip to content

Commit

Permalink
fixes to grey header mask
Browse files Browse the repository at this point in the history
  • Loading branch information
kevzettler committed Apr 12, 2012
1 parent 0689f02 commit f53c6a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/_base.sass
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
top: 0
background-color: $header-bg-1
+background-image(linear-gradient($header-bg-1, $header-bg-2))
z-index: 10
z-index: 90001
padding: 0 5px
+box-shadow(inset 0px -10px 10px -10px #000000)
border-bottom: 1px solid #FFF
Expand Down
6 changes: 3 additions & 3 deletions app/assets/stylesheets/_chat_area.sass
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ html body .ui-tabs .ui-tabs-nav li

#mask_container
position: fixed
top: 64px !important
top: 0px
background: #E6EBEE url("/assets/page_bg.png") repeat
z-index: 9002
padding-top: 25px
z-index: 9000
padding-top: 55px
width: 80%

.corner_cover
Expand Down

0 comments on commit f53c6a8

Please sign in to comment.