de.swm.commons.mobile.client.theme.bootstrap.css.flexstyle.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swm-mobile Show documentation
Show all versions of swm-mobile Show documentation
GWT Bibliothek fuer Mobile Plattformen der SWM
@if swmmobile.css pretty {
@external flexPhone, flexPad;
}
.flexPhone > div > *:first-child {
text-align: right;
padding-right: 1em;
width: 20%;
}
.flexPad > div > *:first-child {
text-align: right;
padding-right: 1em;
width: 90%;
}