Changeset 5619


Ignore:
Timestamp:
09/04/14 14:32:21 (10 years ago)
Author:
Twan Goosen
Message:

styling tweaks:

  • custom, improved clarin logo in footer
  • removed IDS logo from footer
  • added CLARIN and IDS logos to the 'about' page
Location:
VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/pages/AboutPage.html

    r5592 r5619  
    2424                </ul>
    2525            </p>
     26            <p id="aboutlogos">
     27                <a title="CLARIN ERIC" href="https://www.clarin.eu/"><img src="images/clarin-logo.png" alt="CLARIN ERIC logo"/></a>
     28                <a title="IDS" href="https://www.ids-mannheim.de/"><img src="images/ids-logo.png" alt="IDS logo"/></a>
     29            </p>
    2630            <h2>Licenses</h2>
    2731            <p>
    2832                The VCR is made available under the
    2933                <a href="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3.0</a>
    30                 license.
     34                license.<br />
     35                For information on obtaining source files, go to
     36                <a href="http://www.clarin.eu/svn">clarin.eu/svn</a>.
    3137            </p>
    3238            <p>
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/pages/BasePage.html

    r5613 r5619  
    6565                </div>
    6666                <div id="CLARIN_footer_middle">
    67                     <a title="CLARIN ERIC" href="https://www.clarin.eu/"><img src="//infra.clarin.eu/content/CLARIN-logo-4C14-60pxh.png" alt="CLARIN ERIC logo"/></a>
    68                     <a title="IDS" href="https://www.ids-mannheim.de/"><img src="images/ids-logo.png" alt="IDS logo"/></a>
     67                    <a title="CLARIN ERIC" href="https://www.clarin.eu/"><img src="images/clarin-logo.png" alt="CLARIN ERIC logo"/></a>
    6968                </div>
    7069                <div id="CLARIN_footer_right">
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/webapp/css/vcr.scss

    r5597 r5619  
    5353
    5454div#CLARIN_footer_middle img {
    55     max-height: 60px;
     55    max-height: 80px !important;
    5656    padding: 6px 4px;
    5757}
     
    6767div#betabadge {
    6868    position: relative;
    69    
     69
    7070    span {
    7171        display: block;
     
    8080    }
    8181}
     82
     83#aboutlogos img {
     84    max-height: 6em;
     85    margin: 1em;
     86}
Note: See TracChangeset for help on using the changeset viewer.