Skip to content

Commit

Permalink
Fixes CSS issues that came after the switch to assets pipelining.
Browse files Browse the repository at this point in the history
We need to bring our own bootstraps because we're using cutoms version of the lib (reason why we have the less files in /doc/), so we can't rely on saas-botstrap.
  • Loading branch information
Frédéric de Villamil committed Nov 8, 2013
1 parent a4dc69f commit fe23e29
Show file tree
Hide file tree
Showing 7 changed files with 6,321 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Expand Up @@ -51,8 +51,6 @@ gem 'twitter'
gem "jquery-rails", "~> 3.0.4"
gem "jquery-ui-rails", "~> 4.0.4"

gem 'bootstrap-sass', '~> 2.3.2.1'

# Growler replacement
gem "gritter", "~> 1.0.3"

Expand Down
2 changes: 2 additions & 0 deletions app/assets/stylesheets/accounts.css
@@ -1,3 +1,5 @@
@import "bootstrap-accounts";

body {
padding-top: 120px;
}
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/administration_structure.css.scss
Expand Up @@ -184,7 +184,7 @@ a.delete:focus {
}

.icon-large {
background-image: image-url("../images/admin/glyphicons-large.png");
background-image: image-url("admin/glyphicons-large.png");
background-position: 24px 24px;
background-repeat: no-repeat;
display: inline-block;
Expand Down
9 changes: 9 additions & 0 deletions app/assets/stylesheets/bootstrap-accounts.css

Large diffs are not rendered by default.

0 comments on commit fe23e29

Please sign in to comment.