]> source.dussan.org Git - vaadin-framework.git/commitdiff
links in table now inline to allow selection clicks on parts of cell not filled by...
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 4 Feb 2009 10:22:50 +0000 (10:22 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 4 Feb 2009 10:22:50 +0000 (10:22 +0000)
svn changeset:6722/svn branch:trunk

WebContent/ITMILL/themes/default/styles.css
WebContent/ITMILL/themes/default/table/table.css
WebContent/ITMILL/themes/default/window/window.css

index ad4bad7da0356c801e9d481401ebc4442ea63911..0a429ee348d8a2d4607e7d64c600c2a162233297 100644 (file)
@@ -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 {
index 07fe41f43a88afe8839da0201aa0a56d70c80555..7b327850c4e1d32415ea7074c42bdcdcdb5c3d25 100644 (file)
        text-indent: 6px;
 }
 
+.i-table .i-link {
+       display: inline;
+}
 
 /* IE6 hack */
 * html .i-table-scrollposition {
index f597aac5b9014982fdb081b1d121b553ea3b455b..0ead4744741ed3789ee6b0278655dde7697f56d8 100644 (file)
        width: 0; /* min-size for IE6 */
 }
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 /* Shadow for window */
 
 .i-shadow-window {