Skip to content

Commit

Permalink
Fix break layout when insert a module position on BS2
Browse files Browse the repository at this point in the history
Break layout when insert a module position on BS2
  • Loading branch information
trungch committed Apr 7, 2016
1 parent a244d96 commit a037ad7
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions source/plg_system_t3/base/less/frontend-edit.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
}

0 comments on commit a037ad7

Please sign in to comment.