summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/sampler
diff options
context:
space:
mode:
authorMarc Englund <marc.englund@itmill.com>2008-10-30 15:28:45 +0000
committerMarc Englund <marc.englund@itmill.com>2008-10-30 15:28:45 +0000
commit0c6fc94e71a27bfe9597356185bf63dbc8e71e06 (patch)
tree20f854248c22230d52216714b329e09e969ce81a /WebContent/ITMILL/themes/sampler
parentaaf2fffe3c10a3e00ebfb72d16ee9f74fbd20f24 (diff)
downloadvaadin-framework-0c6fc94e71a27bfe9597356185bf63dbc8e71e06.tar.gz
vaadin-framework-0c6fc94e71a27bfe9597356185bf63dbc8e71e06.zip
Sampler style update, some icons added.
svn changeset:5773/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/sampler')
-rw-r--r--WebContent/ITMILL/themes/sampler/icons/action_save.gifbin0 -> 279 bytes
-rw-r--r--WebContent/ITMILL/themes/sampler/icons/icon_info.gifbin0 -> 266 bytes
-rw-r--r--WebContent/ITMILL/themes/sampler/icons/icon_world.gifbin0 -> 184 bytes
-rw-r--r--WebContent/ITMILL/themes/sampler/icons/page_code.gifbin0 -> 278 bytes
-rw-r--r--WebContent/ITMILL/themes/sampler/sampler/styles.css33
5 files changed, 32 insertions, 1 deletions
diff --git a/WebContent/ITMILL/themes/sampler/icons/action_save.gif b/WebContent/ITMILL/themes/sampler/icons/action_save.gif
new file mode 100644
index 0000000000..6e6f7deccd
--- /dev/null
+++ b/WebContent/ITMILL/themes/sampler/icons/action_save.gif
Binary files differ
diff --git a/WebContent/ITMILL/themes/sampler/icons/icon_info.gif b/WebContent/ITMILL/themes/sampler/icons/icon_info.gif
new file mode 100644
index 0000000000..9dfa0e196a
--- /dev/null
+++ b/WebContent/ITMILL/themes/sampler/icons/icon_info.gif
Binary files differ
diff --git a/WebContent/ITMILL/themes/sampler/icons/icon_world.gif b/WebContent/ITMILL/themes/sampler/icons/icon_world.gif
new file mode 100644
index 0000000000..355c1a9505
--- /dev/null
+++ b/WebContent/ITMILL/themes/sampler/icons/icon_world.gif
Binary files differ
diff --git a/WebContent/ITMILL/themes/sampler/icons/page_code.gif b/WebContent/ITMILL/themes/sampler/icons/page_code.gif
new file mode 100644
index 0000000000..912517b833
--- /dev/null
+++ b/WebContent/ITMILL/themes/sampler/icons/page_code.gif
Binary files differ
diff --git a/WebContent/ITMILL/themes/sampler/sampler/styles.css b/WebContent/ITMILL/themes/sampler/sampler/styles.css
index 0449d79f04..899ee9ceda 100644
--- a/WebContent/ITMILL/themes/sampler/sampler/styles.css
+++ b/WebContent/ITMILL/themes/sampler/sampler/styles.css
@@ -7,6 +7,34 @@
#sampler .i-expandlayout-topbar {
border-bottom: 1px solid #999;
}
+
+#sampler .i-label-section {
+ font-size: 18px;
+ font-weight: bold;
+ border-bottom: 1px solid black;
+ line-height: 35px;
+}
+#sampler .i-label-subsection {
+ font-size: 16px;
+ font-weight: bold;
+ color: #666666;
+ text-indent: 7px;
+}
+
+#sampler .i-button-screenshot {
+ border: 3px solid #eeeeee;
+}
+
+#sampler tr.i-table-row-section {
+ color: #333366;
+ font-size: 18px;
+ font-weight: bold;
+}
+#sampler tr.i-table-row-subsection {
+ font-size: 16px;
+ font-weight: bold;
+}
+
#sampler .feature-main {
padding: 20px;
}
@@ -21,16 +49,19 @@
background-color: #999;
color: white;
padding: 20px;
- line-height: 30px;
+ line-height: 20px;
}
#sampler .feature-name {
font-size: 22px;
font-weight: bold;
+ line-height: 35px;
}
#sampler .feature-info .i-caption {
font-weight: bold;
font-size: 16px;
+ line-height: 30px;
+ margin-top: 10px;
}
.i-customcomponent-ModeSwitch .i-button {