Changeset 6173 for SRUAggregator


Ignore:
Timestamp:
04/29/15 21:42:44 (9 years ago)
Author:
emanuel.dima@uni-tuebingen.de
Message:

very small html fixes

Location:
SRUAggregator/trunk/src/main/resources/assets/js
Files:
2 edited

Legend:

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

    r6172 r6173  
    166166                                        )
    167167                                ),
    168                                 React.createElement("ul", {id: "CLARIN_header_right", className: "nav navbar-nav navbar-right"},
     168                                React.createElement("ul", {className: "nav navbar-nav navbar-right"},
    169169                                        this.renderLogin()
    170170                                )
     
    556556                                                React.createElement("img", {src: "img/clarindLogo.png", alt: "CLARIN ERIC logo", style: {height:60}})
    557557                                        ),
    558                                         React.createElement("div", {className: "float-right", style: {position:'relative', float:'right'}},
     558                                        React.createElement("div", {style: {position:'relativ', float:'righ', display:'inline'}},
    559559                                                React.createElement("div", {style: {margin:4, fontSize:12, textAlign:'right',
    560                                                                         position:'absolute', right:'0', width:100}},
     560                                                                        position:'absolut', right:'0', width:100}},
    561561                                                        React.createElement("div", null,
    562562                                                                React.createElement("a", {title: "about", href: "about", onClick: this.toAbout}, "About")
  • SRUAggregator/trunk/src/main/resources/assets/js/main.jsx

    r6172 r6173  
    166166                                        </li>
    167167                                </ul>
    168                                 <ul id="CLARIN_header_right" className="nav navbar-nav navbar-right">
     168                                <ul className="nav navbar-nav navbar-right">
    169169                                        {this.renderLogin()}
    170170                                </ul>
     
    556556                                                <img src="img/clarindLogo.png" alt="CLARIN ERIC logo" style={{height:60}}/>
    557557                                        </a>
    558                                         <div className="float-right" style={{position:'relative', float:'right'}}>
     558                                        <div style={{position:'relative', float:'right'}}>
    559559                                                <div style={{margin:4, fontSize:12, textAlign:'right',
    560560                                                                        position:'absolute', right:'0', width:100}}>
Note: See TracChangeset for help on using the changeset viewer.