2010-02-07 04:36:40 +01:00
|
|
|
.data-table-container {
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
overflow-x: auto;
|
|
|
|
}
|
|
|
|
|
2010-02-10 19:54:53 +01:00
|
|
|
table.data-table {
|
|
|
|
}
|
|
|
|
|
|
|
|
table.data-table > tbody > tr > td {
|
2010-02-07 04:36:40 +01:00
|
|
|
padding: 2px 5px;
|
2010-02-10 19:54:53 +01:00
|
|
|
border-top: 1px solid white;
|
|
|
|
border-right: 1px solid white;
|
2010-02-07 04:36:40 +01:00
|
|
|
}
|
|
|
|
|
2010-02-10 19:54:53 +01:00
|
|
|
table.data-table > tbody > tr.odd > td {
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.data-table > tbody > tr.even > td {
|
|
|
|
background: #ddd;
|
2010-02-07 04:36:40 +01:00
|
|
|
}
|
|
|
|
|
2010-02-10 19:54:53 +01:00
|
|
|
table.data-table > tbody > tr.contextual > td > div {
|
|
|
|
opacity: 0.3;
|
2010-02-07 04:36:40 +01:00
|
|
|
}
|
|
|
|
|
2010-02-10 19:54:53 +01:00
|
|
|
table.data-table > tbody > tr.record.contextual > td {
|
2010-02-07 04:36:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
table.data-table td.column-header {
|
|
|
|
background: #ddd;
|
|
|
|
cursor: pointer;
|
|
|
|
padding: 5px 5px;
|
|
|
|
border-bottom: 2px solid #aaa;
|
|
|
|
white-space: pre;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.column-header-layout td {
|
|
|
|
padding: 0px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.column-header-menu {
|
|
|
|
}
|
|
|
|
|
|
|
|
.viewPanel-summary {
|
|
|
|
}
|
|
|
|
.viewPanel-pagingControls {
|
|
|
|
text-align: center;
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
2010-02-09 21:04:43 +01:00
|
|
|
|
|
|
|
|
|
|
|
ul.data-table-recon-candidates {
|
|
|
|
margin: 0.75em 1.5em;
|
|
|
|
padding: 0;
|
|
|
|
list-style: circle;
|
|
|
|
color: #88a;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.data-table-recon-topic {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #88a;
|
|
|
|
}
|
|
|
|
a.data-table-recon-topic:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
color: #008;
|
|
|
|
}
|
|
|
|
|
|
|
|
.data-table-recon-score {
|
|
|
|
color: #aaa;
|
|
|
|
margin: 0 0.5em;
|
|
|
|
}
|
|
|
|
|
2010-02-20 01:47:08 +01:00
|
|
|
a.data-table-recon-action, a.data-table-recon-search {
|
2010-02-09 21:04:43 +01:00
|
|
|
font-size: 80%;
|
|
|
|
text-decoration: none;
|
|
|
|
color: #aaf;
|
|
|
|
}
|
2010-02-20 01:47:08 +01:00
|
|
|
a.data-table-recon-action:hover, a.data-table-recon-search:hover {
|
2010-02-09 21:04:43 +01:00
|
|
|
text-decoration: underline;
|
|
|
|
color: #008;
|
|
|
|
}
|