We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2cb394 + a373e32 commit 1025777Copy full SHA for 1025777
app/assets/stylesheets/_base.sass
@@ -17,7 +17,7 @@
17
top: 0
18
background-color: $header-bg-1
19
+background-image(linear-gradient($header-bg-1, $header-bg-2))
20
- z-index: 10
+ z-index: 90001
21
padding: 0 5px
22
+box-shadow(inset 0px -10px 10px -10px #000000)
23
border-bottom: 1px solid #FFF
app/assets/stylesheets/_chat_area.sass
@@ -123,10 +123,10 @@ html body .ui-tabs .ui-tabs-nav li
123
124
#mask_container
125
position: fixed
126
- top: 64px !important
+ top: 0px
127
background: #E6EBEE url("/assets/page_bg.png") repeat
128
- z-index: 9002
129
- padding-top: 25px
+ z-index: 9000
+ padding-top: 55px
130
width: 80%
131
132
.corner_cover
0 commit comments