first commit
This commit is contained in:
30
admin/assets/css/form-field.css
Normal file
30
admin/assets/css/form-field.css
Normal file
@@ -0,0 +1,30 @@
|
||||
.formipay-label {
|
||||
width: 100%;
|
||||
font-weight: bold;
|
||||
font-size: smaller;
|
||||
margin-bottom: 3px
|
||||
}
|
||||
.formipay-input {
|
||||
width: 100%;
|
||||
padding-right: 1em!important;
|
||||
padding-left: 1em!important;
|
||||
}
|
||||
.formipay-input:not([type=radio]):not([type=checkbox]){
|
||||
min-height: 30px;
|
||||
}
|
||||
.formipay-select {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
padding-right: 1em!important;
|
||||
padding-left: 1em!important;
|
||||
}
|
||||
.formipay-inline-desc {
|
||||
font-size: 12px;
|
||||
color: #666666;
|
||||
}
|
||||
.repeater-child-input:first-child .delete-option {
|
||||
display: none;
|
||||
}
|
||||
.top-40 {
|
||||
top: 40px!important;
|
||||
}
|
||||
Reference in New Issue
Block a user