Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author nickboss

    (@nickboss)

    Hi,

    can you please first enable Relax CSS option from the plugin’s Settings in Dashboard?

    Let me know when you do it.

    Nickolas

    Thread Starter siCk_BoY_

    (@sick_boy_)

    Relax CSS is enabled all the time. But the form file upload looks strange.

    Plugin Author nickboss

    (@nickboss)

    the theme is affecting the appearance of the plugin,

    put the following css inside the Custom CSS area of your theme

    table.file_table_clean {
        border: none;
        margin-bottom: 4px;
    }
    
    td.file_td_clean {
        padding: 0 !important;
        border: none !important;
    }
    
    div#wordpress_file_upload_subfolders_1 {
        width: 271px;
    }
    
    .file_item_clean.subfolder_container {
        margin-top: 6px;
    }

    let me know how it looks

    Nickolas

    Thread Starter siCk_BoY_

    (@sick_boy_)

    Looks better, but not exactly like on the screenshots.
    Can I achieve such an effect as screenshots?

    Plugin Author nickboss

    (@nickboss)

    please try the following code:

    #wordpress_file_upload_block_1 td.file_td_clean {
        max-width: none;
    }
    input#fileName_1 {
        width: 200px;
        padding: 10px;
        background: #f8f8f8;
    }
    form#uploadform_1 {
        width: 100px;
        height: 40px;
    }
    input#input_1 {
        width: 100px;
        height: 37px;
        background: black;
        border: none;
        color: white;
        margin-top: 1px;
        margin-left: 4px;
    }
    input#input_1.file_input_button_hover {
        box-shadow: inset 0px 0px 4px #fff;
    }
    input#upload_1 {
        width: 100px;
        height: 37px;
        background: black;
        border: none;
        color: white;
        margin-left: 4px;
    }
    input#upload_1:hover {
        box-shadow: inset 0px 0px 4px #fff;
    }
    input#upload_1:disabled {
        color: silver;
    }
    div#wordpress_file_upload_subfolders_1 {
        width: 404px;
    }
    span.subfolder_dir {
        height: 25px;
        display: inline-block;
        margin-top: 10px;
    }
    span.file_item_clean.subfolder_label {
        width: 140px;
        display: inline-block;
    }
    select#selectsubdir_1 {
        width: 264px;
        height: 40px;
        background: #f8f8f8;
    }

    Nickolas

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Appearance form on page’ is closed to new replies.