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

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

Solr-stream based search

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