
| Current Path : /var/www/html/c12park/web/modules/contrib/webform/css/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/c12park/web/modules/contrib/webform/css/webform.admin.tabledrag.css |
/**
* @file
* Tabledrag styles.
*/
.tabledrag-toggle-weight-wrapper {
position: relative;
}
.tabledrag-toggle-weight-wrapper button {
position: absolute;
top: -2.5em;
right: 0;
}
[dir="rtl"] .tabledrag-toggle-weight-wrapper button {
right: inherit;
left: 0;
}
@media screen and (max-width: 960px) {
.tabledrag-toggle-weight-wrapper {
float: right;
}
.tabledrag-toggle-weight-wrapper button {
position: static;
top: inherit;
right: inherit;
}
}
.webform-tabledrag-hide {
display: none;
}