Skip to content

Commit

Permalink
First pass at using an additional block and positioning for the statu…
Browse files Browse the repository at this point in the history
…s column
  • Loading branch information
mtribone committed Mar 31, 2016
1 parent 26341b1 commit 2cf163c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/sufia/_form-progress.scss
@@ -1,5 +1,11 @@
.sidebar-wrapper {
position: relative;
}
aside.form-progress {
background-color: $classic-white;
border: 2px solid $gray-darker;
margin-right: 1em;
position: fixed;

ul.requirements {
list-style-type: none;
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/sufia/_styles.scss
Expand Up @@ -31,7 +31,7 @@ button {
background: $footer-bg;
clear: both;
color: $footer-color;
margin-top: 2em;
margin-top: 12em;
padding: 1em;
min-height: 4em;
}
Expand Down
2 changes: 2 additions & 0 deletions app/views/curation_concerns/base/_form_progress.html.erb
@@ -1,3 +1,4 @@
<div class="sidebar-wrapper">
<aside class="form-progress">
<h2>Save Work</h2>
<h3>Requirements</h3>
Expand Down Expand Up @@ -56,3 +57,4 @@
<%= f.submit 'Save', class: 'btn btn-primary', onclick: "confirmation_needed = false;", id: "with_files_submit", name: "save_with_files" %>
</div>
</aside>
</div>

0 comments on commit 2cf163c

Please sign in to comment.