]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #2468: Table cell content is 'lower' with some content.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 4 Feb 2009 09:46:48 +0000 (09:46 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 4 Feb 2009 09:46:48 +0000 (09:46 +0000)
svn changeset:6721/svn branch:trunk

WebContent/ITMILL/themes/default/link/link.css
WebContent/ITMILL/themes/default/styles.css

index 82be37c876d236040b6dcc359f007708627bfe54..c781da500673a320951e287a1295bd110aff99d5 100644 (file)
@@ -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 {
index 1bf852378addc3dd8348dcd24babef1ddadc4769..ad4bad7da0356c801e9d481401ebc4442ea63911 100644 (file)
@@ -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 {