Do not load styles wpuf.css

This topic contains 3 reply and 3 voices, and was last updated by sebiferi 11 years ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
April 19, 2013 at 1:51 pm 2553
sebiferi Notice the problem: loaded styles for form, but are not loaded styles for the dashboard  (wpuf.css).
April 19, 2013 at 6:54 pm 2563
sebiferi sebiferi

Same here!

April 19, 2013 at 9:25 pm 2567
Tareq Hasan Tareq Hasan

wpuf.css is not used in the pro version, frontend-forms.css is used for now. Also there isn’t any table styled provided from the plugin. Whats the problem?

April 20, 2013 at 5:24 am 2607
sebiferi sebiferi

The problem:

some lines are missing from wpuf-frontend.css:

table.wpuf-table {
    border: 1px solid #E7E7E7;
    margin: 0 opx 10px 0;
    text-align: left;
    width: 100%;
}

table.wpuf-table thead th, table.wpuf-table th {
    color: #888888;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}

table.wpuf-table td {
    border-top: 1px solid #E7E7E7;
    padding: 6px 24px;
}

.post_count {
    border: 1px solid #E7E7E7;
    margin: 5px 0;
    padding: 5px;
}

.post_count span {
    font-weight: bold;
}
.wpuf-pagination {
    display: block;
    width: 100%;
    margin: 10px 0;
}

.wpuf-pagination div.pagination{
    text-align:center;
    padding:7px;
    margin:3px;
}

.wpuf-pagination .page-numbers{
    padding:2px 8px;
    margin:2px;
    border:1px solid #4A5154;
    text-decoration:none;
    color:#4A5154;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.wpuf-pagination .page-numbers:hover,
.wpuf-pagination .page-numbers:active{
    border:1px solid #4A5154;
    background-color:#4A5154;
    color:#fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.wpuf-pagination .page-numbers.current{
    padding:2px 8px;
    margin:2px;
    border:1px solid #4A5154;
    font-weight:bold;
    background-color:#4A5154;
    color:#FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
Viewing 3 Posts - 1 through 3 (of 3 total)