de.knightsoftnet.mtwidgets.client.ui.widget.styling.AdminNavigationSearchCriteriaStyle.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.
.searchCriteria {
width: 100%;
}
.columnKey {
width: 33%;
float: left;
}
.columnOperation {
width: 17%;
float: left;
}
.columnValue {
width: 42%;
float: left;
}
.columnKey > select,
.columnOperation > select,
.columnValue > select {
width: 99%;
min-height: 2em;
}
.columnValue > input {
width: 95%;
}
.columnRemove {
width: 8%;
float: left;
}
.buttonRemove {
font-size: 2em;
border: none;
background: none;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy