diff --git a/source/plg_system_t3/base/less/frontend-edit.less b/source/plg_system_t3/base/less/frontend-edit.less index 715cd66e8f..9d926ff0b8 100644 --- a/source/plg_system_t3/base/less/frontend-edit.less +++ b/source/plg_system_t3/base/less/frontend-edit.less @@ -247,4 +247,37 @@ fieldset.radio.btn-group { width: 16px; color: #333; } +} + +// Frontend Edit Elements +// --------------------------------------- +.window { + &.view-modules { + + .well { + .control-label { + display: inline-block; + } + + .controls { + display: inline-block; + vertical-align: middle; + margin-left: 10px; + } + } + + .control-group:after { + content: ""; + clear: both; + display: table; + } + + #filter-bar { + margin-bottom: 10px; + + .btn-group button { + margin-top: 0; + } + } + } } \ No newline at end of file