aboutsummaryrefslogtreecommitdiffstats
path: root/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-serverpagetable/serverpagetable.css
diff options
context:
space:
mode:
Diffstat (limited to 'uiframe-iui/src/main/resources/webroot/vendor/ict/ict-serverpagetable/serverpagetable.css')
-rw-r--r--uiframe-iui/src/main/resources/webroot/vendor/ict/ict-serverpagetable/serverpagetable.css70
1 files changed, 0 insertions, 70 deletions
diff --git a/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-serverpagetable/serverpagetable.css b/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-serverpagetable/serverpagetable.css
deleted file mode 100644
index 3385583e..00000000
--- a/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-serverpagetable/serverpagetable.css
+++ /dev/null
@@ -1,70 +0,0 @@
-td.details-control {
- background: url('images/details_open.png') no-repeat center center;
- cursor: pointer;
-}
-
-tr.shown td.details-control {
- background: url('images/details_close.png') no-repeat center center;
-}
-
-.details table td {
- word-wrap: break-word;
- word-break: normal;
- border-top: 1px solid #dddddd;
-}
-
-.details table tr:first-child td {
- border-top: none;
-}
-
-.details table {
- table-layout: fixed;
- width: 100%;
-}
-
-td.title {
- width: 10%;
-}
-
-table.dataTable tbody th, table.dataTable tbody td {
- padding: 8px 10px;
-}
-
-div.dataTables_length, div.dataTables_info {
- display: inline;
-}
-
-div.dataTables_paginate {
- display: inline;
- float: right;
-}
-
-div.pagination-panel {
- margin-right: 10px;
-}
-
-input.pagination-panel-input {
- width: 50px;
-}
-
-table {
- width: 100% !important;
-}
-
-label {
- font-weight: 100;
-}
-
-div.dataTables_length, div.dataTables_info {
- display: inline;
-}
-
-.dataTables_wrapper select {
- border-width: 1px;
- padding: 4px 1px;
- border-radius: 4px;
-}
-
-input.pagination-panel-input{
- width:50px;
-} \ No newline at end of file