Fixed css of select, input and textarea html tags in main.css.
This commit is contained in:
parent
87aa333bd8
commit
f2eb39de21
@ -52,7 +52,7 @@ section {
|
||||
|
||||
.heading {}
|
||||
|
||||
form.container-fluid div.row input,
|
||||
/*form.container-fluid div.row input,
|
||||
form.container-fluid div.row select,
|
||||
form.container-fluid div.row textarea{
|
||||
font-size: .75rem;
|
||||
@ -82,6 +82,38 @@ form.container-fluid div.row select:focus,
|
||||
form.container-fluid div.row textarea:focus{
|
||||
border: 2px solid #c8c8c8;
|
||||
outline: none;
|
||||
}*/
|
||||
|
||||
form div.row input,
|
||||
form div.row select,
|
||||
form div.row textarea{
|
||||
font-size: .75rem;
|
||||
font-family: inherit;
|
||||
padding-left: 0.50rem;
|
||||
background-color: #fff;
|
||||
border: 1px solid #c8c8c8;
|
||||
border-top-right-radius: 0.25rem;
|
||||
border-bottom-right-radius: 0.25rem;
|
||||
}
|
||||
|
||||
form div.row select,
|
||||
form div.row input[type=text],
|
||||
form div.row input[type=password]{
|
||||
min-width: 12rem;
|
||||
max-width: 12rem;
|
||||
}
|
||||
|
||||
form div.row input[type="checkbox"],
|
||||
form div.row input[type="radio"]
|
||||
{
|
||||
margin-left: -1.5rem !important;
|
||||
}
|
||||
|
||||
form div.row input:focus,
|
||||
form div.row select:focus,
|
||||
form div.row textarea:focus{
|
||||
border: 2px solid #c8c8c8;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.input-group-text {
|
||||
@ -93,7 +125,7 @@ form.container-fluid div.row textarea:focus{
|
||||
max-width: 3.5rem;
|
||||
}
|
||||
|
||||
.input-group div.toggle{
|
||||
/*.input-group div.toggle{
|
||||
min-height: 2rem !important;
|
||||
max-height: 2rem !important;
|
||||
}
|
||||
@ -101,12 +133,11 @@ form.container-fluid div.row textarea:focus{
|
||||
.input-group-text.input-group-toggle{
|
||||
font-size: .75rem;
|
||||
min-width: 11.5rem;
|
||||
/* max-width: 12rem; */
|
||||
}
|
||||
}*/
|
||||
|
||||
.input-group div.toggle-group span{
|
||||
/*.input-group div.toggle-group span{
|
||||
padding-top: 0.2rem;
|
||||
}
|
||||
}*/
|
||||
|
||||
.input-group-text.input-group-text-right,
|
||||
.input-group-input input[type="submit"].input-group-text-right
|
||||
@ -360,6 +391,11 @@ form div.note-editable iframe{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
div.card-footer{
|
||||
margin-top: 20px;
|
||||
/* margin-bottom: 25px; */
|
||||
}
|
||||
|
||||
/*div.container-fluid form.form-inline.container-fluid div.input-group input.BUTTON{
|
||||
display: none;
|
||||
}*/
|
||||
|
Loading…
Reference in New Issue
Block a user