src/cm/media/css/site/text_view_comments/text_view_comments.css
author Simon Descarpentries <sid1@sopinspace.com>
Fri, 05 Aug 2011 17:12:15 +0200
changeset 373 f6fe14eb51bc
parent 200 e5e8cdfde782
child 421 3ddbfa64f596
permissions -rw-r--r--
Add a title attribute on comment scopes to indicate the number of comments in the scope. Also ensure that the last c-count-x defined color class is set even if there are more than 25 comments in the scope.

--/*INNER FRAME LAYOUT*/
	/* this style is from http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-21-fixed-fluid/ for 2 columns layout */
#contentwrapper {
	float: left;
	width: 100%;
}
/*Set left margin to $LeftColumnWidth$
#contentcolumn {
	margin-left: 200px; 
}
*/
#leftcolumn {
	float: left;
	/*width: 200px; $LeftColumnWidth$*/
	margin-left: -100%;
}

.innertube {
	margin: 25px 5px 5px 5px;
}
.initially_hidden, .displaynone {
    display:none;
}