help erro vb5 forum category spacing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • matheus2
    Member
    • Oct 2014
    • 48
    • 5.1.x

    help erro vb5 forum category spacing

    vb5 forum category spacing erro !!



    Style manager> style name> edit templates> css templates> css_additional.css


    Code:
    /*-- fix the first unwanted 2ndrow forum/topic/post/last post --*/
    /*-- fix at forumhome only not in subpages --*/
    #forum-tab table:first-child{display:none}
    
    /*-- custom spacing --*/
    .catspace{margin-top:20px;}
    
    /*-- category styling --*/
    .forum-list-container .category-header {
    background: #033145 url("images/css/sprite_gradients_vb.png") repeat-x 0px -50px;
    }
    /*-- category title text --*/
    .forum-list-container .category-header .category{color:#fff!important;}
    
    /*-- category 2nd row, last post, topic post count --*/
    .forum-list-container .forum-list-header{height:25px;line-height:25px;}
    .forum-list-container .forum-list-header .header-forum {border-left: 0px!important;}
    .forum-list-container .forum-list-header .header-lastpost{border-right: 0px!important;}
    
    
    /*-- forums bordering --*/
    .forum-list-container {
    border: 1px solid #c4c4c4;
    border-top: 0px solid #c4c4c4;
    box-shadow: 1px 1px 1px #ddd;
    }

Related Topics

Collapse

Working...