2010-11-18 20:07:47 +00:00
|
|
|
@CHARSET "UTF-8";
|
2010-10-26 16:47:44 +00:00
|
|
|
|
2010-11-18 20:07:47 +00:00
|
|
|
thead th, tr.even td{
|
2010-10-26 16:47:44 +00:00
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
2010-11-18 20:07:47 +00:00
|
|
|
.paginatedtabs{
|
2011-01-03 22:49:51 +00:00
|
|
|
/* border-top: 1px #3D454E solid; */
|
2010-10-26 16:47:44 +00:00
|
|
|
text-align: center;
|
2010-11-18 20:07:47 +00:00
|
|
|
margin-bottom: 10px;
|
|
|
|
padding-top: 10px;
|
|
|
|
font-size: 1.2em;
|
2010-10-26 16:47:44 +00:00
|
|
|
}
|
|
|
|
|
2010-11-18 20:07:47 +00:00
|
|
|
.paginatedtabs span{
|
|
|
|
padding-right: 5px;
|
2010-10-26 16:47:44 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2011-01-03 22:49:51 +00:00
|
|
|
.datatablewrapper td, th{
|
|
|
|
border-bottom: 1px #3D454E solid;
|
|
|
|
border-right: 1px #3D454E solid;
|
|
|
|
border-left: 1px #3D454E solid;
|
|
|
|
text-align: left;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
2010-11-18 20:07:47 +00:00
|
|
|
.showentries {
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 10px;
|
2010-10-26 16:47:44 +00:00
|
|
|
}
|
|
|
|
|
2011-01-03 22:49:51 +00:00
|
|
|
.searchbar{
|
|
|
|
margin-bottom: 15px;
|
|
|
|
text-align: left;
|
2010-10-26 16:47:44 +00:00
|
|
|
}
|
|
|
|
|
2011-01-03 22:49:51 +00:00
|
|
|
.datatablewrapper th{
|
|
|
|
border-top: 1px #3D454E solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
2010-11-18 20:07:47 +00:00
|
|
|
.datatablewrapper th{
|
|
|
|
border-top: 1px #3D454E solid;
|
|
|
|
border-bottom: 1px #3D454E solid;
|
|
|
|
border-right: 1px #3D454E solid;
|
|
|
|
padding: 5px;
|
2011-01-03 22:49:51 +00:00
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.sorting_asc {
|
|
|
|
background: url('sort_asc.png') no-repeat center right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sorting_desc {
|
|
|
|
background: url('sort_desc.png') no-repeat center right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sorting {
|
|
|
|
background: url('sort_both.png') no-repeat center right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sorting_asc_disabled {
|
|
|
|
background: url('sort_asc_disabled.png') no-repeat center right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sorting_desc_disabled {
|
|
|
|
background: url('sort_desc_disabled.png') no-repeat center right;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.odd {
|
|
|
|
background-color: #E2E4FF;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.even {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|