Fixes #3505 Sample: AbsoluteLayout

svn changeset:12269/svn branch:6.3
This commit is contained in:
Jouni Koivuviita 2010-04-01 07:57:27 +00:00
vanhempi 0e1c947966
commit 7c92012175
3 muutettua tiedostoa jossa 6 lisäystä ja 1 poistoa

Näytä tiedosto

@ -0,0 +1,3 @@
.v-absolutelayout-border {
border: 1px solid #ddd;
}

Näytä tiedosto

@ -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);

Näytä tiedosto

@ -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 -->