New css file for individual list page
This commit is contained in:
parent
78d96c3afa
commit
f3f759ff2a
1 changed files with 26 additions and 0 deletions
26
webapp/web/css/browseIndex.css
Normal file
26
webapp/web/css/browseIndex.css
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
/* browseIndex.css contains styles used in the Index pages. */
|
||||||
|
|
||||||
|
/* INDIVIDUAL LIST ------> */
|
||||||
|
.individualList ul.individualData li {
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
.pagination {
|
||||||
|
display:inline-block;
|
||||||
|
}
|
||||||
|
.pagination li {
|
||||||
|
display:inline-block;
|
||||||
|
padding-right:2px;
|
||||||
|
}
|
||||||
|
.pagination li.selectedNavPage {
|
||||||
|
color:#91b039;
|
||||||
|
font-size:1em;
|
||||||
|
}
|
||||||
|
.rdfLink {
|
||||||
|
font-size: 0.8em;
|
||||||
|
border-left: 1px solid #a6b1b0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rdfLink a {
|
||||||
|
color: #84a655;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue