]> source.dussan.org Git - vaadin-framework.git/commitdiff
Sampler style update, some icons added.
authorMarc Englund <marc.englund@itmill.com>
Thu, 30 Oct 2008 15:28:45 +0000 (15:28 +0000)
committerMarc Englund <marc.englund@itmill.com>
Thu, 30 Oct 2008 15:28:45 +0000 (15:28 +0000)
svn changeset:5773/svn branch:trunk

WebContent/ITMILL/themes/sampler/icons/action_save.gif [new file with mode: 0644]
WebContent/ITMILL/themes/sampler/icons/icon_info.gif [new file with mode: 0644]
WebContent/ITMILL/themes/sampler/icons/icon_world.gif [new file with mode: 0644]
WebContent/ITMILL/themes/sampler/icons/page_code.gif [new file with mode: 0644]
WebContent/ITMILL/themes/sampler/sampler/styles.css

diff --git a/WebContent/ITMILL/themes/sampler/icons/action_save.gif b/WebContent/ITMILL/themes/sampler/icons/action_save.gif
new file mode 100644 (file)
index 0000000..6e6f7de
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 (file)
index 0000000..9dfa0e1
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 (file)
index 0000000..355c1a9
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 (file)
index 0000000..912517b
Binary files /dev/null and b/WebContent/ITMILL/themes/sampler/icons/page_code.gif differ
index 0449d79f041fa546c721db5d79d795e3e720bacc..899ee9ceda4c095f5222cb75929ff7aba9760f70 100644 (file)
@@ -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;
 }
        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 {