Vertically Alligned
|
input{
width: auto;
border-radius: 4px;
height: 34px;
padding: 6px 12px;
background-color: #fff;
border: 1px solid #CCC;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
float: left;
}
If you need help, please e-mail the PX Team or send us a message on Microsoft Teams. |