Fix responsive table width, color, and aligning
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
|
|
||||||
/* Data Tables */
|
/* Data Tables */
|
||||||
.sp-scrollable-table-wrapper {
|
.sp-scrollable-table-wrapper {
|
||||||
|
width: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@@ -82,7 +83,6 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.sp-table-wrapper .dataTables_paginate .paginate_button {
|
.sp-table-wrapper .dataTables_paginate .paginate_button {
|
||||||
color: #00a69c;
|
|
||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@@ -322,12 +322,12 @@
|
|||||||
zoom: 1;
|
zoom: 1;
|
||||||
}
|
}
|
||||||
.sp-widget-align-left {
|
.sp-widget-align-left {
|
||||||
width: 48.387%;
|
width: 48.3871%;
|
||||||
float: left;
|
float: left;
|
||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
.sp-widget-align-right {
|
.sp-widget-align-right {
|
||||||
width: 48.387%;
|
width: 48.3871%;
|
||||||
float: right;
|
float: right;
|
||||||
clear: right;
|
clear: right;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user