Co-authored-by: Fenris Wolf <fenris@folksprak.org> Co-committed-by: Fenris Wolf <fenris@folksprak.org>
35 lines
434 B
CSS
35 lines
434 B
CSS
.widget-special_number_input-controls
|
|
{
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.widget-special_number_input-controls > *
|
|
{
|
|
display: inline-block;
|
|
}
|
|
|
|
.widget-special_number_input-button
|
|
{
|
|
padding: 4px 4px;
|
|
margin: 0;
|
|
|
|
cursor: pointer;
|
|
}
|
|
|
|
.widget-special_number_input-label
|
|
{
|
|
display: block;
|
|
|
|
font-size: 0.75em;
|
|
/*
|
|
text-transform: uppercase;
|
|
*/
|
|
}
|
|
|
|
.widget-special_number_input-input
|
|
{
|
|
max-width: 40px;
|
|
margin: 0;
|
|
text-align: center;
|
|
}
|