8 lines
148 B
CSS
8 lines
148 B
CSS
|
.jumpto input {
|
||
|
height: 31px;
|
||
|
width: 50px;
|
||
|
margin-left: 5px;
|
||
|
margin-right: 5px;
|
||
|
text-align: center;
|
||
|
display: inline-block;
|
||
|
}
|