mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-24 00:31:07 +00:00
13 lines
387 B
CSS
13 lines
387 B
CSS
.siteorigin-widget-field-type-order .siteorigin-widget-order-items .siteorigin-widget-order-item {
|
|
display: block;
|
|
max-width: 200px;
|
|
background-color: #f4f4f4;
|
|
margin-bottom: 2px;
|
|
padding: 4px 6px;
|
|
cursor: move;
|
|
border: 1px solid #e0e0e0;
|
|
}
|
|
.siteorigin-widget-field-type-order .siteorigin-widget-order-items .siteorigin-widget-order-item:last-child {
|
|
margin-bottom: 0;
|
|
}
|