Commit d1a1e3f4 authored by Klaus's avatar Klaus

-- removed DOS spec. chars

parent 05c56579
div.list-button-bar-top { div.list-button-bar-top {
padding-top: 5px; padding-top: 5px;
padding-bottom: 10px; padding-bottom: 10px;
} }
div.list-button-bar-bottom { div.list-button-bar-bottom {
padding-top: 10px; padding-top: 10px;
} }
table.list-table { table.list-table {
border-collapse: collapse; border-collapse: collapse;
border: 1px solid #ccc; border: 1px solid #ccc;
} }
table.list-tiny { table.list-tiny {
font-size: x-small; font-size: x-small;
border-collapse: collapse; border-collapse: collapse;
} }
.list-table tr.list-header { .list-table tr.list-header {
background-color: #ffffff; background-color: #ffffff;
color: inherit; color: inherit;
} }
th.list-table, th.list-table-narrow, .list-table th { th.list-table, th.list-table-narrow, .list-table th {
padding: 8px 16px; padding: 8px 16px;
border-bottom: 3px solid #A0BDEB; border-bottom: 3px solid #A0BDEB;
} }
.list-table tr.even, .list-tiny tr.even { .list-table tr.even, .list-tiny tr.even {
background-color: #ffffff; background-color: #ffffff;
color: inherit; color: inherit;
} }
.list-table tr.odd, .list-tiny tr.odd { .list-table tr.odd, .list-tiny tr.odd {
background-color: #f0eff0; background-color: #f0eff0;
color: inherit; color: inherit;
} }
td.list-table, td.list-table-narrow, .list-table td { td.list-table, td.list-table-narrow, .list-table td {
padding: 8px 16px; padding: 8px 16px;
border-bottom: 1px solid #A0BDEB; border-bottom: 1px solid #A0BDEB;
} }
td.list-table-narrow, th.list-table-narrow { td.list-table-narrow, th.list-table-narrow {
padding-left: 4px; padding-left: 4px;
padding-right: 4px; padding-right: 4px;
} }
tr.last td { tr.last td {
border-bottom: 3px solid #A0BDEB; border-bottom: 3px solid #A0BDEB;
} }
/* pagination ------------------------------------------ */ /* pagination ------------------------------------------ */
div.list-paginator-top { div.list-paginator-top {
padding-bottom: 5px; padding-bottom: 5px;
} }
div.list-paginator-bottom { div.list-paginator-bottom {
padding-top: 15px; padding-top: 15px;
} }
.list-paginator li { .list-paginator li {
padding:5px; padding:5px;
} }
.list-paginator li { .list-paginator li {
border: 1px solid #f00; border: 1px solid #f00;
background-color: #fff; background-color: #fff;
...@@ -71,51 +67,48 @@ div.list-paginator-bottom { ...@@ -71,51 +67,48 @@ div.list-paginator-bottom {
font-weight: bold; font-weight: bold;
border: 1px solid #fff; border: 1px solid #fff;
color: inherit; color: inherit;
} }
.list-paginator li a:hover { .list-paginator li a:hover {
background-color: #e5e5e5; background-color: #e5e5e5;
color: inherit; color: inherit;
} }
.list-paginator li.current { .list-paginator li.current {
background-color: #e5e5e5; background-color: #e5e5e5;
border: 1px solid #999; border: 1px solid #999;
color: inherit; color: inherit;
} }
/* end pagination ------------------------------------------ */ /* end pagination ------------------------------------------ */
/* list-filter ------------------------------------------ */ /* list-filter ------------------------------------------ */
td.list-filter-pane { td.list-filter-pane {
background-color: #eee; background-color: #eee;
vertical-align: top; vertical-align: top;
border: 1px solid #ccc; border: 1px solid #ccc;
font-size: .9em; font-size: .9em;
color: inherit; color: inherit;
} }
.list-filter-header { .list-filter-header {
font-weight: bold; font-weight: bold;
border-top: 1px solid #999; border-top: 1px solid #999;
} }
.list-filter { .list-filter {
font-size: x-small; font-size: x-small;
padding-left:10px; padding-left:10px;
} }
tr.list-filter-selected { tr.list-filter-selected {
background-color: #bbb; background-color: #bbb;
color: inherit; color: inherit;
} }
span.list-filter-selected { span.list-filter-selected {
font-weight: bold; font-weight: bold;
} }
.list-filter-section { .list-filter-section {
font-size: x-small; font-size: x-small;
font-weight: bold; font-weight: bold;
...@@ -125,25 +118,25 @@ span.list-filter-selected { ...@@ -125,25 +118,25 @@ span.list-filter-selected {
padding-bottom: 4px; padding-bottom: 4px;
margin-top: 0px; margin-top: 0px;
margin-bottom: 8px; margin-bottom: 8px;
} }
div.list-inline-filter { div.list-inline-filter {
font-size: x-small; font-size: x-small;
} }
span.list-inline-filter { span.list-inline-filter {
} }
span.list-inline-filter-selected { span.list-inline-filter-selected {
font-weight: bold; font-weight: bold;
} }
a.list-inline-filter { a.list-inline-filter {
} }
td.list-list-pane { td.list-list-pane {
background-color: white; background-color: white;
vertical-align: top; vertical-align: top;
padding-left: 10px; padding-left: 10px;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment