This commit is contained in:
Rasmus Eeg
2012-03-08 11:03:02 +01:00
parent a7441e2965
commit 226e750cc0
4 changed files with 92 additions and 63 deletions

View File

@@ -1,12 +1,11 @@
.dataTables_wrapper {
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
width: 88%;
margin: 20px auto 0 auto;
padding: 25px;
background-color: white;
position: relative;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
width: 100%;
margin: 0px auto 0 auto;
padding: 0px;
background-color: #313131;
min-height: 155px;
clear: both;
_height: 302px;
@@ -26,25 +25,28 @@
text-align: center;
color: #999;
font-size: 14px;
background-color: white;
background-color: #343434;
}
.dataTables_length {
width: 40%;
float: left;
margin: 15px;
color: #fff;
}
.dataTables_filter {
width: 50%;
float: right;
text-align: right;
margin-bottom: 15px;
margin: 15px;
color: #fff;
}
.dataTables_info {
width: 50%;
float: left;
background-color: white;
margin-top: 15px;
font-weight: bold;
}
@@ -53,7 +55,7 @@
* width: 50px;
float: right;
text-align: right;
background-color: white;
margin-top: 15px;
}
/* Pagination nested */
@@ -86,7 +88,8 @@
* DataTables display
*/
table.display {
margin: 20px auto;
margin: auto;
width: 100%;
clear: both;
/* Note Firefox 3.5 and before have a bug with border-collapse
@@ -104,8 +107,9 @@ table.display {
}
table.display thead th {
padding: 3px 18px 3px 10px;
background-color: white;
padding: 3px 15px 6px 15px;
background-color: #414141;
color: White;
font-weight: bold;
font-size: 16px;
cursor: pointer;
@@ -165,44 +169,47 @@ table.display td.center {
* DataTables row classes
*/
table.display tr.odd.gradeA {
background-color: #ddffdd;
background-color: #546B00;
}
table.display tr.even.gradeA {
background-color: #ddffdd;
background-color: #445014;
}
table.display tr.odd.gradeC {
background-color: #ddddff;
background-color: #7A51A5;
}
table.display tr.even.gradeC {
background-color: #ddddff;
background-color: #6A33A5;
}
/*
* Skipped
* */
table.display tr.odd.gradeX {
background-color: #ffdddd;
background-color: #4F0043;
}
table.display tr.even.gradeX {
background-color: #ffdddd;
background-color: #3B0F34;
}
table.display tr.odd.gradeU {
background-color: #ddd;
background-color: #28064C;
}
table.display tr.even.gradeU {
background-color: #eee;
background-color: #241239;
}
table.display tr.odd.gradeZ {
background-color: #FCFAFA;
background-color: #313131;
}
table.display tr.even.gradeZ {
background-color: white;
background-color: #272727;
}