org.symbian.tools.wrttools.doc.WebDeveloper/html/css/tabs_table.css
author Eugene Ostroukhov <eugeneo@symbian.org>
Fri, 11 Jun 2010 13:33:03 -0700
changeset 372 1e408ee32d8a
parent 229 716254ccbcc0
permissions -rw-r--r--
Added templates for WRT 1.1 platform services

/* 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;
	}