Blame Identity/Webenv/Trac/htdocs/css/ticket.css

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