2007-11-07 08:44:51 +01:00
|
|
|
.statstab {
|
|
|
|
border-top: 1px solid #aaa !important;
|
|
|
|
}
|
|
|
|
|
2007-11-14 23:49:57 +01:00
|
|
|
#right {
|
|
|
|
overflow-y: scroll !important;
|
|
|
|
}
|
|
|
|
|
2007-09-15 22:23:50 +02:00
|
|
|
table.statstable {
|
2007-11-07 08:44:51 +01:00
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
margin: 10px 0 15px;
|
|
|
|
font-size: 12px;
|
2007-09-16 18:24:02 +02:00
|
|
|
width: 100%;
|
|
|
|
text-align: left;
|
2007-11-07 08:44:51 +01:00
|
|
|
border-collapse: separate;
|
|
|
|
border: 1px solid #aaa;
|
2007-09-15 22:23:50 +02:00
|
|
|
}
|
|
|
|
|
2007-09-16 18:24:02 +02:00
|
|
|
.statstable thead tr th {
|
2007-11-07 08:44:51 +01:00
|
|
|
color: #000;
|
2007-09-16 18:24:02 +02:00
|
|
|
padding: 4px;
|
2007-11-07 08:44:51 +01:00
|
|
|
cursor: pointer;
|
|
|
|
background: #EBEADB url(../images/tables/thead.png) repeat-x left bottom;
|
|
|
|
border-left: 1px solid #fff;
|
|
|
|
border-right: 1px solid #aca899;
|
2007-09-16 18:24:02 +02:00
|
|
|
}
|
2007-11-07 08:44:51 +01:00
|
|
|
.statstable th.forwardSort {
|
|
|
|
background: url(../images/statistics/desc.gif) no-repeat center right;
|
|
|
|
}
|
|
|
|
.statstable th.reverseSort {
|
|
|
|
background: url(../images/statistics/asc.gif) no-repeat center right;
|
|
|
|
}
|
|
|
|
.statstable thead th a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #000;
|
|
|
|
}
|
2007-09-15 22:23:50 +02:00
|
|
|
|
2007-09-16 18:24:02 +02:00
|
|
|
.statstable td {
|
2007-11-07 08:44:51 +01:00
|
|
|
background: #eee;
|
2007-09-16 18:24:02 +02:00
|
|
|
padding: 4px;
|
2007-09-15 22:23:50 +02:00
|
|
|
}
|
|
|
|
|
2007-11-07 08:44:51 +01:00
|
|
|
.statstable tr.alt td {
|
|
|
|
background: #fff;
|
2007-09-15 22:23:50 +02:00
|
|
|
}
|
|
|
|
|
2007-11-07 08:44:51 +01:00
|
|
|
ul.tablePaginater {
|
|
|
|
list-style:none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 1px 0 1em 0;
|
|
|
|
text-align:left;
|
2007-09-15 22:23:50 +02:00
|
|
|
}
|
2007-11-07 08:44:51 +01:00
|
|
|
ul.tablePaginater li {
|
|
|
|
float: left;
|
|
|
|
margin: 5px 4px;
|
|
|
|
color: #666;
|
|
|
|
list-style: none;
|
|
|
|
cursor: pointer;
|
2007-09-15 22:23:50 +02:00
|
|
|
}
|
2007-11-07 08:44:51 +01:00
|
|
|
ul.tablePaginater li.currentPage p {
|
|
|
|
border-color: #1786FF !important;
|
|
|
|
background: #C2DAF4;
|
|
|
|
color: #000;
|
2007-09-16 18:24:02 +02:00
|
|
|
}
|
2007-11-07 08:44:51 +01:00
|
|
|
ul.tablePaginater li p {
|
|
|
|
color: #666;
|
|
|
|
text-decoration: none;
|
|
|
|
outline: none;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
cursor:pointer;
|
|
|
|
text-align: center;
|
|
|
|
padding: 2px 5px;
|
2007-09-15 22:23:50 +02:00
|
|
|
}
|
|
|
|
|
2007-11-07 08:44:51 +01:00
|
|
|
ul.tablePaginater li p:hover {
|
|
|
|
background-color: #C2DAF4;
|
|
|
|
}
|
2007-09-15 22:23:50 +02:00
|
|
|
|
2007-11-07 08:44:51 +01:00
|
|
|
ul.tablePaginater li p:focus {
|
|
|
|
color:#333;
|
|
|
|
text-decoration:none;
|
|
|
|
outline:none;
|
|
|
|
border-color:#aaa;
|
|
|
|
}
|
|
|
|
td.sized1 {
|
|
|
|
width:16em;
|
|
|
|
text-align:left;
|
|
|
|
}
|
|
|
|
td.sized2 {
|
|
|
|
width:10em;
|
|
|
|
text-align:left;
|
|
|
|
}
|
|
|
|
td.sized3 {
|
|
|
|
width:7em;
|
|
|
|
text-align:left;
|
|
|
|
}
|
2007-09-16 18:24:02 +02:00
|
|
|
|
|
|
|
.statstable tbody tr:hover td,
|
2007-11-07 08:44:51 +01:00
|
|
|
.statstable tbody tr.ieRowHover td {
|
|
|
|
background-color: #ffffcc;
|
|
|
|
}
|
2007-09-16 18:24:45 +02:00
|
|
|
|
|
|
|
ul.tree li#stoverview a {
|
2007-11-07 08:55:01 +01:00
|
|
|
background: url(../images/treeicons/task-file.gif) no-repeat;
|
2007-09-16 18:24:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.tree li#stusers a {
|
2007-11-07 08:55:01 +01:00
|
|
|
background: url(../images/treeicons/multi-user.gif) no-repeat;
|
2007-09-16 18:24:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.tree li#stviews a {
|
2007-11-07 08:55:01 +01:00
|
|
|
background: url(../images/treeicons/preferences-file.gif) no-repeat;
|
2007-09-16 18:24:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.tree li#sttrends a {
|
2007-11-07 08:55:01 +01:00
|
|
|
background: url(../images/treeicons/element-file.gif) no-repeat;
|
2007-09-16 18:24:45 +02:00
|
|
|
}
|
|
|
|
|
2007-09-16 18:27:36 +02:00
|
|
|
ul.tree li#stbrowsers a, ul.tree li#stos a {
|
2007-11-07 08:55:01 +01:00
|
|
|
background: url(../images/treeicons/reports-file.png) no-repeat;
|
2007-09-16 18:24:45 +02:00
|
|
|
}
|