Changeset 4344


Ignore:
Timestamp:
01/27/14 13:02:07 (10 years ago)
Author:
twagoo
Message:

added icons for resource references

Location:
vlo/branches/vlo-3.0/vlo-web-app/src/main/html
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/html/record1.html

    r4342 r4344  
    162162                    <div id="recordlandingpage">
    163163                        <h2>Landing page</h2>
    164                         <a href="">http://dspace.library.uu.nl/handle/1874/235456</a>
     164                        <div><a href="">http://dspace.library.uu.nl/handle/1874/235456</a></div>
    165165                    </div>
    166166                    <div id="recordresources">
    167167                        <h2>Resources</h2>
    168                         <a href="">http://dspace.library.uu.nl/bitstream/1874/235456/1/Bachelorscriptie+Rene+Witteveen+3375005.docx</a>
     168                        <div class="writtenresource"><a href="">http://dspace.library.uu.nl/bitstream/1874/235456/1/Bachelorscriptie+Rene+Witteveen+3375005.docx</a></div>
     169                        <div class="audioresource"><a href="">http://corpus1.mpi.nl/qfs1/media-archive/dobes_data/Ache/Documentaci_n_-_Documentation/Comunidades_-_Communities/Cerro_Moroti/Media/002-djawu_klluu-2011-09-01.wav</a></div>
     170                        <div class="annotationresource"><a href="">http://corpus1.mpi.nl/qfs1/media-archive/dobes_data/Ache/Documentaci_n_-_Documentation/Comunidades_-_Communities/Cerro_Moroti/Annotations/002-djawu_klluu-2011-09-01.eaf</a></div>
    169171                    </div>
    170172                </div>
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/html/style/vlo-record.css

    r4342 r4344  
    3232}
    3333
    34 #recordreferences div a, #recordreferences div a:hover {
    35     display: block;
    36     height: 24px;
     34#recordreferences div div {
     35    /* div that has resource link or landing page */
     36    min-height: 32px;
    3737    padding-left: 36px;
    38     padding-top: 8px;
    39     vertical-align: middle;
    4038}
    4139
    42 #recordlandingpage a, #recordlandingpage a:hover {
     40/* icons for record references */
     41#recordlandingpage div {
    4342    background: url('Crystal_Clear_mimetype_readme.png') no-repeat;
    4443}
    4544
    46 #recordresources a, #recordresources a:hover {
     45#recordresources div.writtenresource {
    4746    background: url('text-x-generic.png') no-repeat;
    4847}
     48
     49#recordresources div.audioresource {
     50    background: url('audio-x-generic.png') no-repeat;
     51}
     52
     53#recordresources div.videoresource {
     54    background: url('video-x-generic.png') no-repeat;
     55}
     56
     57#recordresources div.annotationresource {
     58    background: url('text-x-log.png') no-repeat;
     59}
Note: See TracChangeset for help on using the changeset viewer.