]> source.dussan.org Git - vaadin-framework.git/commitdiff
Totally useless decorations modified.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Tue, 17 Jul 2007 08:07:40 +0000 (08:07 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Tue, 17 Jul 2007 08:07:40 +0000 (08:07 +0000)
svn changeset:1863/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/css/common.css
src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/img/window-bottom-bg.gif [new file with mode: 0644]
src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/img/window-bottom-bg.png [deleted file]
src/com/itmill/toolkit/terminal/gwt/public/component-themes/table/css/table.css

index 823b14abd423ea27339e021fa22b51afcf4096f0..393b5733d404ae9224b72c7c6ff41c276c0fd01e 100644 (file)
@@ -1,17 +1,15 @@
 body {\r
-       background: #fafafc url(../img/window-bg.png) repeat-x;\r
+       background: #fafafc url(../img/window-bottom-bg.gif) no-repeat right bottom fixed;\r
        font-family: helvetica, arial, tahoma, verdana, sans-serif;\r
        color: #222;\r
        font-size: 68.75%;\r
        line-height: 1.4em;\r
-       padding: 0;\r
+       padding: 8px;\r
        margin: 0;\r
 }\r
 \r
 #itmtk-ajax-window {\r
-       background: transparent url(../img/window-bottom-bg.png) no-repeat right bottom;\r
-       height: 100%;\r
-       padding: 0 8px;\r
+       \r
 }\r
 \r
 input, select, textarea, button {\r
diff --git a/src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/img/window-bottom-bg.gif b/src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/img/window-bottom-bg.gif
new file mode 100644 (file)
index 0000000..150e849
Binary files /dev/null and b/src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/img/window-bottom-bg.gif differ
diff --git a/src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/img/window-bottom-bg.png b/src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/img/window-bottom-bg.png
deleted file mode 100644 (file)
index 8661dbf..0000000
Binary files a/src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/img/window-bottom-bg.png and /dev/null differ
index 66ac0ce4f89b47c31dad2e84d6260e3b9170b7c3..18e547b1e2af880822f96e34da699a83ee626c3d 100644 (file)
        border: 0;\r
 }\r
 \r
-.i-table-header table td,\r
+.i-table-header td,\r
 .i-table-table td {\r
        margin:0;\r
        padding:0;\r
        border:0;\r
 }\r
 \r
+.i-table-header td {\r
+       cursor: pointer;\r
+}\r
+\r
 .i-table-resizer {\r
        display: block;\r
        height: 26px;\r
        margin: 0;\r
        padding: 0;\r
        height: 20px;\r
+       cursor: pointer;\r
+}\r
+.i-table-row:hover,\r
+.i-table .i-odd:hover {\r
+       background-color: #d3dfee;\r
 }\r
 .i-table .i-odd {\r
        background-color: #f1f5f9;\r