Skip to content

Commit e1eda00

Browse files
authored
Fix style for formio (border, form-group, etc ...)
1 parent af822f9 commit e1eda00

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

OpenFlow/src/public/Form.html

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22
.alert-alert-success {
33
display: none !important;
44
}
5+
.form-group {
6+
margin-bottom: 0 !important;
7+
}
8+
.card {
9+
margin: 0 !important;
10+
padding: 1.5rem !important;
11+
}
12+
.text-light {
13+
padding-left: 1.5rem !important;
14+
}
15+
.card-header {
16+
padding-bottom: 1.5rem !important;
17+
padding-top: 0.5rem !important;
18+
border-radius: 0.5rem 0.5rem 0 0 !important;
19+
}
20+
.border {
21+
border-radius: 0.5rem !important;
22+
}
23+
.formio-component-button {
24+
padding-left: 1rem !important;
25+
}
526
</style>
627
<div ng-show="ctrl.errormessage != ''"" class=" alert alert-danger" role="alert">{{ctrl.errormessage}}</div>
728
<div ng-show="ctrl.message != ''"" class=" alert alert-primary" role="alert">{{ctrl.message}}</div>
@@ -10,4 +31,4 @@
1031
</div>
1132
<div id='formio' ng-show="ctrl.form.fbeditor!=true">
1233
</div>
13-
</form>
34+
</form>

0 commit comments

Comments
 (0)