Skip to content

Commit

Permalink
Merge branch 'master' into workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Oct 25, 2016
2 parents c1e2259 + 8e4fdb6 commit 81cb7b9
Show file tree
Hide file tree
Showing 28 changed files with 157 additions and 450 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
matrix:
- RAILS_VERSION=4.2.7
- RAILS_VERSION=4.2.7.1
RDF_VERSION=1.99.1
- RAILS_VERSION=5.0.0
- RAILS_VERSION=5.0.0.1
RDF_VERSION=2.1.0
notifications:
irc:
Expand Down
18 changes: 18 additions & 0 deletions app/assets/stylesheets/curation_concerns/_admin.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
@mixin widget-partial($col: 12) {
@include make-sm-column(12);
@include make-md-column($col);
.partial-wrapper {
@extend .panel;
@extend .panel-default;
}
}

.partial-total_objects {
@include widget-partial;
}
.partial-total_objects_charts {
@include widget-partial(6);
}
.partial-total_embargo_visibility {
@include widget-partial(6);
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
@import "curation_concerns/typography";
@import 'hydra-editor/multi_value_fields';
@import 'curation_concerns/fileupload';
@import 'curation_concerns/admin';
141 changes: 0 additions & 141 deletions app/assets/stylesheets/curation_concerns/admin.scss

This file was deleted.

Loading

0 comments on commit 81cb7b9

Please sign in to comment.