Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you try using !important. For example:
    .hentry .ajax-login-register-login-container {
    float: left; width: 500px !important;
    }

    Thread Starter klinklan

    (@klinklan)

    I made changes directly in the file jquery-ui.css, in line 62, and these changes were seen in the page.

    .ui-dialog {
    background: #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    z-index: 1999;
    width:auto !important;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘aditional styles css no work’ is closed to new replies.