summaryrefslogtreecommitdiffstats
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, 70 insertions, 0 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
new file mode 100644
index 00000000..3385583e
--- /dev/null
+++ b/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-serverpagetable/serverpagetable.css
@@ -0,0 +1,70 @@
+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