Commit 4c6fb7d7 by Adolfo R. Brandes

Equalize separator heights in the sidebar buttons

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.
parent cc1be4bb
......@@ -502,6 +502,7 @@
float: right;
margin: 0;
padding-right: -5px;
padding-top: 5px;
}
}
......@@ -536,10 +537,6 @@
display: block;
}
.xblock--drag-and-drop .reset-button {
margin-top: 3px;
}
/*** ACTIONS TOOLBAR END ***/
/*** KEYBOARD HELP ***/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment