From: Matti Tahvonen Date: Wed, 4 Feb 2009 10:22:50 +0000 (+0000) Subject: links in table now inline to allow selection clicks on parts of cell not filled by... X-Git-Tag: 6.7.0.beta1~3226 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ad1c0bd21447d6c0416a33032f02a0b69aad73cc;p=vaadin-framework.git links in table now inline to allow selection clicks on parts of cell not filled by the actual link content svn changeset:6722/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index ad4bad7da0..0a429ee348 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -1999,6 +1999,9 @@ input.i-modified, text-indent: 6px; } +.i-table .i-link { + display: inline; +} /* IE6 hack */ * html .i-table-scrollposition { @@ -2674,20 +2677,6 @@ input.i-modified, width: 0; /* min-size for IE6 */ } - - - - - - - - - - - - - - /* Shadow for window */ .i-shadow-window { diff --git a/WebContent/ITMILL/themes/default/table/table.css b/WebContent/ITMILL/themes/default/table/table.css index 07fe41f43a..7b327850c4 100644 --- a/WebContent/ITMILL/themes/default/table/table.css +++ b/WebContent/ITMILL/themes/default/table/table.css @@ -201,6 +201,9 @@ text-indent: 6px; } +.i-table .i-link { + display: inline; +} /* IE6 hack */ * html .i-table-scrollposition { diff --git a/WebContent/ITMILL/themes/default/window/window.css b/WebContent/ITMILL/themes/default/window/window.css index f597aac5b9..0ead474474 100644 --- a/WebContent/ITMILL/themes/default/window/window.css +++ b/WebContent/ITMILL/themes/default/window/window.css @@ -114,20 +114,6 @@ width: 0; /* min-size for IE6 */ } - - - - - - - - - - - - - - /* Shadow for window */ .i-shadow-window {