diff --git a/README.md b/README.md index 7004a622..c73dd79b 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,13 @@ Just click launch on here https://bushi.do/apps/new?app=kandan; you and your tea Looking for community help here ## Heroku -The following should work reliably on Heroku: +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: git clone https://github.com/Bushido/kandan.git cd kandan heroku create --stack cedar git push heroku master - heroku run rake db:migrate kandan:bootstrap - heroku open + heroku run rake db:migrate kandan:bootstrap && heroku open 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. diff --git a/app/assets/stylesheets/_base.sass b/app/assets/stylesheets/_base.sass index 12dabb68..5d193ab7 100644 --- a/app/assets/stylesheets/_base.sass +++ b/app/assets/stylesheets/_base.sass @@ -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 diff --git a/app/assets/stylesheets/_chat_area.sass b/app/assets/stylesheets/_chat_area.sass index d40d559d..3cc0b1d0 100644 --- a/app/assets/stylesheets/_chat_area.sass +++ b/app/assets/stylesheets/_chat_area.sass @@ -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