• <style>
    #respond form input[type="text"], input[type="url"], select {
        padding: 1%;
        border: 1px solid #EAEAEA;
        line-height: 20px !important;
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 30px;
        background-color: #F8F8F8;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    input.s {
        width: 60%;
        padding: 4px 10px;
    }
    </style>

    https://ww.wp.xz.cn/themes/spacious/

Viewing 1 replies (of 1 total)
  • Thread Starter vadim-v

    (@vadim-v)

    <style>
    #respond form input[type="text"], input[type="url"], select {
        padding: 1%;
        border: 1px solid #EAEAEA;
        line-height: 20px !important;
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 30px;
        background-color: #F8F8F8;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    input.s {
        width: 60%;
        padding: 4px 10px;
    }
    .entry-content ul, .entry-content ol {
        padding: 0 0 0 19px;
        margin-bottom: 30px;
    }
    .entry-content ul li {
        line-height: 24px;
        margin-bottom: 5px;
    }
    .entry-content ul {
        list-style: initial;
    }
    </style>
Viewing 1 replies (of 1 total)

The topic ‘input[type="url"], select (CSS)’ is closed to new replies.