org.symbian.tools.wrttools.doc.WebDeveloper/html/css/tabs_table.css
author tasneems@symbian.org
Fri, 05 Mar 2010 19:11:15 -0800
changeset 229 716254ccbcc0
permissions -rw-r--r--
Fixed 2046: WRTKit help topics. Fixed 2170: Added support for Web Developer Library. Fixed 1952: Event Trigger icons unreadable

/* table-based tabs -specific */
table.tab tr td.off {
	background: url('../images/tab_off_strip.gif');
	cursor: pointer;
	display: block;
	font-family: arial;
	font-size: 11px;
	height: 16px;
	margin: 0;
	padding: 5px 3px 0 3px;
	white-space: nowrap;
	}
table.tab tr td.off a {
	color: #000;
	text-decoration: none;
	}
table.tab tr td.off a:hover {
	text-decoration: underline;
	}
table.tab tr td.on {
	background: url('../images/tab_on_strip.gif');
	cursor: default;
	display: block;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	margin: 0;
	padding: 5px 3px 0 3px;
	white-space: nowrap;
	}