Ignore:
Timestamp:
2016-05-16T14:24:50+12:00 (8 years ago)
Author:
Georgiy Litvinov
Message:

Added collection groups. Config file in web/sites/localsite/groupConfig.xml
PageAction now send request to CollectionGroups service to retrieve information about collections and groups.

File:
1 edited

Legend:

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

    r30382 r30540  
    286286}
    287287
     288#groupLinks a img{
     289        display: block;
     290        float: left;
     291        border: 1px solid #888;
     292        margin: 0 20px 20px 0;
     293        font-size: 150%;
     294        color: #444;
     295        text-decoration: none;
     296        height:60px;
     297}
     298
     299.groupLink {
     300    display: block;
     301    float: left;
     302    border: 1px solid #888;
     303    margin: 0 20px 20px 0;
     304    font-size: 150%;
     305    color: #444;
     306    text-decoration: none;
     307    min-width: 200px;
     308    text-align:center;
     309}
    288310.collectionLink {
    289311    display: block;
     
    302324}
    303325
     326.groupLinkText {
     327        padding: 15px 15px 10px;
     328}
     329
    304330/* some text should not be rendered as it is just there for search engines */
    305331#collectionLinks a b {
    306332    display: none;
     333}
     334
     335#groupLinks a b {
     336        display: none;
    307337}
    308338
Note: See TracChangeset for help on using the changeset viewer.