summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/sampler
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-02-04 10:40:11 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-02-04 10:40:11 +0000
commitc89cae2664656adcd9c1a94e35d46cb8884e8b50 (patch)
treecfcbd76728dd573ffafd9f3223a7ebc0495adadd /WebContent/ITMILL/themes/sampler
parent77fce1e5feb3310d580f3e776974c678de77e69c (diff)
downloadvaadin-framework-c89cae2664656adcd9c1a94e35d46cb8884e8b50.tar.gz
vaadin-framework-c89cae2664656adcd9c1a94e35d46cb8884e8b50.zip
Sampler: changed mode-switch position to top bar, removed unnecessary layout.
svn changeset:6724/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/sampler')
-rw-r--r--WebContent/ITMILL/themes/sampler/sampler/flow.gifbin67 -> 68 bytes
-rw-r--r--WebContent/ITMILL/themes/sampler/sampler/grid.gifbin54 -> 59 bytes
-rw-r--r--WebContent/ITMILL/themes/sampler/sampler/info-bubble-bottom.pngbin759 -> 1187 bytes
-rw-r--r--WebContent/ITMILL/themes/sampler/sampler/list.gifbin56 -> 58 bytes
-rw-r--r--WebContent/ITMILL/themes/sampler/sampler/styles.css35
5 files changed, 23 insertions, 12 deletions
diff --git a/WebContent/ITMILL/themes/sampler/sampler/flow.gif b/WebContent/ITMILL/themes/sampler/sampler/flow.gif
index f6dcc1ed05..d6a90f7087 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 2500d8d15b..bbc0565fce 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/info-bubble-bottom.png b/WebContent/ITMILL/themes/sampler/sampler/info-bubble-bottom.png
index e168b8be23..f15888ec0e 100644
--- a/WebContent/ITMILL/themes/sampler/sampler/info-bubble-bottom.png
+++ b/WebContent/ITMILL/themes/sampler/sampler/info-bubble-bottom.png
Binary files differ
diff --git a/WebContent/ITMILL/themes/sampler/sampler/list.gif b/WebContent/ITMILL/themes/sampler/sampler/list.gif
index 9f4641bc9a..f0b610f700 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/styles.css b/WebContent/ITMILL/themes/sampler/sampler/styles.css
index e97058fb49..9dbfc76917 100644
--- a/WebContent/ITMILL/themes/sampler/sampler/styles.css
+++ b/WebContent/ITMILL/themes/sampler/sampler/styles.css
@@ -221,7 +221,7 @@
}
.i-app-SamplerApplication .feature-info {
background: #1e2123 url(info-bubble-bg.png) repeat-y;
- color: #9d9ea0;
+ color: #b8bbbe;
font-family: helvetica, arial, verdana, sans-serif;
font-size: 12px;
line-height: 19px;
@@ -233,8 +233,15 @@
background: transparent url(bullet.png) no-repeat 2px 60%;
padding-left: 8px;
}
+.i-app-SamplerApplication .feature-info div.i-link a:hover {
+ color: #dcebf6;
+}
.i-app-SamplerApplication .feature-info div.i-link a span {
text-decoration: none;
+ border-bottom: 1px dotted #495964;
+}
+.i-app-SamplerApplication .feature-info div.i-link a:hover span {
+ border-bottom: 1px solid #dcebf6;
}
.i-app-SamplerApplication .feature-info .i-panel-caption {
color: #fff;
@@ -298,27 +305,31 @@
}
.i-customcomponent-ModeSwitch .i-button {
- height: 28px;
+ height: 24px;
+ width: 30px;
border: none;
- font-size: 6px;
+ background: transparent url(segment.png) no-repeat;
+ cursor: default;
+ padding: 0;
}
-.i-customcomponent-ModeSwitch .i-button-first-on {
- background: transparent url(left-on.gif) no-repeat;
+.i-customcomponent-ModeSwitch .i-button-first-on,
+.i-customcomponent-ModeSwitch .i-button-first:active {
+ background-position: left bottom;
}
.i-customcomponent-ModeSwitch .i-button-first {
- background: transparent url(left.gif) no-repeat;
+ background-position: left top;
}
+/*
.i-customcomponent-ModeSwitch .i-button-mid-on {
background: transparent url(mid-on.gif) no-repeat;
}
.i-customcomponent-ModeSwitch .i-button-mid {
background: transparent url(mid.gif) no-repeat;
-}
-.i-customcomponent-ModeSwitch .i-button-last-on {
- border: none;
- background: transparent url(right-on.gif) no-repeat right top;
+}*/
+.i-customcomponent-ModeSwitch .i-button-last-on,
+.i-customcomponent-ModeSwitch .i-button-last:active {
+ background-position: right bottom;
}
.i-customcomponent-ModeSwitch .i-button-last {
- border: none;
- background: transparent url(right.gif) no-repeat right top;
+ background-position: right top;
}