Skip to content

Commit 1025777

Browse files
committedApr 12, 2012
Merge branch 'master' of github.com:Bushido/kandan
2 parents c2cb394 + a373e32 commit 1025777

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎app/assets/stylesheets/_base.sass

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
top: 0
1818
background-color: $header-bg-1
1919
+background-image(linear-gradient($header-bg-1, $header-bg-2))
20-
z-index: 10
20+
z-index: 90001
2121
padding: 0 5px
2222
+box-shadow(inset 0px -10px 10px -10px #000000)
2323
border-bottom: 1px solid #FFF

‎app/assets/stylesheets/_chat_area.sass

+3-3
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ html body .ui-tabs .ui-tabs-nav li
123123

124124
#mask_container
125125
position: fixed
126-
top: 64px !important
126+
top: 0px
127127
background: #E6EBEE url("/assets/page_bg.png") repeat
128-
z-index: 9002
129-
padding-top: 25px
128+
z-index: 9000
129+
padding-top: 55px
130130
width: 80%
131131

132132
.corner_cover

0 commit comments

Comments
 (0)
Please sign in to comment.