add django-tables2 static files (#44600)
gitea/docbow/pipeline/head This commit looks good Details

This commit is contained in:
Emmanuel Cazenave 2023-03-21 11:52:10 +01:00
parent 103be3de3c
commit 7de24a45fb
11 changed files with 135 additions and 0 deletions

View File

@ -0,0 +1,8 @@
.table-container th.asc:after {
content: '\0000a0\0025b2';
float: right;
}
.table-container th.desc:after {
content: '\0000a0\0025bc';
float: right;
}

View File

@ -0,0 +1,127 @@
table.paleblue {
border-collapse: collapse;
border-color: #CCC;
border: 1px solid #DDD;
}
table.paleblue,
table.paleblue + ul.pagination {
font: normal 11px/14px 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
}
table.paleblue a:link,
table.paleblue a:visited,
table.paleblue + ul.pagination > li > a {
color: #5B80B2;
text-decoration: none;
font-weight: bold;
}
table.paleblue a:hover {
color: #036;
}
table.paleblue td,
table.paleblue th {
padding: 5px;
line-height: 13px;
border-bottom: 1px solid #EEE;
border-left: 1px solid #DDD;
text-align: left;
}
table.paleblue thead th:first-child,
table.paleblue thead td:first-child {
border-left: none !important;
}
table.paleblue thead th,
table.paleblue thead td {
background: #FCFCFC url(../img/header-bg.png) left bottom repeat-x;
border-bottom: 1px solid #DDD;
padding: 2px 5px;
font-size: 11px;
vertical-align: middle;
color: #666;
}
table.paleblue thead th > a:link,
table.paleblue thead th > a:visited {
color: #666;
}
table.paleblue thead th.orderable > a {
padding-right: 20px;
background: url(../img/arrow-inactive-up.png) right center no-repeat;
}
table.paleblue thead th.orderable.asc > a {
background-image: url(../img/arrow-active-up.png);
}
table.paleblue thead th.orderable.desc > a {
background-image: url(../img/arrow-active-down.png);
}
table.paleblue tr.odd {
background-color: #EDF3FE;
}
table.paleblue tr.even {
background-color: white;
}
table.paleblue + ul.pagination {
background: white url(../img/pagination-bg.gif) left 180% repeat-x;
overflow: auto;
margin: 0;
padding: 10px;
border: 1px solid #DDD;
list-style: none;
}
table.paleblue + ul.pagination > li {
float: left;
line-height: 22px;
margin-left: 10px;
}
table.paleblue + ul.pagination > li:first-child {
margin-left: 0;
}
table.paleblue + ul.pagination > li.cardinality {
float: right;
color: #8d8d8d;
}
table.paleblue > tbody > tr > td > span.true,
table.paleblue > tbody > tr > td > span.false {
background-position: top left;
background-repeat: no-repeat;
display: inline-block;
height: 10px;
overflow: hidden;
text-indent: -200px;
width: 10px;
}
table.paleblue > tbody > tr > td > .missing {
background: transparent url(../img/missing.png) right center no-repeat;
color: #717171;
padding-right: 20px;
}
table.paleblue > tbody > tr > td > .missing:hover {
color: #333;
}
table.paleblue > tbody > tr > td > span.true {
background-image: url(../img/true.gif);
}
table.paleblue > tbody > tr > td > span.false {
background-image: url(../img/false.gif);
}
div.table-container {
display: inline-block;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 B