Commit 79c78cbc by marco

made firefox input number increment objects positioned as % to respond to page size accordingly

parent 7641e128
...@@ -686,7 +686,7 @@ body.course.unit { ...@@ -686,7 +686,7 @@ body.course.unit {
} }
select { select {
@include box-shadow(0 1px 2px $shadow-l1 inset); //@include box-shadow(0 1px 2px $shadow-l1 inset);
&:focus { &:focus {
@include box-shadow(0 0 1px $shadow); @include box-shadow(0 0 1px $shadow);
......
...@@ -5,7 +5,7 @@ div.number-spin-btn-container { ...@@ -5,7 +5,7 @@ div.number-spin-btn-container {
vertical-align: middle; vertical-align: middle;
margin: 0 0 0 3px; margin: 0 0 0 3px;
padding: 0; padding: 0;
right: 74px; left: 74%;
top: 6px; top: 6px;
} }
...@@ -17,7 +17,7 @@ div.number-spin-btn { ...@@ -17,7 +17,7 @@ div.number-spin-btn {
border-color: #ededed #777777 #777777 #ededed; border-color: #ededed #777777 #777777 #ededed;
border-style: solid; border-style: solid;
background-color: #eeeeee; background-color: #eeeeee;
width: 1.2em; width: 1em;
font-size: 14px; } font-size: 14px; }
div.number-spin-btn:hover { div.number-spin-btn:hover {
/* added blue hover color */ /* added blue hover color */
......
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