2026-07-05 18:48:33 -05:00
|
|
|
/**
|
|
|
|
|
* MokoSuiteBackup — admin styles (loaded via the Joomla Web Asset Manager).
|
|
|
|
|
*/
|
|
|
|
|
|
2026-07-05 19:04:05 -05:00
|
|
|
/* Add/Edit Destination modal.
|
2026-07-05 19:15:49 -05:00
|
|
|
* The modal content is wrapped in a Bootstrap .container-fluid because
|
|
|
|
|
* Bootstrap's .modal-content has no padding of its own. Give that container a
|
|
|
|
|
* single, comfortable 1rem frame and drop the inner sections' horizontal padding
|
|
|
|
|
* so it isn't doubled. */
|
|
|
|
|
#remoteModal .modal-content > .container-fluid {
|
2026-07-05 19:04:05 -05:00
|
|
|
padding: 1rem;
|
2026-07-05 18:48:33 -05:00
|
|
|
}
|
|
|
|
|
|
2026-07-05 19:15:49 -05:00
|
|
|
#remoteModal .modal-header,
|
|
|
|
|
#remoteModal .modal-body,
|
|
|
|
|
#remoteModal .modal-footer {
|
2026-07-05 19:04:05 -05:00
|
|
|
padding-left: 0;
|
|
|
|
|
padding-right: 0;
|
2026-07-05 18:48:33 -05:00
|
|
|
}
|
|
|
|
|
|
2026-07-05 19:15:49 -05:00
|
|
|
#remoteModal .modal-body .row + .row,
|
|
|
|
|
#remoteModal .remote-type-fields {
|
2026-07-05 18:48:33 -05:00
|
|
|
margin-top: 0.25rem;
|
|
|
|
|
}
|
|
|
|
|
|
2026-07-05 19:15:49 -05:00
|
|
|
#remoteModal hr {
|
2026-07-05 19:04:05 -05:00
|
|
|
margin: 1rem 0;
|
2026-07-05 18:48:33 -05:00
|
|
|
opacity: 0.12;
|
|
|
|
|
}
|
|
|
|
|
|
2026-07-05 19:15:49 -05:00
|
|
|
#remoteModal .form-label {
|
2026-07-05 18:48:33 -05:00
|
|
|
margin-bottom: 0.35rem;
|
|
|
|
|
}
|