Ignore:
Timestamp:
2012-06-27T14:08:50+12:00 (12 years ago)
Author:
sjm84
Message:

Some updates for Solr facets in a query. Also changing to a new font stack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/style/core.css

    r25659 r25832  
    44}
    55body {
    6     font-family: sans-serif;
     6    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    77    margin: 0;
    88    background-color: #eae4d9;
     
    7373.classifierContainer {
    7474    padding-left:1.5em;
     75}
     76
     77.horizontalClassifierNode {
     78    padding:0px 0px 10px 10px;
    7579}
    7680
     
    430434
    431435/* style the search and classifier results */
    432 #results {
     436#resultsTable {
    433437    line-height: 160%;
    434438    margin: 0;
     
    437441}
    438442
    439 #results ul {
     443#resultsTable ul {
    440444    margin: 0 0 0 20px;
    441445    padding: 0;
    442446}
    443447
    444 #results li {
     448#resultsTable li {
    445449    list-style: none;
    446450    margin: 0 0 .2em 0;
     
    448452}
    449453
    450 #results li a {
     454#resultsTable li a {
    451455    padding: 3px 3px 3px 3px;
    452456    background-repeat: no-repeat;
     
    455459
    456460
    457 #results .document a { /*background-image: url('../images/book.png'); */}
    458 #results .document a:visited { background-image: url('../images/book-visited.png'); color: #999; }
    459 #results .shelf>a { background-image: url('../images/bookshelf.png'); }
     461#resultsTable .document a { /*background-image: url('../images/book.png'); */}
     462#resultsTable .document a:visited { background-image: url('../images/book-visited.png'); color: #999; }
     463#resultsTable .shelf>a { background-image: url('../images/bookshelf.png'); }
    460464
    461465/* corners of the banner */
     
    774778dl dd { padding-bottom:10px}
    775779
     780#facetSelector{
     781    padding: 0px;
     782    width:30%;
     783    float:right;
     784}
     785
     786.facetTable{
     787    list-style:none;
     788    margin: 0px 0px 20px;
     789    padding: 0px;
     790    overflow:auto;
     791}
     792
     793.facetTable li{
     794    margin-bottom:5px;
     795}
     796
     797.checkboxList{
     798    list-style:none;
     799    padding-left:0px;
     800}
     801
     802.facetedResults{
     803    float:left;
     804    width:65%;
     805}
     806
    776807/*
    777808ul.childrenlist li {
Note: See TracChangeset for help on using the changeset viewer.