fix action-label spacing

This commit is contained in:
Felix Niklas 2015-09-25 13:21:05 +02:00
parent 0c7be7c346
commit 01f5669604

View file

@ -6178,6 +6178,10 @@ output {
margin-left: -9px; margin-left: -9px;
margin-right: -9px; margin-right: -9px;
} }
h2, h3 {
margin-bottom: 0;
}
.action-block, .action-block,
.action-controls, .action-controls,
@ -6188,11 +6192,6 @@ output {
h3:first-child { h3:first-child {
margin-top: 0; margin-top: 0;
} }
h2:only-child,
h3:only-child {
margin-bottom: 0;
}
} }
.action-block { .action-block {
@ -6218,7 +6217,9 @@ output {
padding: 5px 10px; padding: 5px 10px;
margin-right: -25px; margin-right: -25px;
margin-top: -4px; margin-top: -4px;
margin-bottom: -5px;
color: hsl(197,16%,65%); color: hsl(197,16%,65%);
cursor: default;
} }
.action-flow-icon { .action-flow-icon {