Files
ultimatemember/assets/css/admin/builder-rtl.css
T

38 lines
547 B
CSS
Raw Normal View History

2015-04-07 20:10:23 +02:00
.um-admin-drag-ctrls-demo.um-admin-drag-ctrls {
2023-11-09 13:47:49 +02:00
left: 12px;
2024-03-27 15:27:06 +02:00
right: auto;
}
2015-04-07 20:10:23 +02:00
.um-admin-drag-row-icons {
2023-11-09 13:47:49 +02:00
left: 0;
2024-03-27 15:27:06 +02:00
right: auto;
}
.um-admin-drag-row-icons a {
float: right;
}
2015-04-07 20:10:23 +02:00
.um-admin-drag-ctrls.columns {
2023-11-09 13:47:49 +02:00
right: 0 !important;
2024-03-27 15:27:06 +02:00
left: auto;
}
.um-admin-drag-ctrls.columns a {
float: right;
}
2015-04-07 20:10:23 +02:00
.um-admin-drag-rowsub-icons {
2023-11-09 13:47:49 +02:00
right: auto;
2024-03-27 15:27:06 +02:00
left: 0;
}
2015-04-07 20:10:23 +02:00
.um-admin-drag-fld-icons {
2024-03-27 15:27:06 +02:00
float: left;
}
.um-admin-drag-fld-icons a {
float: right;
}
2023-11-09 13:47:49 +02:00
.um-admin-drag-fld-title,
.um-admin-drag-fld-type {
float: right;
2024-03-27 15:27:06 +02:00
margin: 0 20px 0 0;
}