get paid to paste

Square add-on (list width/more covers)

/*  LIST WIDTH 
Adjust the width of the list with the first code, and move the header behind the category links to the left with the second code. 
*/

#list_surround {
	width: 92% !important;
}

#inlineContent:before {
    left: 4% !important;
}



.header_cw + tab\le, .header_completed + tab\le, .header_onhold + tab\le, .header_dropped + tab\le, .header_ptw + tab\le {
    background: none repeat scroll 0 0 transparent;
    border-spacing: 11px 0;
    left: 12%;
    margin-left: -7px;
    position: absolute;
    top: 86px;
    width: 461px;
}

Pasted: Sep 26, 2014, 6:25:09 pm
Views: 184