source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/web-portal/index.css@ 31524

Last change on this file since 31524 was 31524, checked in by davidb, 7 years ago

Main changes: Fix for page/seqnum; group by id; show-hide other languages; sweedish pos language added

File size: 392 bytes
Line 
1.show-hide-lang {
2 display: none;
3}
4
5input:disabled {
6 background:#dddddd;
7}
8
9input:disabled+label{color:#cccccc;}
10
11/*
12input[type=text]+label {
13 float: left;
14}
15*/
16
17.evenline {
18 background-color: #eee;
19 margin: 0 0 0 0;
20 padding-top: 5px;
21 padding-bottom: 5px;
22}
23
24.oddline {
25 background-color: #fff;
26 margin: 0 0 0 0;
27 padding-top: 5px;
28 padding-bottom: 5px;
29}
Note: See TracBrowser for help on using the repository browser.