Fixed bug with the calculator

This commit is contained in:
Kyle Fiedler
2012-03-28 15:09:05 -04:00
parent 230ea1e650
commit b288ec50f3
2 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
li.calc-main {
bottom: 0;
bottom: -36px;
left: 0;
position: fixed;
width: 100%;
@@ -16,6 +16,8 @@ li.calc-main {
padding: 8px 12px;
width: 16px;
height: 20px;
position: relative;
top: -36px;
&:hover {
opacity: .8;
@@ -28,6 +30,8 @@ li.calc-main {
div#calculator_wrapper {
background: rgba(#111, .9);
position: relative;
top: -36px;
clear: both;
form {