Commit 20c20b83 authored by Randall Leeds's avatar Randall Leeds

Simplify alignment of toolbar buttons

parent 3f7254f9
...@@ -203,6 +203,7 @@ $base-font-size: 14px; ...@@ -203,6 +203,7 @@ $base-font-size: 14px;
margin-top: 5px; margin-top: 5px;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
text-align: center;
height: 30px; height: 30px;
width: 30px; width: 30px;
...@@ -211,6 +212,7 @@ $base-font-size: 14px; ...@@ -211,6 +212,7 @@ $base-font-size: 14px;
border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;
border-right-style: none; border-right-style: none;
margin-top: 0; margin-top: 0;
padding-right: 6px;
width: 36px; width: 36px;
z-index: 1; z-index: 1;
} }
...@@ -228,15 +230,10 @@ $base-font-size: 14px; ...@@ -228,15 +230,10 @@ $base-font-size: 14px;
a { a {
@include single-transition(background-color, .25s, .25s); @include single-transition(background-color, .25s, .25s);
background: $white; background: $white;
color: $gray-light;
font-size: 18px; font-size: 18px;
padding: 1px 6px;
line-height: 28px; line-height: 28px;
top: -1px; padding: 5px;
left: -1px;
position: absolute;
color: $gray-light;
text-decoration: none; text-decoration: none;
} }
......
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