summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/sampler
diff options
context:
space:
mode:
authorMarc Englund <marc.englund@itmill.com>2009-02-02 13:58:30 +0000
committerMarc Englund <marc.englund@itmill.com>2009-02-02 13:58:30 +0000
commit973919e4563735988ada6e65e52a8604fc615e9d (patch)
tree5e7cf3d5366e0d94ba57b0dd9b3e97fdaf639dbb /WebContent/ITMILL/themes/sampler
parentbc63f535099213d4e680f503bf950531ec2ab980 (diff)
downloadvaadin-framework-973919e4563735988ada6e65e52a8604fc615e9d.tar.gz
vaadin-framework-973919e4563735988ada6e65e52a8604fc615e9d.zip
Sampler intermediate commit; cleaning & slight modifications all over.
svn changeset:6705/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/sampler')
-rw-r--r--WebContent/ITMILL/themes/sampler/sampler/flow.gifbin269 -> 67 bytes
-rw-r--r--WebContent/ITMILL/themes/sampler/sampler/grid.gifbin54 -> 54 bytes
-rw-r--r--WebContent/ITMILL/themes/sampler/sampler/hidetree.gifbin58 -> 62 bytes
-rw-r--r--WebContent/ITMILL/themes/sampler/sampler/list.gifbin250 -> 56 bytes
-rw-r--r--WebContent/ITMILL/themes/sampler/sampler/showtree.gifbin61 -> 64 bytes
-rw-r--r--WebContent/ITMILL/themes/sampler/sampler/styles.css16
6 files changed, 9 insertions, 7 deletions
diff --git a/WebContent/ITMILL/themes/sampler/sampler/flow.gif b/WebContent/ITMILL/themes/sampler/sampler/flow.gif
index 02d1233de2..f6dcc1ed05 100644
--- a/WebContent/ITMILL/themes/sampler/sampler/flow.gif
+++ b/WebContent/ITMILL/themes/sampler/sampler/flow.gif
Binary files differ
diff --git a/WebContent/ITMILL/themes/sampler/sampler/grid.gif b/WebContent/ITMILL/themes/sampler/sampler/grid.gif
index d1ff16fc7f..2500d8d15b 100644
--- a/WebContent/ITMILL/themes/sampler/sampler/grid.gif
+++ b/WebContent/ITMILL/themes/sampler/sampler/grid.gif
Binary files differ
diff --git a/WebContent/ITMILL/themes/sampler/sampler/hidetree.gif b/WebContent/ITMILL/themes/sampler/sampler/hidetree.gif
index 93671348a8..b3fe017b9b 100644
--- a/WebContent/ITMILL/themes/sampler/sampler/hidetree.gif
+++ b/WebContent/ITMILL/themes/sampler/sampler/hidetree.gif
Binary files differ
diff --git a/WebContent/ITMILL/themes/sampler/sampler/list.gif b/WebContent/ITMILL/themes/sampler/sampler/list.gif
index 802ae56df3..9f4641bc9a 100644
--- a/WebContent/ITMILL/themes/sampler/sampler/list.gif
+++ b/WebContent/ITMILL/themes/sampler/sampler/list.gif
Binary files differ
diff --git a/WebContent/ITMILL/themes/sampler/sampler/showtree.gif b/WebContent/ITMILL/themes/sampler/sampler/showtree.gif
index afba39a3e5..258ffe36b4 100644
--- a/WebContent/ITMILL/themes/sampler/sampler/showtree.gif
+++ b/WebContent/ITMILL/themes/sampler/sampler/showtree.gif
Binary files differ
diff --git a/WebContent/ITMILL/themes/sampler/sampler/styles.css b/WebContent/ITMILL/themes/sampler/sampler/styles.css
index c8fa6220f7..829e82e95e 100644
--- a/WebContent/ITMILL/themes/sampler/sampler/styles.css
+++ b/WebContent/ITMILL/themes/sampler/sampler/styles.css
@@ -87,7 +87,7 @@
}
.i-app-SamplerApplication .i-caption-feature-controls {
font-weight: bold;
- font-size: 16px;
+ font-size: 18px;
text-indent: 10px;
}
.i-app-SamplerApplication .feature-info {
@@ -100,14 +100,16 @@
line-height: 20px;
}
.i-app-SamplerApplication .feature-info .i-panel-caption {
- color: #def;
- font-size: 22px;
+ color: #fff;
+ font-size: 16px;
font-weight: bold;
line-height: 25px;
}
+/*
.i-app-SamplerApplication .feature-info .i-panel-content {
background: transparent url(finfofade.png) no-repeat 0px 5px;
}
+*/
.i-app-SamplerApplication .feature-info .i-caption {
font-weight: bold;
font-size: 16px;
@@ -115,13 +117,13 @@
}
.i-app-SamplerApplication .i-button-showcode {
- border-bottom: 1px solid #eee;
- padding-right: 10px;
+ border-bottom: 1px dotted #eee;
+ padding: 1px 0 1px 7px;
}
.i-app-SamplerApplication .i-button-showcode span {
- float: right;
+ color: #999;
text-decoration: none;
- font-style: italic;
+ font-style: italic;;
}
.i-app-SamplerApplication .i-button-showcode:hover span {
text-decoration: underline;