de.knightsoftnet.mtwidgets.client.ui.widget.styling.PageableStyle.gss Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwt-mt-widgets-spring-gwtp Show documentation
Show all versions of gwt-mt-widgets-spring-gwtp Show documentation
A set of widgets and handlers using server calls for gwt applications using gwt-bean-validators-spring-gwtp.
.headerSortDown {
}
.headerSortDown:after {
content: " ▾";
}
.headerSortUp {
}
.headerSortUp:after {
content: " ▴";
}
.pagination {
text-align: center;
margin: 2em 0;
display: -ms-inline-flexbox;
width: 100%;
}
/**
* ie workaround.
*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.pagination > a {
-ms-flex: 1;
}
.pagination > a:first-of-type {
margin-left: 25%;
}
.pagination > a:last-of-type {
margin-right: 25%;
}
}
.pagination > select {
width: initial;
border: 0;
padding: 0;
margin: 0 1em;
display: inline-table;
-ms-flex: 2;
}
.listWrapper {
width: 100%;
}
.listHeader {
margin-top: 0.3125rem;
font-size: 1.25rem;
line-height: 1.5625rem;
cursor: ns-resize;
border-width: 1px 0 1px 0;
border-style: solid;
}
.listItem {
margin-bottom: 0.625rem;
cursor: pointer;
}
.listItem:nth-child(odd) {
background-color: LightGrey;
}
.listHeader:before,
.listHeader:after,
.listItem:before,
.listItem:after {
content: " ";
display: table;
}
.listHeader:after,
.listItem:after {
clear: both;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy