Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
style.css 770 B
fieldset {
	padding: 0px;
}

fieldset legend {
	background: #eee;
}

#addattributesb {
	margin-right: .2em;
}
table.attributes {
	width: 100%;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
}

table.attributes td.attrname {
	text-align: right;
}
table.attributes tr.even td {
	background: #eee;
}

table.attributes tr td {
	border-bottom: 1px solid #bbb; 
	border-left: 0px;
	border-right: 0px;	
	
	padding-top: 5px;
	padding-left: 1em;
	padding-right: 1em;
	
	vertical-align: top;
}
table#table_with_attributes tr:last-child td {
	border-bottom: none;
}
td.attrvalue img {
	border: 1px solid #777;
	margin: 4px;
}

table#table_with_attributes td.attrname {
	color: #555;
	font-weight: light;
	font-size: 90%;
}
table#table_with_attributes ul {
	margin: 0px;
}