summaryrefslogtreecommitdiffstats
path: root/lib/themes/basic/jtable_basic.css
diff options
context:
space:
mode:
Diffstat (limited to 'lib/themes/basic/jtable_basic.css')
-rw-r--r--lib/themes/basic/jtable_basic.css35
1 files changed, 21 insertions, 14 deletions
diff --git a/lib/themes/basic/jtable_basic.css b/lib/themes/basic/jtable_basic.css
index ce55295..2bd8a05 100644
--- a/lib/themes/basic/jtable_basic.css
+++ b/lib/themes/basic/jtable_basic.css
@@ -45,9 +45,6 @@ div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolba
margin: 2px;
vertical-align: middle;
}
-div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item.jtable-toolbar-item-add-record span.jtable-toolbar-item-icon {
- background-image: url('../../metro/add.png');
-}
div.jtable-main-container div.jtable-title .jtable-close-button + div.jtable-toolbar {
margin-right: 30px;
}
@@ -113,12 +110,7 @@ div.jtable-main-container table.jtable tbody tr.jtable-no-data-row {
div.jtable-main-container > div.jtable-bottom-panel {
position: relative;
min-height: 24px;
-}
-div.jtable-main-container > div.jtable-bottom-panel div.jtable-left-area {
- left: 0px;
- top: 0px;
- bottom: 0px;
- position: absolute;
+ text-align: left;
}
div.jtable-main-container > div.jtable-bottom-panel div.jtable-right-area {
right: 0px;
@@ -141,11 +133,21 @@ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-pa
cursor: pointer;
}
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space,
-div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
+div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active,
+div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-disabled {
cursor: default;
}
div.jtable-main-container > div.jtable-bottom-panel span.jtable-page-size-change {
- margin-left: 4px;
+ margin-left: 5px;
+}
+div.jtable-main-container > div.jtable-bottom-panel span.jtable-goto-page {
+ margin-left: 5px;
+}
+div.jtable-main-container > div.jtable-bottom-panel span.jtable-goto-page input[type=text] {
+ width: 22px;
+}
+div.jtable-main-container > div.jtable-bottom-panel span.jtable-page-info {
+ vertical-align: middle;
}
div.jtable-main-container div.jtable-column-resize-bar {
opacity: 0.5;
@@ -228,14 +230,14 @@ div.jtable-busy-panel-background {
position: absolute;
background-color: #000;
}
+div.jtable-busy-panel-background.jtable-busy-panel-background-invisible {
+ background-color: transparent;
+}
div.jtable-busy-message {
cursor: wait;
z-index: 999;
position: absolute;
margin: 5px;
- font-size: 1.25em;
- color: #000;
- background-color: #ddd;
}
div.jtable-contextmenu-overlay {
position: fixed;
@@ -273,3 +275,8 @@ div.jtable-main-container table.jtable tbody > tr > td .jtable-delete-command-bu
width: 16px;
height: 16px;
}
+div.jtable-busy-message {
+ color: #000;
+ background-color: #ddd;
+ font-size: 1.25em;
+}