]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #3505 Sample: AbsoluteLayout
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 1 Apr 2010 07:57:27 +0000 (07:57 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 1 Apr 2010 07:57:27 +0000 (07:57 +0000)
svn changeset:12269/svn branch:6.3

WebContent/VAADIN/themes/sampler/layouts/absoluteexample.css [new file with mode: 0644]
WebContent/VAADIN/themes/sampler/styles.css
WebContent/index.html

diff --git a/WebContent/VAADIN/themes/sampler/layouts/absoluteexample.css b/WebContent/VAADIN/themes/sampler/layouts/absoluteexample.css
new file mode 100644 (file)
index 0000000..7625055
--- /dev/null
@@ -0,0 +1,3 @@
+.v-absolutelayout-border {
+       border: 1px solid #ddd;
+}
\ No newline at end of file
index 33b714cb8b8b25308573f0da0b94f113d4646228..d69e982f1c2307141e0707a7b4b4b0891c00ea71 100644 (file)
@@ -16,6 +16,8 @@
 
 @import url(layouts/cssexample.css);
 
+@import url(layouts/absoluteexample.css);
+
 @import url(table/styles.css);
 
 @import url(misc/item-styles.css);
\ No newline at end of file
index 43a46288b165a93271649570fa5b119115bc1d35..0a09d48bc8faca89cda528eecde26c493f3bfffc 100644 (file)
@@ -55,7 +55,7 @@
                                <h2>Sampler</h2>
                                <p>The Sampler contains examples of all Vaadin core components and their features with example source code available for copy-pasting.</p>
                                <strong class="start">Start Sampler &raquo;</strong>
-                               <strong class="new"><em>Notable In This Release</em> &bull;&nbsp;Drag'n'drop &bull;&nbsp;Keyboard&nbsp;Shortcuts &bull;&nbsp;AbsoluteLayout &bull;&nbsp;GWT 2.0</strong>
+                               <strong class="new"><em>Notable In This Release</em> &bull;&nbsp;Drag'n'drop &bull;&nbsp;Keyboard Shortcuts &bull;&nbsp;AbsoluteLayout &bull;&nbsp;GWT 2.0</strong>
                                </a>
                        </div>
                </div> <!-- /upfront -->