mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
3090ae956d
(merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42128 467b73ca-7a2a-4603-9d3b-597d59a354a9
149 lines
2.8 KiB
CSS
149 lines
2.8 KiB
CSS
table.statstable {
|
|
font-family:arial;
|
|
background-color: #cdcdcd;
|
|
margin:10px 0pt 15px;
|
|
font-size: 10pt;
|
|
width: 100%;
|
|
text-align: left;
|
|
}
|
|
|
|
.statstable thead tr th {
|
|
background-color: #B8CDE4;
|
|
border: 1px solid #fff;
|
|
font-size: 11pt;
|
|
padding: 4px;
|
|
}
|
|
|
|
.statstable td {
|
|
background-color: #e6EEEE;
|
|
border: 1px solid #FFF;
|
|
font-size: 10pt;
|
|
padding: 4px;
|
|
}
|
|
|
|
.statstable th {
|
|
background-image: url(../images/statistics/bg.gif);
|
|
background-color: #8dbdd8;
|
|
background-repeat: no-repeat;
|
|
background-position: center right;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.statstable thead th a {
|
|
text-decoration:none;
|
|
}
|
|
|
|
.statstable th.forwardSort {
|
|
background-color: #69A3F2;
|
|
background-image: url(../images/statistics/desc.gif);
|
|
}
|
|
|
|
.statstable th.reverseSort {
|
|
background-color: #69A3F2;
|
|
background-image: url(../images/statistics/asc.gif);
|
|
}
|
|
|
|
.statstable tr.alt td {
|
|
background-color:#D8D8FF;
|
|
}
|
|
|
|
|
|
ul.tablePaginater
|
|
{
|
|
display:block;
|
|
list-style:none;
|
|
padding:0;
|
|
margin:1px 0 1em 0;
|
|
text-align:left;
|
|
}
|
|
ul.tablePaginater li
|
|
{
|
|
display:inline;
|
|
width:2.1em;
|
|
height:2.1em;
|
|
line-height:2em;
|
|
vertical-align:middle;
|
|
margin-right:4px;
|
|
color:#666;
|
|
list-style:none;
|
|
cursor:pointer;
|
|
}
|
|
ul.tablePaginater li.currentPage p
|
|
{
|
|
border-color:#1786FF !important;
|
|
background-color: #C2DAF4;
|
|
color:#000;
|
|
}
|
|
ul.tablePaginater li p
|
|
{
|
|
display:table-cell !important;
|
|
display:inline-block;
|
|
text-align:center;
|
|
width:2em;
|
|
height:2em;
|
|
color:#666;
|
|
min-width:2em;
|
|
min-height:2em;
|
|
text-decoration:none;
|
|
outline:none;
|
|
border:1px solid #ccc;
|
|
cursor:pointer;
|
|
}
|
|
|
|
ul.tablePaginater li p:hover
|
|
{
|
|
background-color: #C2DAF4;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
.statstable tbody tr:hover td,
|
|
.statstable tbody tr.ieRowHover td
|
|
{
|
|
background-color: #A0BDF7;
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.tree li#stoverview a {
|
|
background-image: url(../images/treeicons/task-file.gif);
|
|
}
|
|
|
|
ul.tree li#stusers a {
|
|
background-image: url(../images/treeicons/multi-user.gif);
|
|
}
|
|
|
|
ul.tree li#stviews a {
|
|
background-image: url(../images/treeicons/preferences-file.gif);
|
|
}
|
|
|
|
ul.tree li#sttrends a {
|
|
background-image: url(../images/treeicons/element-file.gif);
|
|
}
|
|
|
|
ul.tree li#stbrowsers a, ul.tree li#stos a {
|
|
background-image: url(../images/treeicons/reports-file.png);
|
|
}
|