diff options
author | Marc Englund <marc.englund@itmill.com> | 2009-01-27 10:14:19 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2009-01-27 10:14:19 +0000 |
commit | af3db7cf649eb81dbbb17dcb2fc238a371fd95ad (patch) | |
tree | b119df7865aad17c712acc3d435934e4cdb84fa7 /WebContent/ITMILL/themes/sampler | |
parent | 1ed66ade213bc85aaba6301d5c772c25d99aad27 (diff) | |
download | vaadin-framework-af3db7cf649eb81dbbb17dcb2fc238a371fd95ad.tar.gz vaadin-framework-af3db7cf649eb81dbbb17dcb2fc238a371fd95ad.zip |
Sampler theming.
svn changeset:6643/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/sampler')
-rw-r--r-- | WebContent/ITMILL/themes/sampler/sampler/next.png | bin | 0 -> 824 bytes | |||
-rw-r--r-- | WebContent/ITMILL/themes/sampler/sampler/prev.png | bin | 0 -> 826 bytes | |||
-rw-r--r-- | WebContent/ITMILL/themes/sampler/sampler/quickjump.png | bin | 0 -> 889 bytes | |||
-rw-r--r-- | WebContent/ITMILL/themes/sampler/sampler/styles.css | 4 |
4 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/sampler/sampler/next.png b/WebContent/ITMILL/themes/sampler/sampler/next.png Binary files differnew file mode 100644 index 0000000000..1193bc1897 --- /dev/null +++ b/WebContent/ITMILL/themes/sampler/sampler/next.png diff --git a/WebContent/ITMILL/themes/sampler/sampler/prev.png b/WebContent/ITMILL/themes/sampler/sampler/prev.png Binary files differnew file mode 100644 index 0000000000..ccaff7d02d --- /dev/null +++ b/WebContent/ITMILL/themes/sampler/sampler/prev.png diff --git a/WebContent/ITMILL/themes/sampler/sampler/quickjump.png b/WebContent/ITMILL/themes/sampler/sampler/quickjump.png Binary files differnew file mode 100644 index 0000000000..ad7ff01f63 --- /dev/null +++ b/WebContent/ITMILL/themes/sampler/sampler/quickjump.png diff --git a/WebContent/ITMILL/themes/sampler/sampler/styles.css b/WebContent/ITMILL/themes/sampler/sampler/styles.css index c4e2a80266..c8fa6220f7 100644 --- a/WebContent/ITMILL/themes/sampler/sampler/styles.css +++ b/WebContent/ITMILL/themes/sampler/sampler/styles.css @@ -12,6 +12,10 @@ background: transparent url(grayfade.png) repeat-x; } +.i-app-SamplerApplication .i-popupview-quickjump { + background: transparent url(quickjump.png) no-repeat 0px 1px; +} + .i-customcomponent-breadcrumbs .i-link a { text-decoration: none; } |