diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-02-04 10:22:50 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-02-04 10:22:50 +0000 |
commit | ad1c0bd21447d6c0416a33032f02a0b69aad73cc (patch) | |
tree | 3f0ad44dbed11cb4be95b3995c0484445a46b5a1 /WebContent/ITMILL/themes/default | |
parent | 4e4635ab0117d9d607a25cbeed9297d87885ad7c (diff) | |
download | vaadin-framework-ad1c0bd21447d6c0416a33032f02a0b69aad73cc.tar.gz vaadin-framework-ad1c0bd21447d6c0416a33032f02a0b69aad73cc.zip |
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
Diffstat (limited to 'WebContent/ITMILL/themes/default')
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 17 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/table/table.css | 3 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/window/window.css | 14 |
3 files changed, 6 insertions, 28 deletions
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 { |