Merge pull request #3684 from rashidkpc/tweaks/vis-editor-spacing

Reduce padding and margins in vis editor
This commit is contained in:
Lukas Olson 2015-04-29 16:34:59 -07:00
commit 3182aca566

View file

@ -19,6 +19,10 @@
}
}
.btn-xs {
line-height: 1.3;
}
navbar {
.bitty-modal-container {
position: relative;
@ -94,6 +98,10 @@
> .vis-edit-sidebar-buttons {
.flex(0, 0, auto)
}
label {
margin-bottom: 0px;
}
}
}
@ -103,6 +111,7 @@
border: inherit !important;
background-color: @gray-lighter;
margin-bottom: 5px;
padding: 2px 5px !important;
}
.sidebar-item-title:hover {