view src/nabble/view/web/util/nabbletabs.css @ 0:7ecd1a4ef557

add content
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 21 Mar 2019 19:15:52 -0600
parents
children
line wrap: on
line source

#tabs {
	text-align: left;
	margin: 2em 0 1px;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	list-style-type: none;
	padding: 3px .5em;
}

#tabs li {
	display: inline;
	white-space:nowrap;
}

.tab-selected {
	border-bottom: none;
	border-top-width:3px;
}

#tabs li a.tab-link-selected {
	position: relative;
	top: -1px;
	font-weight:bold;
	border-top-width:3px;
}

#tabs li a {
	position: relative;
	top: -2px;
	padding: 5px .8em;
	border-width: 1px;
	border-style: solid;
	margin-right: .3em;
	text-decoration: none;
	border-bottom: none;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}