Commit 8793b002 authored by Jehan Tremback's avatar Jehan Tremback

fixed up tri icon, removed crazy padding off tabbar, working on sheet- need to add wrapper

parent 1d75accb
h/images/tri-left.png

7.34 KB | W: | H:

h/images/tri-left.png

7.81 KB | W: | H:

h/images/tri-left.png
h/images/tri-left.png
h/images/tri-left.png
h/images/tri-left.png
  • 2-up
  • Swipe
  • Onion skin
h/images/tri-right.png

7.18 KB | W: | H:

h/images/tri-right.png

7.28 KB | W: | H:

h/images/tri-right.png
h/images/tri-right.png
h/images/tri-right.png
h/images/tri-right.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -88,8 +88,8 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } ...@@ -88,8 +88,8 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
border: solid thin $grayLighter; border: solid thin $grayLighter;
margin-top: 2.5em; margin-top: 2.5em;
padding: 1em; padding: 1em;
position: absolute; margin-left: 1em;
width: 100%; margin-right: 1em;
z-index: 4; z-index: 4;
&.hyp-collapsed { &.hyp-collapsed {
...@@ -160,11 +160,9 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } ...@@ -160,11 +160,9 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
.tab { .tab {
@include icon("tri-left.png"); @include icon("tri-left.png");
display: inline-block; display: inline-block;
width: 1.7em; width: 1.5em;
height: 1.7em; height: 1.5em;
margin: .3em; margin: .4em;
margin-left: .2em;
margin-bottom: .4em;
cursor: pointer; cursor: pointer;
} }
......
...@@ -275,7 +275,6 @@ form, .form-vertical { ...@@ -275,7 +275,6 @@ form, .form-vertical {
.tabbar { .tabbar {
@include pie-clearfix; @include pie-clearfix;
padding-top: 5em;
a { a {
cursor: pointer; cursor: pointer;
float: left; float: left;
......
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