More tweeks to the amp

This commit is contained in:
Kyle Fiedler
2012-04-25 21:38:55 -04:00
parent 6362977ace
commit 3464e8bca9
2 changed files with 7 additions and 1 deletions

View File

@@ -3818,7 +3818,10 @@ section.tool-wrapper div#controlls-container {
box-shadow: 1px 0 0 #004355, inset 0 0 0 4px #06323d; }
section.tool-wrapper div#controlls-container div.graph-controls {
padding: 22.652px 0 22.652px;
border-bottom: 1px solid #05232b; }
border-bottom: 1px solid #05232b;
-webkit-box-shadow: 0 1px 0 #083e4b;
-moz-box-shadow: 0 1px 0 #083e4b;
box-shadow: 0 1px 0 #083e4b; }
section.tool-wrapper div#controlls-container div.graph-controls div.music-wrapper, section.tool-wrapper div#controlls-container div.graph-controls div.inputs-wrapper {
float: left;
width: 47.207%; }
@@ -3981,6 +3984,7 @@ section.tool-wrapper div#controlls-container div.schematic-sliders div.slider-la
section.tool-wrapper div#controlls-container div.schematic-sliders div.slider-label {
margin-bottom: 11.326px;
font-weight: bold;
text-shadow: 0 -1px 0 #021014;
-webkit-font-smoothing: antialiased; }
section.tool-wrapper div#controlls-container div.schematic-sliders div.slider {
margin-bottom: 22.652px; }

View File

@@ -32,6 +32,7 @@ section.tool-wrapper {
div.graph-controls {
padding: lh() 0 lh();
border-bottom: 1px solid darken(#073642, 5%);
@include box-shadow(0 1px 0 lighten(#073642, 2%));
@extend .clearfix;
div.music-wrapper, div.inputs-wrapper {
@@ -138,6 +139,7 @@ section.tool-wrapper {
div.slider-label {
margin-bottom: lh(0.5);
font-weight: bold;
text-shadow: 0 -1px 0 darken(#073642, 10%);
-webkit-font-smoothing: antialiased;
}