Skip to content

Commit

Permalink
Equalize separator heights in the sidebar buttons
Browse files Browse the repository at this point in the history
Fix padding on the reset button so that all separators on the sidebar
end up with the same height, and add padding to the top of the sidebar
container to distance the separators from the top edge.
  • Loading branch information
arbrandes committed Sep 20, 2016
1 parent cc1be4b commit 4c6fb7d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions drag_and_drop_v2/public/css/drag_and_drop.css
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@
float: right;
margin: 0;
padding-right: -5px;
padding-top: 5px;
}
}

Expand Down Expand Up @@ -536,10 +537,6 @@
display: block;
}

.xblock--drag-and-drop .reset-button {
margin-top: 3px;
}

/*** ACTIONS TOOLBAR END ***/

/*** KEYBOARD HELP ***/
Expand Down

0 comments on commit 4c6fb7d

Please sign in to comment.