summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-04-09 10:37:39 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-04-09 10:37:39 +0000
commit7e676a5e38016e70021b3a48e5e6e263783a5383 (patch)
treee0fbb10d845a52b05197b173107b8697a72ee84d /WebContent/ITMILL/themes
parent9e5e8f677bd01d53167c4587b5e29f0a8438e7b4 (diff)
downloadvaadin-framework-7e676a5e38016e70021b3a48e5e6e263783a5383.tar.gz
vaadin-framework-7e676a5e38016e70021b3a48e5e6e263783a5383.zip
Merges from 6.0 branch.
svn changeset:7375/svn branch:theme_2009_03
Diffstat (limited to 'WebContent/ITMILL/themes')
-rw-r--r--WebContent/ITMILL/themes/default/absolutelayout/absolutelayout.css4
-rw-r--r--WebContent/ITMILL/themes/tests-tickets/styles.css12
2 files changed, 16 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/default/absolutelayout/absolutelayout.css b/WebContent/ITMILL/themes/default/absolutelayout/absolutelayout.css
new file mode 100644
index 0000000000..e77e380688
--- /dev/null
+++ b/WebContent/ITMILL/themes/default/absolutelayout/absolutelayout.css
@@ -0,0 +1,4 @@
+.i-absolutelayout-wrapper {
+ position: absolute;
+ overflow:hidden;
+}
diff --git a/WebContent/ITMILL/themes/tests-tickets/styles.css b/WebContent/ITMILL/themes/tests-tickets/styles.css
index 225bbd6d1d..2c2b359ed9 100644
--- a/WebContent/ITMILL/themes/tests-tickets/styles.css
+++ b/WebContent/ITMILL/themes/tests-tickets/styles.css
@@ -1276,4 +1276,16 @@ padding:2px;
.i-button-nowraplink span {
white-space: normal;
}
+
+.cyan {
+ background:cyan;
+}
+.yellow {
+ background:yellow;
+}
+
+.green {
+ background:green;
+}
+ \ No newline at end of file