14 lines
224 B
CSS
14 lines
224 B
CSS
#content-order-button {
|
|
display: inline;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.filter-items #content-order-button {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#content-order-button a {
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
} |