Skip to content

Commit

Permalink
Merge pull request #2318 from samvera/coll-2317
Browse files Browse the repository at this point in the history
move manager, depositor, viewers to just below where they are selected.
  • Loading branch information
elrayle authored Dec 9, 2017
2 parents 0c8763c + 5021b26 commit 3fe6c5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion app/assets/stylesheets/hyrax/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,19 @@ body.dashboard {
}
}

/* This is needed in Chrome for the admin/admin_sets edit view to render the participants tab
/* This is needed in Chrome for the admin/admin_sets edit view AND the collection
* sharing edit view to render the participants tab
* Without this the contents of that tab flow off the right-hand side of the screen
* (The other containers on that page have `float: left` except for the fieldset.)
*/
.admin-set-participants {
float: left;
}

.collection-sharing {
float: left;
}

.main-header {
margin-bottom: 0;
margin-top: 0;
Expand Down
2 changes: 1 addition & 1 deletion app/views/hyrax/dashboard/collections/_form_share.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<% end %>
<% end %>

<fieldset>
<fieldset class="collection-sharing">
<legend><%= t(".current_shared") %></legend>
<%= render 'form_share_table', access: 'managers', filter: :manage? %>
<%= render 'form_share_table', access: 'depositors', filter: :deposit? %>
Expand Down

0 comments on commit 3fe6c5f

Please sign in to comment.