]> source.dussan.org Git - vaadin-framework.git/commitdiff
Totally useless decoration added to theme.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Tue, 17 Jul 2007 07:27:06 +0000 (07:27 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Tue, 17 Jul 2007 07:27:06 +0000 (07:27 +0000)
svn changeset:1862/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.png [new file with mode: 0644]
src/com/itmill/toolkit/terminal/gwt/public/component-themes/table/css/table.css
src/com/itmill/toolkit/terminal/gwt/public/component-themes/table/img/selected-bg.png [new file with mode: 0644]

index 2674cf61341b6d627c168e0f525e90c62e32ea90..823b14abd423ea27339e021fa22b51afcf4096f0 100644 (file)
@@ -4,6 +4,14 @@ body {
        color: #222;\r
        font-size: 68.75%;\r
        line-height: 1.4em;\r
+       padding: 0;\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
 input, select, textarea, button {\r
@@ -19,9 +27,9 @@ select {
 .i-disabled {\r
        opacity: 0.3;\r
        filter: alpha(opacity:30);\r
-}
-
-.i-contextmenu {
-       background: #fff;       
-       border: #000;
+}\r
+\r
+.i-contextmenu {\r
+       background: #fff;       \r
+       border: #000;\r
 }
\ No newline at end of file
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
new file mode 100644 (file)
index 0000000..8661dbf
Binary files /dev/null and b/src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/img/window-bottom-bg.png differ
index 0e8dde9cd67d96c060e271285abff20606ceda01..66ac0ce4f89b47c31dad2e84d6260e3b9170b7c3 100644 (file)
        border: 0;\r
        margin: 0;\r
        padding: 0;\r
+       height: 20px;\r
 }\r
 .i-table .i-odd {\r
        background-color: #f1f5f9;\r
 }\r
 .i-table .i-selected {\r
-       background: #466fa7;\r
+       background: #375f98 url(../img/selected-bg.png) repeat-x;\r
        color: #fff;\r
 }\r
 \r
 }\r
 \r
 .i-table-focus-slot-left {\r
-       border-left: 2px solid blue;\r
+       border-left: 2px solid #375f98;\r
        margin-right: -2px;\r
 }\r
 .i-table-focus-slot-right {\r
-       border-right: 2px solid blue;\r
+       border-right: 2px solid #375f98;\r
        margin-left: -2px;\r
 }\r
 \r
 .i-table-header-drag {\r
        position: absolute;\r
-       background: #000;\r
-       color: #fff;\r
+       background: #e7edf3 url(../img/header-bg.png) repeat-x;\r
+       border: 1px solid #375f98;\r
+       padding: 4px;\r
+       color: #1c3e6e;\r
+       font-weight: bold;\r
        opacity: 0.5;\r
        filter: alpha(opacity=50);\r
 }\r
diff --git a/src/com/itmill/toolkit/terminal/gwt/public/component-themes/table/img/selected-bg.png b/src/com/itmill/toolkit/terminal/gwt/public/component-themes/table/img/selected-bg.png
new file mode 100644 (file)
index 0000000..7050a00
Binary files /dev/null and b/src/com/itmill/toolkit/terminal/gwt/public/component-themes/table/img/selected-bg.png differ