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

template.site.css.search-box.css Maven / Gradle / Ivy

Go to download

This module generates documentation for the https://github.com/credibledoc/credible-doc repository projects. See description on the https://github.com/credibledoc/credible-doc page.

There is a newer version: 1.0.51
Show newest version
.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

#er-search-form {
    padding: 0;
    margin: 0;
    display: flex !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

.er_search_button {
    border-style: none;
}

#er_search_input_dummy {
    margin-bottom: 0;
    height: auto;
    padding: 10px;
    font-size: 14px;
    width: 300px;
    border-style: none;
}

#er_search_button_dummy {
    width: 16px;
    height: 40px;
    padding-left: 1px;
}

#er_search_button_dummy svg {
    width: 12px;
    height: 12px;
}

@media (min-width: 100px) AND (max-width: 640px) {
    #er_search_input_dummy {
        padding: 2px;
        width: 200px;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy