2010-04-17 00:39:30 +02:00
|
|
|
.viewPanel-summary-row-count {
|
|
|
|
font-size: 150%;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
a.viewPanel-pagingControls-page {
|
|
|
|
margin: 0 2px;
|
2010-04-24 08:29:30 +02:00
|
|
|
padding: 2px 4px 3px 4px;
|
2010-04-17 00:39:30 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
a.viewPanel-pagingControls-page.inaction {
|
2010-04-24 08:29:30 +02:00
|
|
|
background: #f8f8f8;
|
|
|
|
color: #777;
|
|
|
|
border: 1px solid #ff6a00;
|
2010-04-17 00:39:30 +02:00
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
2010-02-07 04:36:40 +01:00
|
|
|
.data-table-container {
|
|
|
|
border: 1px solid #ccc;
|
2010-03-22 22:48:36 +01:00
|
|
|
overflow: auto;
|
2010-02-07 04:36:40 +01:00
|
|
|
}
|
|
|
|
|
2010-02-10 19:54:53 +01:00
|
|
|
table.data-table {
|
2010-03-22 22:48:36 +01:00
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
border-collapse: collapse;
|
2010-02-10 19:54:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
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-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 {
|
2010-03-16 18:38:38 +01:00
|
|
|
border-top: 1px solid #eee;
|
|
|
|
border-right: 1px solid #eee;
|
2010-02-10 19:54:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
table.data-table > tbody > tr.even > td {
|
2010-03-16 18:38:38 +01:00
|
|
|
border-top: 1px solid white;
|
|
|
|
border-right: 1px solid white;
|
2010-03-16 02:46:32 +01:00
|
|
|
background: #eee;
|
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 {
|
2010-03-16 18:38:38 +01:00
|
|
|
background: #e8e8e8;
|
2010-02-07 04:36:40 +01:00
|
|
|
cursor: pointer;
|
|
|
|
padding: 5px 5px;
|
2010-03-16 18:38:38 +01:00
|
|
|
border-bottom: 1px solid #ccc;
|
2010-02-07 04:36:40 +01:00
|
|
|
white-space: pre;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2010-04-24 08:29:30 +02:00
|
|
|
table.data-table td.column-header td {
|
2010-05-05 01:15:42 +02:00
|
|
|
vertical-align: middle;
|
2010-04-24 08:29:30 +02:00
|
|
|
}
|
|
|
|
|
2010-03-18 01:35:34 +01:00
|
|
|
table.column-header-layout {
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2010-02-07 04:36:40 +01:00
|
|
|
table.column-header-layout td {
|
|
|
|
padding: 0px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2010-03-18 01:35:34 +01:00
|
|
|
a.column-header-menu {
|
|
|
|
display: block;
|
2010-04-17 00:39:30 +02:00
|
|
|
margin-right: 5px;
|
|
|
|
width: 17px;
|
|
|
|
height: 23px;
|
2010-03-18 01:35:34 +01:00
|
|
|
background-image: url(../../images/menu-dropdown.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 0px 0px;
|
|
|
|
}
|
|
|
|
a.column-header-menu:hover {
|
2010-04-17 00:39:30 +02:00
|
|
|
background-position: -17px 0px;
|
2010-03-18 01:35:34 +01:00
|
|
|
}
|
|
|
|
.column-header-recon-stats-bar {
|
|
|
|
margin-top: 5px;
|
|
|
|
height: 3px;
|
|
|
|
max-height: 3px;
|
|
|
|
background: #333;
|
2010-02-23 08:45:12 +01:00
|
|
|
position: relative;
|
2010-03-18 01:35:34 +01:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.column-header-recon-stats-blanks {
|
|
|
|
position: absolute;
|
|
|
|
height: 100%;
|
|
|
|
background: white;
|
2010-02-07 04:36:40 +01:00
|
|
|
}
|
2010-03-18 01:35:34 +01:00
|
|
|
.column-header-recon-stats-matched {
|
|
|
|
position: absolute;
|
|
|
|
height: 100%;
|
|
|
|
background: #6d6;
|
|
|
|
}
|
|
|
|
|
2010-04-13 10:06:05 +02:00
|
|
|
table.viewPanel-header {
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
2010-03-22 22:48:36 +01:00
|
|
|
}
|
2010-04-13 10:06:05 +02:00
|
|
|
table.viewPanel-header td {
|
|
|
|
padding: 1em 1em 1em 0;
|
2010-02-07 04:36:40 +01:00
|
|
|
}
|
2010-02-09 21:04:43 +01:00
|
|
|
|
2010-03-05 09:11:48 +01:00
|
|
|
div.data-table-cell-content {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
a.data-table-cell-edit {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
right: 0px;
|
2010-04-26 01:43:53 +02:00
|
|
|
display: block;
|
|
|
|
width: 30px;
|
|
|
|
height: 16px;
|
2010-03-05 09:11:48 +01:00
|
|
|
text-decoration: none;
|
2010-04-26 01:43:53 +02:00
|
|
|
background-image: url(../../images/edit-map.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 0px 0px;
|
2010-03-05 09:11:48 +01:00
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
a.data-table-cell-edit:hover {
|
2010-04-26 01:43:53 +02:00
|
|
|
background-position: -30px 0px;
|
|
|
|
}
|
|
|
|
.data-table-value-nonstring {
|
|
|
|
color: #880;
|
2010-03-05 09:11:48 +01:00
|
|
|
}
|
2010-03-01 01:21:13 +01:00
|
|
|
.data-table-error {
|
|
|
|
color: red;
|
|
|
|
}
|
2010-02-22 02:28:13 +01:00
|
|
|
div.data-table-recon-candidates {
|
|
|
|
margin: 0.5em 0;
|
|
|
|
min-width: 15em;
|
2010-02-09 21:04:43 +01:00
|
|
|
color: #88a;
|
|
|
|
}
|
2010-02-22 02:28:13 +01:00
|
|
|
div.data-table-recon-candidate {
|
|
|
|
padding-left: 35px;
|
|
|
|
position: relative;
|
|
|
|
}
|
2010-02-09 21:04:43 +01:00
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
2010-02-22 02:28:13 +01:00
|
|
|
|
|
|
|
a.data-table-recon-match {
|
|
|
|
display: block;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2010-03-05 20:36:55 +01:00
|
|
|
background-image: url('../../images/checks-map.png');
|
2010-02-22 02:28:13 +01:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: -17px 0px;
|
|
|
|
text-decoration: none;
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
a.data-table-recon-match:hover {
|
|
|
|
background-position: 0px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.data-table-recon-match-similar {
|
|
|
|
display: block;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2010-03-05 20:36:55 +01:00
|
|
|
background-image: url('../../images/checks-map.png');
|
2010-02-22 02:28:13 +01:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: -17px -17px;
|
|
|
|
text-decoration: none;
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: 16px;
|
|
|
|
}
|
|
|
|
a.data-table-recon-match-similar:hover {
|
|
|
|
background-position: 0px -17px;
|
|
|
|
}
|
2010-02-23 08:45:12 +01:00
|
|
|
|
2010-04-26 03:08:56 +02:00
|
|
|
a.data-table-star-on, a.data-table-star-off, a.data-table-flag-on, a.data-table-flag-off {
|
2010-02-23 08:45:12 +01:00
|
|
|
display: block;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2010-03-05 20:36:55 +01:00
|
|
|
background-image: url('../../images/star-flag-map.png');
|
2010-02-23 08:45:12 +01:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2010-04-26 03:08:56 +02:00
|
|
|
a.data-table-star-on, a.data-table-star-off:hover {
|
2010-02-23 08:45:12 +01:00
|
|
|
background-position: 0px 0px;
|
|
|
|
}
|
2010-04-26 03:08:56 +02:00
|
|
|
a.data-table-star-off, a.data-table-star-on:hover {
|
2010-02-23 08:45:12 +01:00
|
|
|
background-position: -17px 0px;
|
|
|
|
}
|
2010-04-26 03:08:56 +02:00
|
|
|
a.data-table-flag-on, a.data-table-flag-off:hover {
|
|
|
|
background-position: 0px -17px;
|
|
|
|
}
|
|
|
|
a.data-table-flag-off, a.data-table-flag-on:hover {
|
|
|
|
background-position: -17px -17px;
|
|
|
|
}
|
2010-03-05 09:11:48 +01:00
|
|
|
|
2010-03-08 07:30:47 +01:00
|
|
|
.data-table-cell-editor {
|
2010-05-05 04:02:27 +02:00
|
|
|
border: 1px solid #aaa;
|
2010-03-08 07:30:47 +01:00
|
|
|
padding: 5px;
|
2010-05-05 04:02:27 +02:00
|
|
|
background: #DBE8EB;
|
|
|
|
-moz-border-radiust: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
2010-03-08 07:30:47 +01:00
|
|
|
}
|
|
|
|
table.data-table-cell-editor-layout {
|
2010-03-05 09:31:59 +01:00
|
|
|
white-space: pre;
|
2010-03-05 09:11:48 +01:00
|
|
|
}
|
|
|
|
|
2010-03-08 07:30:47 +01:00
|
|
|
textarea.data-table-cell-editor-editor {
|
2010-03-05 09:11:48 +01:00
|
|
|
display: block;
|
2010-03-07 01:25:00 +01:00
|
|
|
width: 96%;
|
2010-03-05 09:11:48 +01:00
|
|
|
padding: 2%;
|
|
|
|
height: 3em;
|
2010-05-05 04:02:27 +02:00
|
|
|
font-family: monospace;
|
2010-03-05 09:11:48 +01:00
|
|
|
}
|
2010-03-08 07:30:47 +01:00
|
|
|
|
|
|
|
span.data-table-cell-editor-key {
|
|
|
|
color: #aaa;
|
2010-04-29 01:51:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.data-table-topic-popup-header {
|
|
|
|
padding: 5px;
|
|
|
|
background: #DBE8EB;
|
|
|
|
}
|
|
|
|
iframe.data-table-topic-popup-iframe {
|
|
|
|
background: #DBE8EB;
|
|
|
|
border: none;
|
2010-05-21 06:46:36 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.sorting-dialog-blank-error-positions {
|
|
|
|
margin: 0;
|
|
|
|
padding: 5px;
|
|
|
|
height: 10em;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
}
|
|
|
|
ul.sorting-dialog-blank-error-positions > li {
|
|
|
|
display: block;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
background: #eee;
|
|
|
|
padding: 5px;
|
|
|
|
margin: 2px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
cursor: move;
|
2010-03-08 07:30:47 +01:00
|
|
|
}
|