From 85dc848e769458a61a5b4c50f0ee33db46d74fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Tue, 25 Sep 2018 14:41:03 +0800 Subject: [PATCH] Add new file --- admin/lib/css/my.css | 118 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 admin/lib/css/my.css diff --git a/admin/lib/css/my.css b/admin/lib/css/my.css new file mode 100644 index 0000000..c64fd68 --- /dev/null +++ b/admin/lib/css/my.css @@ -0,0 +1,118 @@ + .dialog-config { + overflow: hidden !important; + } + + .ui-tabs-panel { + height: calc(100% - 70px); + padding: 0 !important; + } + + .table_header { + background-color: blue; + color: white; + } + + .bind { + width: 150px; + text-align: right; + } + + .ui-jqgrid-titlebar { + display: none; + } + + .ui-jqgrid-bdiv { + overflow-x: hidden !important; + } + + .ui-button-text-only .ui-button-text { + padding: .3em !important; + } + + .modbus-tab { + /*overflow: hidden;*/ + position: relative; + height: calc(100% - 20px); + width: 100%; + } + + .modbus-grid { + height: 100% !important; + width: 100% !important; + } + + .jsgrid-grid-body { + height: calc(100% - 58px) !important; + } + + .jsgrid-table { + width: 100% !important; + font-size: 1em; + } + + .jsgrid-insert-mode-button { + display: none; + } + + /*.jsgrid-edit-row input { + padding: 0; + }*/ + .jsgrid-table td { + padding: 0.2em 0.2em !important; + } + + .table_head_btn { + display: inline-flex; + text-align: center; + font-size: 1.1em; + position: absolute; + z-index: 99; + right: 5px; + top: -27px; + color: white; + } + + .back_image { + position: absolute; + top: 0; + left: 0; + height: 100%; + width: 100%; + z-index: 0; + opacity: 0.3; + } + + .logo { + position: absolute; + top: 0; + left: 0; + z-index: 1; + color: rgb(0, 153, 153); + font-weight: bolder; + font-size: 39px; + padding: 9px; + font-family: sans-serif; + } + + tr td { + padding-left: 10px; + } + #adapter-container { + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + -webkit-user-drag: none; + user-select: none; + } + + #export-dlg .select-dropdown { + display: none; + } + #export-dlg .dropdown-content { + display: none; + } + #export-dlg .caret { + display: none; + }