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

template.themes.s2j-combobox.css Maven / Gradle / Ivy

There is a newer version: 5.0.3
Show newest version
.s2j-combobox {
    position: relative;
    display: inline-block;
}
.s2j-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}
.s2j-combobox-input {
    margin: 0;
    padding: 0.3em;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy