de.swm.gwt.client.theme.base.css.page.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swm-gwt-client Show documentation
Show all versions of swm-gwt-client Show documentation
Plain GWT Swm erweiterungen, auch zur benutzung in mobilen Geraeten
@if swmgwt.css pretty {
@external page;
}
.page {
position:relative;
z-index: 0;
display: \-webkit-box;
\-webkit-box-orient: vertical;
height: 100%;
width: 100%;
overflow:hidden;
background: #d4d9d5;
}