Skip to content

Commit

Permalink
revert some changes from contao#1823
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Jun 26, 2020
1 parent 11b2a59 commit 34cd111
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions core-bundle/src/Resources/contao/themes/flexible/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ a.tl_submit {
.w50 {
width:calc(50% - 30px);
float:left;
min-height:81px;
min-height:80px;
}
.long {
width:calc(100% - 30px); /* see #6320 */
Expand All @@ -528,15 +528,10 @@ a.tl_submit {
width:100%;
}
.m12 {
margin:0 15px;
padding:17px 0;
margin:17px 15px;
}
.cbx {
min-height:47px;
}
.cbx.m12 {
min-height:81px;
box-sizing: border-box;
min-height:46px;
}
.subpal {
clear:both;
Expand Down
Loading

0 comments on commit 34cd111

Please sign in to comment.