org.symbian.tools.wrttools.doc.WebDeveloper/html/css/tabs_table.css
changeset 229 716254ccbcc0
equal deleted inserted replaced
228:913c9751c067 229:716254ccbcc0
       
     1 /* table-based tabs -specific */
       
     2 table.tab tr td.off {
       
     3 	background: url('../images/tab_off_strip.gif');
       
     4 	cursor: pointer;
       
     5 	display: block;
       
     6 	font-family: arial;
       
     7 	font-size: 11px;
       
     8 	height: 16px;
       
     9 	margin: 0;
       
    10 	padding: 5px 3px 0 3px;
       
    11 	white-space: nowrap;
       
    12 	}
       
    13 table.tab tr td.off a {
       
    14 	color: #000;
       
    15 	text-decoration: none;
       
    16 	}
       
    17 table.tab tr td.off a:hover {
       
    18 	text-decoration: underline;
       
    19 	}
       
    20 table.tab tr td.on {
       
    21 	background: url('../images/tab_on_strip.gif');
       
    22 	cursor: default;
       
    23 	display: block;
       
    24 	font-family: arial;
       
    25 	font-size: 11px;
       
    26 	font-weight: bold;
       
    27 	height: 16px;
       
    28 	margin: 0;
       
    29 	padding: 5px 3px 0 3px;
       
    30 	white-space: nowrap;
       
    31 	}