[Frontend] Sanding and polishing on common front-end elements

WTD-1048
Originally did a lot of this work in warp1048 by mistake
This commit pulls in all /platform-only changes from that branch
Mods are mostly related to WTD-1046 specifically, but also touch toolbar and buttons
This commit is contained in:
Charles Hacskaylo
2015-03-20 16:37:42 -07:00
parent 988f539ee1
commit 8018c8f42e
14 changed files with 399 additions and 293 deletions

View File

@@ -144,7 +144,7 @@
.btn-set,
.t-btn {
display: inline-block;
margin-left: $interiorMargin;
// margin-left: $interiorMargin;
}
.btn,
.t-btn {
@@ -163,11 +163,12 @@
}
}
.control-group {
.l-control-group {
// Buttons that have a conceptual grouping - internal space between, and a divider between groups.
// @include test();
@include box-sizing(border-box);
border-left: 1px solid $colorInteriorBorder;
display: inline-block;
padding: 0 $interiorMargin;
position: relative;
&:first-child {
@@ -295,7 +296,7 @@ label.checkbox.custom {
.btn-menu {
$h: 20px;
$p: $interiorMargin;
$p: $interiorMargin * 2;
$c: $colorBodyFg;
@include btnSubtle($colorBodyBg);
height: $h;