Changeset 5033


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

Made permalink/report/help links into textual links, removed icons

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

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/java/eu/clarin/cmdi/vlo/wicket/panels/TopLinksPanel.html

    r4913 r5033  
    2424    <body>
    2525        <wicket:panel>
    26             <a wicket:id="linkrequest" id="permalink" href="" title="Link to this page"><span>[Link to this page]</span></a>
    27             <input wicket:id="linkfield" type="text" id="permalinkfield"></input>
    28             <a wicket:id="help" id="helplink" href="" title="VLO help and documentation"><span>[Help]</span></a>
    29             <a wicket:id="feedback" id="feedbacklink" href="" title="Report an issue"><span>[Issue feedback]</span></a>
     26            <wicket:enclosure child="linkrequest">
     27                <a wicket:id="linkrequest" id="permalink" href="" title="Get a permanent link to this page"><span>Permalink</span></a>
     28                <input wicket:id="linkfield" type="text" id="permalinkfield"></input>
     29                |
     30            </wicket:enclosure>
     31            <a target="_blank" wicket:id="feedback" id="feedbacklink" href="" title="Report an issue with this page or record"><span>Report</span></a>
     32            | <a target="_blank" wicket:id="help" id="helplink" href="" title="VLO help and documentation"><span>Help</span></a>
    3033        </wicket:panel>
    3134    </body>
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/resources/eu/clarin/cmdi/vlo/wicket/pages/vlo-header.css

    r5028 r5033  
    7979}
    8080
    81 #topnavigation #topnavigationlinks a {
    82     display: inline-block;
    83     width: 12px;
    84     height: 12px;
    85 }
    86 
    87 #topnavigation #topnavigationlinks a {
    88     background-size: 12px;
    89     background-repeat: no-repeat;
    90     text-decoration: none;
    91 }
    92 
    93 #topnavigation #topnavigationlinks a span {
    94     display: none;
    95 }
    96 
    97 /*#topnavigation #topnavigationlinks #help:after {
    98     content: 'Help'
    99 }*/
    100 
    101 #topnavigation #topnavigationlinks #permalink {
    102     background-image: url('link-128.png'); /* icon from icons8.com */
    103 }
    104 
    105 #topnavigation #topnavigationlinks #helplink {
    106     background-image: url('info-256.png'); /* icon from icons8.com */
    107 }
    108 
    109 #topnavigation #topnavigationlinks #feedbacklink {
    110     background-image: url('error-256.png'); /* icon from icons8.com */
    111 }
    112 
    11381span.breadcrumbfacet {
    11482    padding: 4px;
Note: See TracChangeset for help on using the changeset viewer.