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

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

Files for initial functioning search page

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