Skip to content

Commit eeeb0ff

Browse files
author
Olivier Giulieri
committed
Margin adjustment to use Bootstrap 3.3.
1 parent 2e33f36 commit eeeb0ff

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

dist/css/evolutility.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,9 @@ label {
341341
border-right: 0 !important;
342342
width: 38%;
343343
}
344+
.evol-xpt-flds > fieldset {
345+
margin-left: 20px;
346+
}
344347
.evol-xpt-flds input[type="checkbox"] {
345348
clear: left;
346349
float: left;

dist/css/evolutility.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

less/action-export.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
border-right: 0 !important;
2424
width:@widthR1;
2525

26+
>fieldset{
27+
margin-left: 20px;
28+
}
29+
2630
input[type="checkbox"]{
2731
clear:left;
2832
float:left;

0 commit comments

Comments
 (0)