Sha256: 742ff2aac319422cf90753aa89640fab8c75f858a3017caa824a46d360c087fc

Contents?: true

Size: 1.27 KB

Versions: 30

Compression:

Stored size: 1.27 KB

Contents

// Place all the styles related to the home controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

body{
  font-family: Arial;
  color: #555;
  text-align: left;
}

#main, #navigation, #notice, #title, #hints, #footnote{
  margin-top: 20px;
  width: 650px;
  margin: 0 auto;
}

#hints{
  margin-bottom: 60px;
  color: orange;
}

#footnote{
  font-size: 0.8em;
  margin-top: 10px;
  text-align: right;
}

h1#title{
  margin: 40px auto 40px;
  font-size: 20px;

  a{
    text-decoration: underline;
  }
}

#main{
  border: 1px solid #aaa;
  padding: 70px 10px 10px;
  width: 630px;
  height: 140px;
  text-align: center;
}

#notice{
  width: 630px;
  padding: 10px;
  background-color: orange;
  color: white;
}

.active{
  font-weight: bold;
}

a{
  text-decoration: none;
  font-weight: normal;
  color: #555;
}

ul{
  padding-left: 0;
  margin-left: 0;
  width: 100%;
}

li{
  display: inline-block;
  padding-right: 15px;
}

#toggle_ajaxify{
  float: right;
}

form{
  text-align: left;
  width: 100px;
  margin: 0 auto;
}


/* Ajaxify */

.ajaxify_loader{
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background-color: white;
  background-repeat: no-repeat;
  background-image: asset-url('ajax-loader.gif', image);
}

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
ajaxify_rails-0.9.7 spec/ajaxify_test/app/assets/stylesheets/home.css.scss
ajaxify_rails-0.9.6 spec/ajaxify_test/app/assets/stylesheets/home.css.scss
ajaxify_rails-0.9.5 spec/ajaxify_test/app/assets/stylesheets/home.css.scss
ajaxify_rails-0.9.4 spec/ajaxify_test/app/assets/stylesheets/home.css.scss
ajaxify_rails-0.9.3 spec/ajaxify_test/app/assets/stylesheets/home.css.scss
ajaxify_rails-0.9.2 spec/ajaxify_test/app/assets/stylesheets/home.css.scss
ajaxify_rails-0.9.1 spec/ajaxify_test/app/assets/stylesheets/home.css.scss
ajaxify_rails-0.9.0 spec/ajaxify_test/app/assets/stylesheets/home.css.scss
ajaxify_rails-0.8.9 spec/ajaxify_test/app/assets/stylesheets/home.css.scss
ajaxify_rails-0.8.8 spec/ajaxify_test/app/assets/stylesheets/home.css.scss
ajaxify_rails-0.8.7 spec/ajaxify_test/app/assets/stylesheets/home.css.scss
ajaxify_rails-0.8.6 spec/ajaxify_test/app/assets/stylesheets/home.css.scss
ajaxify_rails-0.8.5 spec/ajaxify_test/app/assets/stylesheets/home.css.scss
ajaxify_rails-0.8.4 spec/ajaxify_test/app/assets/stylesheets/home.css.scss
ajaxify_rails-0.8.3 spec/ajaxify_test/app/assets/stylesheets/home.css.scss
ajaxify_rails-0.8.2 spec/ajaxify_test/app/assets/stylesheets/home.css.scss
ajaxify_rails-0.8.1 spec/ajaxify_test/app/assets/stylesheets/home.css.scss
ajaxify_rails-0.8.0 spec/ajaxify_test/app/assets/stylesheets/home.css.scss
ajaxify_rails-0.7.8 spec/ajaxify_test/app/assets/stylesheets/home.css.scss
ajaxify_rails-0.7.7 spec/ajaxify_test/app/assets/stylesheets/home.css.scss