From 263deddc6fdb6d0384a4ec0bfa4da93f9a8d17a3 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Thu, 8 May 2008 08:47:57 +0000 Subject: [PATCH] minor typo fix svn changeset:4388/svn branch:trunk --- WebContent/ITMILL/themes/default/styles.css | 17 +++++++++++------ .../ITMILL/themes/default/table/table.css | 2 +- 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; -- 2.39.5