better button alignment.

This commit is contained in:
saman bb
2013-06-01 21:39:58 -04:00
parent 539b28b3dc
commit a286379080

View File

@@ -1247,7 +1247,6 @@ input[type=number] {
.spin-control {
width: 20%;
height: 29px;
border-left: 1px solid #CCC;
display: inline-block;
margin-left: -20%;
margin-bottom: -11px;
@@ -1255,14 +1254,13 @@ input[type=number] {
}
.spin-control button {
right: 1px;
position: relative;
float: left;
height: 100%;
width: 50%;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
border-radius: 0;
border-left: 0;
background: rgba(0, 0, 0, 0);
}