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

de.knightsoftnet.mtwidgets.client.ui.widget.styling.AdminNavigationSearchCriteriaStyle.gss Maven / Gradle / Ivy

Go to download

A set of widgets and handlers using server calls for gwt applications using gwt-bean-validators-spring-gwtp.

There is a newer version: 2.3.2
Show newest version
.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