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

de.knightsoftnet.mtwidgets.client.ui.widget.styling.DeleteRequestStyle.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
.popUp {
  width: 80%;
  min-width: 19em;
  max-width: 1000px;
  background: white;
  z-index: 200;
  box-shadow: 0 0 1em rgba(0,0,0,0.55);
}

.popupHeader {
  width: 100%;
  border-bottom: thin solid black;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
}

.buttons {
  width: 100%;
}

.buttons > button {
  width: 33%;
  margin: 1em;
}

.buttons > button:first-child {
  margin-right: calc(33% - 4em);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy