Modified main css of qware template
This commit is contained in:
parent
b7f1d5bc9b
commit
3efd6eed07
@ -3,8 +3,14 @@
|
|||||||
#fmtextinfo.form.container-fluid div.row p.input-group textarea.form{
|
#fmtextinfo.form.container-fluid div.row p.input-group textarea.form{
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
/* font: 0.8em 'Open Sans', sans-serif; */
|
||||||
|
}
|
||||||
|
#data div.tab-content.container-fluid div.card form div.input-group div.input-group-prepend span.input-group-text{
|
||||||
|
font: 1em 'Open Sans', sans-serif;
|
||||||
|
}
|
||||||
|
#data div.tab-content.container-fluid div.input-group{
|
||||||
|
/* font: 0.8em 'Open Sans', sans-serif; */
|
||||||
}
|
}
|
||||||
|
|
||||||
#data div.tab-content.container-fluid form select{
|
#data div.tab-content.container-fluid form select{
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
@ -1102,12 +1108,25 @@ form#authSession.form div.input-group-prepend span i.fa{
|
|||||||
/* background: #CACACA; */
|
/* background: #CACACA; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#data div.tab-content.container-fluid div.card{
|
||||||
|
padding-left: 3px !important;
|
||||||
|
padding-right: 3px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#data div.tab-content.container-fluid div.card form.form-input label.btn.btn-danger.btn-xs.toggle-off,
|
||||||
|
#data div.tab-content.container-fluid div.card form.form-input label.btn.btn-success.btn-xs.toggle-on{
|
||||||
|
font: 0.8em 'Open Sans', sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
#data div.tab-content.container-fluid form.form-input div.toggle.btn.btn-xs.float-right{
|
||||||
|
max-height: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
/****************************/
|
/****************************/
|
||||||
/***ADMIN NEWS actionAdmin***/
|
/***ADMIN NEWS actionAdmin***/
|
||||||
/****************************/
|
/****************************/
|
||||||
#data table.dataTable{
|
#data table.dataTable{
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#data table.dataTable span.fa{
|
#data table.dataTable span.fa{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user