gecko-dev/tools/trace-malloc/spacetrace.css

94 строки
1.1 KiB
CSS
Исходник Обычный вид История

body {
margin: 0px;
padding: 0px;
}
/* header stuff */
.spacetrace-header {
background: green;
min-height: 2em;
}
.navigate {
background: lightgrey;
position: absolute;
right: 0px;
margin: 0px;
padding: 2px;
}
.header-item {
border: 2px outset;
margin: 0px;
}
.header-item > a {
font-weight: bold;
text-decoration: none;
}
.header-item {
font-weight: bold;
}
.category-title {
font-weight: bold;
}
/* footer stuff */
.footer-separator {
border: 1px inset;
}
.footer {
text-align: right;
}
.footer-text {
font-style: italic;
}
/* data tables */
/* headers at the top of specific call site pages */
table.summary {
border: 1px solid black;
}
/* lists of callsites/etc */
table.data td {
border-top: 1px solid;
padding: 5px;
}
table.data {
clear: right;
border-collapse: collapse;
}
tr.row-header {
background: #009090;
width: 100%;
}
table.data th {
padding: 5px;
margin: 0px;
text-align: right;
}
th.callsite {
text-align: left !important;
}
/* links to source */
.source-extra {
display: none;
}
a.source, a.callsite {
text-decoration: none;
}