mirror of https://github.com/ColorlibHQ/gentelella
Bootstrap Updated
parent
2931d35f2e
commit
5d754d5865
|
@ -1485,12 +1485,13 @@ table.jambo_table tbody tr.selected td {
|
||||||
}
|
}
|
||||||
|
|
||||||
.dataTables_length {
|
.dataTables_length {
|
||||||
width: 40%;
|
width: auto;
|
||||||
float: left;
|
float: left;
|
||||||
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dataTables_filter {
|
.dataTables_filter {
|
||||||
width: 50%;
|
width: 59%;
|
||||||
float: right;
|
float: right;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@ -4701,6 +4702,9 @@ ul.notifications {
|
||||||
padding: 9px 0;
|
padding: 9px 0;
|
||||||
border-top: 1px solid #E6E9ED;
|
border-top: 1px solid #E6E9ED;
|
||||||
}
|
}
|
||||||
|
.form-inline{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
/** /PNotify **/
|
/** /PNotify **/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue