Ignore:
Timestamp:
2013-08-15T09:47:08+12:00 (11 years ago)
Author:
sjm84
Message:

Changing the top buttons into actual buttons and a new experimental look for the collection buttons

File:
1 edited

Legend:

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

    r27812 r28050  
    250250}
    251251
     252/*
    252253#collectionLinks a div{
    253254    display: block;
     
    261262    padding: 20px;
    262263    min-width: 200px;
    263 }
     264    text-align:center;
     265}
     266*/
    264267
    265268#collectionLinks a img{
     
    274277}
    275278
    276 /*
    277279.collectionLink {
    278280    display: block;
     
    283285    color: #444;
    284286    text-decoration: none;
    285     background: url(../images/collectionIconStripe.gif) scroll no-repeat 0 0;
    286     padding: 20px;
    287 }
    288 */
     287    min-width: 200px;
     288    text-align:center;
     289}
     290
     291.collectionLinkText {
     292    padding: 15px 15px 10px;
     293}
    289294
    290295/* some text should not be rendered as it is just there for search engines */
     
    364369    /*display: inline;*/
    365370    float:right;
    366     margin-left: 5px;
    367371    padding: 1px 4px 1px 0px;
    368372}
Note: See TracChangeset for help on using the changeset viewer.