diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-02-04 09:46:48 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-02-04 09:46:48 +0000 |
commit | 4e4635ab0117d9d607a25cbeed9297d87885ad7c (patch) | |
tree | a7328188db6a9371ee1c065ad24a689fff38bda2 | |
parent | cdf8e09a836fa8c0c54a10899df92689f530cd2d (diff) | |
download | vaadin-framework-4e4635ab0117d9d607a25cbeed9297d87885ad7c.tar.gz vaadin-framework-4e4635ab0117d9d607a25cbeed9297d87885ad7c.zip |
Fixes #2468: Table cell content is 'lower' with some content.
svn changeset:6721/svn branch:trunk
-rw-r--r-- | WebContent/ITMILL/themes/default/link/link.css | 4 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/WebContent/ITMILL/themes/default/link/link.css b/WebContent/ITMILL/themes/default/link/link.css index 82be37c876..c781da5006 100644 --- a/WebContent/ITMILL/themes/default/link/link.css +++ b/WebContent/ITMILL/themes/default/link/link.css @@ -3,8 +3,6 @@ * (useless to move into a separate file) */ .i-link a { - font-size: 13px; - line-height: 18px; color: #464f52; vertical-align: middle; text-decoration: none; @@ -16,7 +14,7 @@ } .i-disabled a { - cursor: pointer; + cursor: default; } .i-link img { diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 1bf852378a..ad4bad7da0 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -841,8 +841,6 @@ input.i-modified, * (useless to move into a separate file) */ .i-link a { - font-size: 13px; - line-height: 18px; color: #464f52; vertical-align: middle; text-decoration: none; @@ -854,7 +852,7 @@ input.i-modified, } .i-disabled a { - cursor: pointer; + cursor: default; } .i-link img { |