]> source.dussan.org Git - vaadin-framework.git/commitdiff
Still moving Sampler theme.
authorMarc Englund <marc.englund@itmill.com>
Wed, 15 Oct 2008 13:01:37 +0000 (13:01 +0000)
committerMarc Englund <marc.englund@itmill.com>
Wed, 15 Oct 2008 13:01:37 +0000 (13:01 +0000)
svn changeset:5640/svn branch:trunk

WebContent/ITMILL/themes/example/layouts/sampler/featureview.html [deleted file]
WebContent/ITMILL/themes/example/styles.css
WebContent/ITMILL/themes/sampler/dummy/styles.css [new file with mode: 0644]
WebContent/ITMILL/themes/sampler/layouts/featureview.html [new file with mode: 0644]
WebContent/ITMILL/themes/sampler/sampler/styles.css [new file with mode: 0644]
WebContent/ITMILL/themes/sampler/styles.css

diff --git a/WebContent/ITMILL/themes/example/layouts/sampler/featureview.html b/WebContent/ITMILL/themes/example/layouts/sampler/featureview.html
deleted file mode 100644 (file)
index 31937e0..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<table width="100%" height="100%" cellpadding="0" cellspacing="0">
-       <tbody>
-               <tr valign="top">
-                       <td class="feature-main">
-                               <div class="feature-controls" location="feature-controls"></div>
-                               <div class="feature-example" location="feature-example"></div>
-                       </td>
-                       <td width="350px" class="feature-info">
-                               <div class="feature-name" location="feature-name"></div>
-                               <div class="feature-desc" location="feature-desc"></div>
-                               <div class="feature-res" location="feature-res"></div>
-                               <div class="feature-api" location="feature-api"></div>
-                               <div class="feature-rel" location="feature-rel"></div>
-                       </td>
-       </tbody>
-</table>
\ No newline at end of file
index 15bd6210447fc4450d257b56ea3a0aaff6109bee..426cfade50a1679904bbe0cc91beeb882ce3eea0 100644 (file)
     text-align: right;
 }
 
-/******************************************************************************
- * 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;
-}
diff --git a/WebContent/ITMILL/themes/sampler/dummy/styles.css b/WebContent/ITMILL/themes/sampler/dummy/styles.css
new file mode 100644 (file)
index 0000000..ac15844
--- /dev/null
@@ -0,0 +1,4 @@
+/* Dummy styles for the DummyExample */
+.i-panel-DummyFeatureExample .i-label {
+       border: 1px dotted red;
+}
\ No newline at end of file
diff --git a/WebContent/ITMILL/themes/sampler/layouts/featureview.html b/WebContent/ITMILL/themes/sampler/layouts/featureview.html
new file mode 100644 (file)
index 0000000..31937e0
--- /dev/null
@@ -0,0 +1,16 @@
+<table width="100%" height="100%" cellpadding="0" cellspacing="0">
+       <tbody>
+               <tr valign="top">
+                       <td class="feature-main">
+                               <div class="feature-controls" location="feature-controls"></div>
+                               <div class="feature-example" location="feature-example"></div>
+                       </td>
+                       <td width="350px" class="feature-info">
+                               <div class="feature-name" location="feature-name"></div>
+                               <div class="feature-desc" location="feature-desc"></div>
+                               <div class="feature-res" location="feature-res"></div>
+                               <div class="feature-api" location="feature-api"></div>
+                               <div class="feature-rel" location="feature-rel"></div>
+                       </td>
+       </tbody>
+</table>
\ No newline at end of file
diff --git a/WebContent/ITMILL/themes/sampler/sampler/styles.css b/WebContent/ITMILL/themes/sampler/sampler/styles.css
new file mode 100644 (file)
index 0000000..56077af
--- /dev/null
@@ -0,0 +1,51 @@
+/******************************************************************************
+ * Sampler styles
+ ******************************************************************************/
+#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(left-on.gif) no-repeat;
+}
+.i-customcomponent-ModeSwitch .i-button-first {
+       background: transparent url(left.gif) no-repeat;
+}
+.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 {
+       border: none;
+       background: transparent url(right.gif) no-repeat right top;
+}
index 0a20a0771fb1c60e5bc1f8f1844e65ec1c1b8a16..cd0aed88204946d767140236f1bc965cec2e03c4 100644 (file)
@@ -1,55 +1,6 @@
 @import url(../default/styles.css);
 
+@import url(sampler/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;
-}