aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--WebContent/ITMILL/themes/default/styles.css17
-rw-r--r--WebContent/ITMILL/themes/default/table/table.css2
2 files changed, 12 insertions, 7 deletions
diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css
index 2224a821f0..47f5a1b665 100644
--- a/WebContent/ITMILL/themes/default/styles.css
+++ b/WebContent/ITMILL/themes/default/styles.css
@@ -1167,12 +1167,21 @@
}
.i-table-row td,
.i-table-row-odd td {
- padding: 3px 0;
+ padding: 0;
}
.i-table-cell-content {
white-space: nowrap;
overflow: hidden;
- padding-left: 3px;
+ padding: 3px 0 3px 3px;
+ margin-right: 5px;
+ height: 18px;
+}
+
+/* Fix textfield size to correspond label size inside table */
+.i-table-cell-content .i-textfield {
+ height: auto;
+ margin: -2px 0 -3px -3px;
+ width: 97%; /* approximate */
}
@@ -1299,10 +1308,6 @@
cursor: pointer;
}
-.i-tabsheet-tabs .gwt-TabBarItem .i-caption-disabled {
- cursor: default;
-}
-
.i-tabsheet-tabs .gwt-TabBarItem-selected {
border: none;
background: transparent url(panel/img/top-left.png) no-repeat;
diff --git a/WebContent/ITMILL/themes/default/table/table.css b/WebContent/ITMILL/themes/default/table/table.css
index c536477d6a..331ba117c0 100644
--- a/WebContent/ITMILL/themes/default/table/table.css
+++ b/WebContent/ITMILL/themes/default/table/table.css
@@ -111,7 +111,7 @@
height: 18px;
}
-/* Fix textfield size to correspond label size in */
+/* Fix textfield size to correspond label size inside table */
.i-table-cell-content .i-textfield {
height: auto;
margin: -2px 0 -3px -3px;