aboutsummaryrefslogtreecommitdiffstats
path: root/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-serverpagetable/css/serverPageTable.css
diff options
context:
space:
mode:
Diffstat (limited to 'uiframe-iui/src/main/resources/webroot/vendor/ict/ict-serverpagetable/css/serverPageTable.css')
-rw-r--r--uiframe-iui/src/main/resources/webroot/vendor/ict/ict-serverpagetable/css/serverPageTable.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-serverpagetable/css/serverPageTable.css b/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-serverpagetable/css/serverPageTable.css
new file mode 100644
index 00000000..439aa157
--- /dev/null
+++ b/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-serverpagetable/css/serverPageTable.css
@@ -0,0 +1,29 @@
+div.dataTables_length, div.dataTables_info {
+ display: inline;
+}
+div.dataTables_paginate{
+ display: inline;
+ float: right;
+}
+div.dataTables_length label{
+ font-weight:100;
+}
+table.dataTable tbody th, table.dataTable tbody td {
+padding: 8px 10px;
+}
+.table-scrollable > .table-bordered > thead > tr:last-child > th, .table-scrollable > .table-bordered > tbody > tr:last-child > th, .table-scrollable > .table-bordered > tfoot > tr:last-child > th, .table-scrollable > .table-bordered > thead > tr:last-child > td, .table-scrollable > .table-bordered > tbody > tr:last-child > td, .table-scrollable > .table-bordered > tfoot > tr:last-child > td {
+ border-bottom: 0;
+}
+input.pagination-panel-input{
+ width:50px;
+}
+input.pagination-panel-input{
+ width:50px;
+}
+select[size]{
+height:28px;
+border-radius:3px;
+}
+.dataTables_length{
+margin-top:15px;
+} \ No newline at end of file