header
This commit is contained in:
parent
4f79fb50ef
commit
7ecda36e14
2 changed files with 25 additions and 0 deletions
5
site.css
5
site.css
|
@ -98,6 +98,11 @@ body {
|
||||||
display: table-row;
|
display: table-row;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mxt_HomePage_link_title {
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
.mxt_HomePage_link_logo,
|
.mxt_HomePage_link_logo,
|
||||||
.mxt_HomePage_link_name,
|
.mxt_HomePage_link_name,
|
||||||
.mxt_HomePage_link_author,
|
.mxt_HomePage_link_author,
|
||||||
|
|
|
@ -220,6 +220,26 @@ export default React.createClass({
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div className="mxt_HomePage_link mxt_HomePage_link_title">
|
||||||
|
<div className="mxt_HomePage_link_logo">
|
||||||
|
</div>
|
||||||
|
<div className="mxt_HomePage_link_name">
|
||||||
|
Name
|
||||||
|
</div>
|
||||||
|
<div className="mxt_HomePage_link_comments">
|
||||||
|
Description
|
||||||
|
</div>
|
||||||
|
<div className="mxt_HomePage_link_author">
|
||||||
|
Author
|
||||||
|
</div>
|
||||||
|
<div className="mxt_HomePage_link_maturity">
|
||||||
|
Maturity
|
||||||
|
</div>
|
||||||
|
<div className="mxt_HomePage_link_link">
|
||||||
|
Access to <b>{ this.state.entity }</b>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
{ linkable_clients.map((client) => {
|
{ linkable_clients.map((client) => {
|
||||||
var link;
|
var link;
|
||||||
if (isRoom && client.room_url) {
|
if (isRoom && client.room_url) {
|
||||||
|
|
Loading…
Reference in a new issue