From: Marc Englund Date: Thu, 30 Oct 2008 15:28:45 +0000 (+0000) Subject: Sampler style update, some icons added. X-Git-Tag: 6.7.0.beta1~3893 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0c6fc94e71a27bfe9597356185bf63dbc8e71e06;p=vaadin-framework.git Sampler style update, some icons added. svn changeset:5773/svn branch:trunk --- 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 Binary files /dev/null and b/WebContent/ITMILL/themes/sampler/icons/action_save.gif 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 Binary files /dev/null and b/WebContent/ITMILL/themes/sampler/icons/icon_info.gif 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 Binary files /dev/null and b/WebContent/ITMILL/themes/sampler/icons/icon_world.gif 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 Binary files /dev/null and b/WebContent/ITMILL/themes/sampler/icons/page_code.gif 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 {