Commit b2f245f6 authored by Randall Leeds's avatar Randall Leeds

better magicontrol css and slight control spacing

more margin between controls
parent abe74133
......@@ -639,21 +639,23 @@ blockquote {
//MAGICONTROLS////////////////////////////////
.magicontrols {
@include pie-clearfix;
background-color: $bodyBackground;
& > * {
display: inline-block;
padding-right: .3em;
padding-right: 1em;
}
&.pull-right > * {
@extends .pull-right;
padding-left: .3em;
padding-right: 0;
&.pull-right {
text-align: right;
& > * {
padding-left: 1em;
padding-right: 0;
}
}
&.show, .show {
& > .show {
@include transition(max-height, opacity);
@include transition-delay(.15s);
@include transition-duration(1.05s);
......
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