From: Joonas Lehtinen Date: Tue, 16 Oct 2007 12:51:20 +0000 (+0000) Subject: Added bmw-image to reservr X-Git-Tag: 6.7.0.beta1~5843 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=af4062d79db280737d97a0607bb380ac94f85d41;p=vaadin-framework.git Added bmw-image to reservr svn changeset:2523/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/reservr/bmw.jpg b/WebContent/ITMILL/themes/reservr/bmw.jpg new file mode 100644 index 0000000000..5d91713a11 Binary files /dev/null and b/WebContent/ITMILL/themes/reservr/bmw.jpg differ 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;