Changeset 4454


Ignore:
Timestamp:
02/06/14 08:51:46 (10 years ago)
Author:
twagoo
Message:

layout of record page mockup

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

Legend:

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

    r4452 r4454  
    5454                    <a href="index.html">VLO</a>
    5555                    &gt; <a href="index2.html">Search results: democratie</a>
     56                    &gt; <a href="index3.html">Language: Dutch </a>
    5657                    &gt; &quot;Chinese Democratie en de Transformatie&quot;
    5758                </div>
     
    6465            <div class="content" id="record">
    6566
     67                <div id="recordindex">
     68                    Result 1 of 604056 &nbsp;&nbsp;
     69                </div>
    6670                <div id="recordprevnext">
    6771                    &lt; previous
    6872                    | <a href="">next &gt;</a><br />
    69                     Record 1 of 604056 &nbsp;&nbsp;
    7073                </div>
    7174                <h1 id="recordtitle">&quot;Chinese Democratie en de Transformatie&quot;</h1>
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/html/style/vlo-record.css

    r4452 r4454  
    2121
    2222div#record {
    23     width: 90%;
     23    width: 942px; /* no sidebar, so width of #content + .sidebar */
    2424}
    2525
     
    5656}
    5757
    58 /* record title with prev/next links */
     58/* record index with prev/next links */
    5959
    60 h1#recordtitle {
    61     max-width: 70%;
    62     clear: left;
     60#recordindex {
     61    float: left;
     62    max-width: 50%;
     63    padding-bottom: 1em;
    6364}
    6465
    6566#recordprevnext {
    66     width: 25%;
     67    max-width: 45%;
    6768    float: right;
    6869    clear: right;
    6970    text-align: right;
    7071}
     72
     73h1#recordtitle {
     74    clear: both;
     75}
     76
     77/* record attributes table */
    7178
    7279#recorddetails, #recordtechnicalattributes {
Note: See TracChangeset for help on using the changeset viewer.