From a037ad72f722ba61acee49d84e1ea7a8f11c6942 Mon Sep 17 00:00:00 2001 From: trungch Date: Thu, 7 Apr 2016 11:14:42 +0700 Subject: [PATCH] Fix break layout when insert a module position on BS2 Break layout when insert a module position on BS2 --- .../base/less/frontend-edit.less | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) 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