]> source.dussan.org Git - vaadin-framework.git/commitdiff
sampler theme added
authorMarc Englund <marc.englund@itmill.com>
Wed, 15 Oct 2008 12:46:03 +0000 (12:46 +0000)
committerMarc Englund <marc.englund@itmill.com>
Wed, 15 Oct 2008 12:46:03 +0000 (12:46 +0000)
svn changeset:5637/svn branch:trunk

WebContent/ITMILL/themes/sampler/styles.css [new file with mode: 0644]

diff --git a/WebContent/ITMILL/themes/sampler/styles.css b/WebContent/ITMILL/themes/sampler/styles.css
new file mode 100644 (file)
index 0000000..0a20a07
--- /dev/null
@@ -0,0 +1,55 @@
+@import url(../default/styles.css);
+
+@import url(dummy/styles.css);
+
+/******************************************************************************
+ * For Sampler
+ ******************************************************************************/
+#sampler {
+       background-color: white;
+}
+#sampler .i-expandlayout-topbar {
+       border-bottom: 1px solid #999;
+}
+#sampler .feature-main {
+       padding: 20px;
+}
+#sampler .feature-controls {
+       margin-bottom: 20px;
+}
+#sampler .feature-info {
+       background-color: #999;
+       color: white;
+       padding: 20px;
+       line-height: 30px;
+}
+#sampler .feature-name {
+       font-size: 18px;
+       font-weight: bold;
+}
+.i-customcomponent-ModeSwitch .i-button {
+       height: 28px;
+       border: none;
+       border-right: 1px solid #736a60;
+       margin: 0px;
+}
+.i-customcomponent-ModeSwitch .i-button-first-on {
+       background: transparent url(sampler/left-on.gif) no-repeat;
+}
+.i-customcomponent-ModeSwitch .i-button-first {
+       background: transparent url(sampler/left.gif) no-repeat;
+}
+.i-customcomponent-ModeSwitch .i-button-mid-on {
+       background: transparent url(sampler/mid-on.gif) no-repeat;
+}
+.i-customcomponent-ModeSwitch .i-button-mid {
+       background: transparent url(sampler/mid.gif) no-repeat;
+}
+.i-customcomponent-ModeSwitch .i-button-last-on {
+       border: none;
+       background: transparent url(sampler/right-on.gif) no-repeat right top;
+}
+.i-customcomponent-ModeSwitch .i-button-last {
+       border: none;
+       background: transparent url(sampler/right.gif) no-repeat right top;
+}