diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-10-16 12:51:20 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-10-16 12:51:20 +0000 |
commit | af4062d79db280737d97a0607bb380ac94f85d41 (patch) | |
tree | 87417b586cb1a8bdebdd28e8980a00b1c5feecbb | |
parent | 7ba94c550e5533a1889d04acfb6fd05ba6df5886 (diff) | |
download | vaadin-framework-af4062d79db280737d97a0607bb380ac94f85d41.tar.gz vaadin-framework-af4062d79db280737d97a0607bb380ac94f85d41.zip |
Added bmw-image to reservr
svn changeset:2523/svn branch:trunk
-rw-r--r-- | WebContent/ITMILL/themes/reservr/bmw.jpg | bin | 0 -> 17736 bytes | |||
-rw-r--r-- | WebContent/ITMILL/themes/reservr/styles.css | 10 |
2 files changed, 8 insertions, 2 deletions
diff --git a/WebContent/ITMILL/themes/reservr/bmw.jpg b/WebContent/ITMILL/themes/reservr/bmw.jpg Binary files differnew file mode 100644 index 0000000000..5d91713a11 --- /dev/null +++ b/WebContent/ITMILL/themes/reservr/bmw.jpg diff --git a/WebContent/ITMILL/themes/reservr/styles.css b/WebContent/ITMILL/themes/reservr/styles.css index 00c6caca1e..2972517772 100644 --- a/WebContent/ITMILL/themes/reservr/styles.css +++ b/WebContent/ITMILL/themes/reservr/styles.css @@ -1,6 +1,12 @@ /* Reservr styles */
-html, body {
- background-color: #E9ECED;
+body {
+ background-color: #E9ECED; + background-image: url(bmw.jpg); + background-repeat: no-repeat; + background-position: top right;
+} +#itmtk-ajax-window { + background-color: transparent; }
#header {
font-family:"Trebuchet MS",geneva,helvetica,arial,tahoma,verdana,sans-serif;
|