Blame Identity/Webenv/Themes/Default/Trac/0.10.4/Modern/htdocs/css/ticket.css

f2e824
@import url(code.css);
f2e824
f2e824
/* Ticket */
f2e824
f2e824
#content { 
f2e824
	max-width: 100%; 
f2e824
	}
f2e824
f2e824
#newticket #description { 
f2e824
	}
550383
f2e824
#newticket #properties { 
f2e824
	}
f2e824
f2e824
#ticket {
f2e824
	background: #ffd;
f2e824
	border: 1px solid #ccc;
f2e824
	margin-top: 1em;
f2e824
	padding: .5em 1em;
f2e824
	position: relative;
f2e824
	}
f2e824
f2e824
h1 .status { 
f2e824
	color: #fff; 
f2e824
	text-transform: lowercase; 
f2e824
	}
f2e824
	
f2e824
#ticket h2.summary { 
f2e824
	margin: 0 0 .8em 0; 
f2e824
	background: transparent;
f2e824
	}
f2e824
f2e824
#ticket .date { 
f2e824
	color: #996; 
f2e824
	float: right; 
f2e824
	font-size: 85%; 
f2e824
	position: relative; 
f2e824
	}
f2e824
f2e824
#ticket .date p { 
f2e824
	margin: 0; 
f2e824
	}
f2e824
f2e824
#ticket table.properties {
f2e824
	border-top: 1px solid #dd9;
f2e824
	border-collapse: collapse;
f2e824
	table-layout: fixed;
f2e824
	width: 100%;
f2e824
	}
f2e824
f2e824
#ticket table.properties tr { 
f2e824
	border-bottom: 1px dotted #eed; 
f2e824
	}
f2e824
f2e824
#ticket table.properties td, 
f2e824
#ticket table.properties th {
f2e824
	font-size: 80%;
f2e824
	padding: .5em 1em;
f2e824
	vertical-align: top;
f2e824
	}
f2e824
f2e824
#ticket table.properties th {
f2e824
	color: #663;
f2e824
	font-weight: normal;
f2e824
	text-align: left;
f2e824
	width: 20%;
f2e824
	}
f2e824
f2e824
#ticket table.properties td { 
f2e824
	width: 30%; 
f2e824
	}
f2e824
f2e824
#ticket table.properties .description { 
f2e824
	border-top: 1px solid #dd9; 
f2e824
	}
f2e824
f2e824
#ticket .description h3 {
f2e824
	border-bottom: 1px solid #dd9;
f2e824
	color: #663;
f2e824
	font-size: 100%;
f2e824
	font-weight: normal;
f2e824
	}
f2e824
f2e824
#ticket .description h3 .lastmod {
f2e824
	font-size: 90%;
f2e824
	}
f2e824
f2e824
#ticket .inlinebuttons { 
f2e824
	float: right;
f2e824
	position: relative;
f2e824
	bottom: 0.3em;
f2e824
	}
f2e824
f2e824
#changelog { 
f2e824
	border: 1px solid #ddd; 
f2e824
	padding-left: 1em; 
f2e824
	padding-right: 1em; 
f2e824
	padding-bottom: 1em; 
f2e824
	}
f2e824
f2e824
#changelog h3 {
f2e824
 	border-bottom: 1px solid #ddd;
f2e824
	color: #999;
f2e824
	font-size: x-small;
f2e824
	font-weight: normal;
f2e824
	font-family: "DejaVu Sans Mono","Liberation Mono",monospace;
f2e824
	}
f2e824
f2e824
#changelog .threading, 
f2e824
#changelog .inlinebuttons {
f2e824
	float: right;
f2e824
	position: relative;
f2e824
	bottom: 0.3em;
f2e824
	}
f2e824
f2e824
#changelog .changes { 
f2e824
	list-style: square; 
f2e824
	margin-left: 2em; 
f2e824
	padding: 0 
f2e824
	font-size: small;
f2e824
	}
f2e824
f2e824
#changelog .comment { 
f2e824
	margin-left: 2em;
f2e824
	font-family: "DejaVu Sans Mono","Liberation Mono",monospace;
f2e824
	font-size: small;
f2e824
	}
f2e824
f2e824
form .field { 
f2e824
	margin-top: .75em; 
f2e824
	width: 100% 
f2e824
	}
f2e824
f2e824
form #comment { 
f2e824
	width: 100% 
f2e824
	}
f2e824
f2e824
#properties { 
f2e824
	white-space: nowrap; 
f2e824
	line-height: 160%; 
f2e824
	padding: .5em 
f2e824
	}
f2e824
f2e824
#properties table { 
f2e824
	border-spacing: 0; 
f2e824
	width: 100%; 
f2e824
	}
f2e824
f2e824
#properties table th {
f2e824
	padding: .4em;
f2e824
	text-align: right;
f2e824
	width: 20%;
f2e824
	vertical-align: top;
f2e824
	}
f2e824
f2e824
#properties table th.col2 {
f2e824
	border-left: 1px dotted #d7d7d7; 
f2e824
	}
f2e824
f2e824
#properties table td { 
f2e824
	vertical-align: middle; 
f2e824
	width: 30%; 
f2e824
	}
f2e824
f2e824
#properties table td.fullrow {
f2e824
	vertical-align: middle; 
f2e824
	width: 80%; 
f2e824
	}
f2e824
f2e824
#action {
f2e824
	line-height: 2em; 
f2e824
	}
f2e824
f2e824
fieldset.radio { 
f2e824
	border: none; 
f2e824
	margin: 0; padding: 0; 
f2e824
	}
f2e824
f2e824
fieldset.radio legend {
f2e824
	color: #000;
f2e824
	float: left;
f2e824
	font-size: 100%;
f2e824
	font-weight: normal;
f2e824
	padding: 0 1em 0 0;
f2e824
	}
f2e824
f2e824
fieldset.radio label { 
f2e824
	padding-right: 1em; 
f2e824
	}