Skip to content

Commit 63fc1fa

Browse files
committed
Merge branch 'master' of github.com:Bushido/kandan into style_fix
2 parents c2afda3 + a373e32 commit 63fc1fa

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,13 @@ Just click launch on here https://bushi.do/apps/new?app=kandan; you and your tea
3636
Looking for community help here
3737

3838
## Heroku
39-
The following should work reliably on Heroku:
39+
You'll need to have the [heroku gem](https://github.com/heroku/heroku) installed and to have an existing heroku account. Assuming that, this should work reliably on Heroku:
4040

4141
git clone https://github.com/Bushido/kandan.git
4242
cd kandan
4343
heroku create --stack cedar
4444
git push heroku master
45-
heroku run rake db:migrate kandan:bootstrap
46-
heroku open
45+
heroku run rake db:migrate kandan:bootstrap && heroku open
4746

4847

4948
Your app should be up and running now. The admin email by default is `admin@kandan.me` with password `kandanadmin`, or you can sign up as another user.

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)