de.knightsoftnet.mtwidgets.client.ui.widget.styling.MultiLanguageTextBoxStyle.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.
.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