Browse Source

Fixes #3505 Sample: AbsoluteLayout

svn changeset:12269/svn branch:6.3
tags/6.7.0.beta1
Jouni Koivuviita 14 years ago
parent
commit
7c92012175

+ 3
- 0
WebContent/VAADIN/themes/sampler/layouts/absoluteexample.css View File

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

+ 2
- 0
WebContent/VAADIN/themes/sampler/styles.css View 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);

+ 1
- 1
WebContent/index.html View 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 -->

Loading…
Cancel
Save