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

de.knightsoftnet.mtwidgets.client.ui.widget.styling.MultiLanguageTextBoxStyle.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
.multLang,
.multLang > div:last-child > div {
  width: 100%;
}

.multLang > div:first-child {
  float: left;
  padding: 0.9em;
  width: 2em;
  height: 2em;
  cursor: pointer;
}

.multLang > input,
.multLang > div > div > input {
  float: left;
  width: calc(100% - 2em);
}

.multLang > div > div > div {
  float: left;
  padding-top: 0.9em;
  width: 2em;
  height: 2em;
}

.multLang > div:last-child {
  display: none;
}

.multLangOpen > div:first-child {
  transform: rotate(90deg);
  padding: 0 0 0 1.5em;
}

.multLangOpen > div:last-child {
  display: block !important;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy