]> source.dussan.org Git - vaadin-framework.git/commit
Tabsheet styled, panel styles tweaked for IE6.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 18 Jun 2007 11:26:35 +0000 (11:26 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 18 Jun 2007 11:26:35 +0000 (11:26 +0000)
commitc359e1301816aa9fbb065ee1b9ff1986b267f528
tree6e9771e0bd4e25f48f2b541c6ff8db5a00a0c1b1
parent1ffa51f6c680cd0ab4049762d75ddf9b98c3bd23
Tabsheet styled, panel styles tweaked for IE6.

svn changeset:1760/svn branch:trunk
15 files changed:
src/com/itmill/toolkit/terminal/gwt/client/ui/ITabsheet.java
src/com/itmill/toolkit/terminal/gwt/public/component-themes/collection.css
src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/css/common.css
src/com/itmill/toolkit/terminal/gwt/public/component-themes/panel/css/panel.css
src/com/itmill/toolkit/terminal/gwt/public/component-themes/select/css/select.css
src/com/itmill/toolkit/terminal/gwt/public/component-themes/tabsheet/css/tabsheet.css [new file with mode: 0644]
src/com/itmill/toolkit/terminal/gwt/public/component-themes/tabsheet/img/tab-bg.png [new file with mode: 0644]
src/com/itmill/toolkit/terminal/gwt/public/component-themes/tabsheet/img/tab-hover-bg.png [new file with mode: 0644]
src/com/itmill/toolkit/terminal/gwt/public/component-themes/tabsheet/img/tab-hover-left.png [new file with mode: 0644]
src/com/itmill/toolkit/terminal/gwt/public/component-themes/tabsheet/img/tab-hover-right.png [new file with mode: 0644]
src/com/itmill/toolkit/terminal/gwt/public/component-themes/tabsheet/img/tab-left.png [new file with mode: 0644]
src/com/itmill/toolkit/terminal/gwt/public/component-themes/tabsheet/img/tab-right.png [new file with mode: 0644]
src/com/itmill/toolkit/terminal/gwt/public/component-themes/tabsheet/img/tab-selected-bg.png [new file with mode: 0644]
src/com/itmill/toolkit/terminal/gwt/public/component-themes/tabsheet/img/tab-selected-left.png [new file with mode: 0644]
src/com/itmill/toolkit/terminal/gwt/public/component-themes/tabsheet/img/tab-selected-right.png [new file with mode: 0644]