Ignore:
Timestamp:
04/30/15 10:45:33 (9 years ago)
Author:
emanuel.dima@uni-tuebingen.de
Message:

putting back the About and Contact links, css improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUAggregator/trunk/src/main/resources/assets/js/main.jsx

    r6174 r6178  
    188188                                                                <span className="icon-bar"></span>
    189189                                                        </button>
    190                                                         <a href={URLROOT} tabIndex="-1">
     190                                                        <a className="navbar-brand" href={URLROOT} tabIndex="-1">
    191191                                                                <img width="28px" height="28px" src="img/magglass1.png"/>
    192                                                         </a>
    193                                                         <a className="navbar-brand" href={URLROOT} tabIndex="-1">
    194192                                                                <header className="inline"> Content Search </header>
    195193                                                        </a>
     
    553551                        <div className="container" style={{textAlign:'center'}}>
    554552                                <div className="row">
     553                                        <div style={{position:'relative', float:'left'}}>
     554                                                <div className="leftist" style={{position:'absolute'}}>
     555                                                        <div>
     556                                                                <a title="about" href="about" onClick={this.toAbout}>About</a>
     557                                                        </div>
     558                                                        <div style={{color:'#777'}}>{VERSION}</div>
     559                                                </div>
     560                                        </div>
    555561                                        <a title="CLARIN ERIC" href="https://www.clarin.eu/">
    556562                                                <img src="img/clarindLogo.png" alt="CLARIN ERIC logo" style={{height:60}}/>
    557563                                        </a>
    558564                                        <div style={{position:'relative', float:'right'}}>
    559                                                 <div style={{margin:4, fontSize:12, textAlign:'right',
    560                                                                         position:'absolute', right:'0', width:100}}>
    561                                                         <div>
    562                                                                 <a title="about" href="about" onClick={this.toAbout}>About</a>
    563                                                         </div>
    564                                                         <div>
    565                                                                 <a title="contact" href="mailto:fcs@clarin.eu">Contact</a>
    566                                                         </div>
    567                                                         <div style={{color:'#777'}}>{VERSION}</div>
     565                                                <div className="rightist" style={{position:'absolute', right:'0'}}>
     566                                                        <a title="contact" href="mailto:fcs@clarin.eu">Contact</a>
    568567                                                </div>
    569568                                        </div>
Note: See TracChangeset for help on using the changeset viewer.