All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.swm.gwt.client.theme.base.css.grid.css Maven / Gradle / Ivy

There is a newer version: 3.1
Show newest version
/**
* Zur Klasse ICssResource.java passende StyleSheet-Datei.
* Ermoeglicht weitergehende Definitionen als Standard-CSS, z.B. Bedingungen oder Konstanten.
* Siehe http://www.gwtproject.org/doc/latest/DevGuideClientBundle.html
*/
@if swmgwt.css pretty {
	@external defaultDataGrid, defaultSimplePager;
}

.defaultDataGrid {
    width:100%;
    height:300px;
    border: 1px solid;
}

.defaultSimplePager {
      width:100%;
      height:25px;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy