Commit 5dfff5a3 authored by Randall Leeds's avatar Randall Leeds

restore sane padding to the toolbar

What's the content-box business about, @jtremback?
It makes the padding on the toolbar useless (at least in the
horizontal). Removing it makes the margin on the tinyman
unnecessary.

Also, there's no need for the clearfix. The toolbar already has
a table display to make vertical-alignment work better in the
contained
parent 2f2ed0ee
......@@ -226,7 +226,6 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
//TOOL BAR
#toolbar {
@include pie-clearfix;
@include smallshadow;
background: white;
border: 1px solid $grayLighter;
......@@ -238,9 +237,6 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
position: absolute;
width: 100%;
z-index: 5;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
.tri {
@include icon("tri-left.png");
......@@ -259,7 +255,6 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
}
.tinyman {
margin-right: 1em;
border-left: 1px solid $grayLighter;
border-right: 1px solid $grayLighter;
padding: 0 .3em;
......
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