diff options
author | Henri Kerola <henri.kerola@itmill.com> | 2010-09-17 10:33:44 +0000 |
---|---|---|
committer | Henri Kerola <henri.kerola@itmill.com> | 2010-09-17 10:33:44 +0000 |
commit | 9a7024c8dd199b7f76350d5a4f09a4cead79e39f (patch) | |
tree | 28b3fa3a6e01153a87074fc19cc44f3cd5428750 /WebContent/VAADIN/themes/liferay/common | |
parent | 425bb03b222da153ac252b01b3ca46d1e714d869 (diff) | |
download | vaadin-framework-9a7024c8dd199b7f76350d5a4f09a4cead79e39f.tar.gz vaadin-framework-9a7024c8dd199b7f76350d5a4f09a4cead79e39f.zip |
Liferay Alloy UI theme for Vaadin
svn changeset:14986/svn branch:6.4
Diffstat (limited to 'WebContent/VAADIN/themes/liferay/common')
-rw-r--r-- | WebContent/VAADIN/themes/liferay/common/buttons_sprites.png | bin | 0 -> 3063 bytes | |||
-rw-r--r-- | WebContent/VAADIN/themes/liferay/common/common.css | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/liferay/common/buttons_sprites.png b/WebContent/VAADIN/themes/liferay/common/buttons_sprites.png Binary files differnew file mode 100644 index 0000000000..70521dffce --- /dev/null +++ b/WebContent/VAADIN/themes/liferay/common/buttons_sprites.png diff --git a/WebContent/VAADIN/themes/liferay/common/common.css b/WebContent/VAADIN/themes/liferay/common/common.css new file mode 100644 index 0000000000..4a9f525069 --- /dev/null +++ b/WebContent/VAADIN/themes/liferay/common/common.css @@ -0,0 +1,7 @@ +div.v-app { + background-color: transparent; +} + +.v-caption { + font-weight: bold; +}
\ No newline at end of file |