Skip to content

Commit

Permalink
Bugfix z-index on page_parts links
Browse files Browse the repository at this point in the history
  • Loading branch information
Brice Sanchez committed Jul 4, 2016
1 parent 48be3ba commit 7af4c3f
Showing 1 changed file with 25 additions and 15 deletions.
40 changes: 25 additions & 15 deletions core/app/assets/stylesheets/refinery/sections/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1037,29 +1037,39 @@ a img {
}

/* page parts */

ul#page_parts,
ul#page_parts_controls {
margin: 0;
padding: 0;
}

ul#page_parts {
float: left;
width: 92%;
z-index: 1;
}
ul#page_parts, ul#page_parts_controls {
margin: 0;
padding: 0;
}

ul#page_parts_controls {
float: right;
margin: 20px 3px 0 0;
z-index: 2;

li {
list-style: none;
float: right;
margin: 0 3px;

a {
border: 0px none;
}

img {
vertical-align: middle;
}
}
}
ul#page_parts_controls li {
list-style: none;
float: right;
margin: 0 3px;
}
ul#page_parts_controls li a {
border: 0px none;
}
ul#page_parts_controls img {
vertical-align: middle;
}

#page-tabs.ui-sortable.reordering {
li {
cursor: move;
Expand Down

0 comments on commit 7af4c3f

Please sign in to comment.