[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

@@ -33,7 +33,7 @@
.tool-bar {
bottom: auto;
height: $tbH;
line-height: $tbH - 2;
line-height: $ueEditToolBarButtonH;
}
.work-area {
top: $tbH + $interiorMargin * 2;

View File

@@ -1,7 +1,7 @@
.tool-bar {
border-bottom: 1px solid $colorInteriorBorder;
.control-group {
height: $ueEditToolBarH;
.l-control-group {
height: $ueEditToolBarButtonH;
}
input[type="text"] {
@include box-sizing(border-box);