mirror of https://github.com/docker/docs.git
Minor UI tweaks on mini logs.
This commit is contained in:
parent
ffb2ade67c
commit
a14469e8e5
|
@ -86,7 +86,7 @@ var ContainerHome = React.createClass({
|
||||||
<h4>Logs</h4>
|
<h4>Logs</h4>
|
||||||
<div className="widget">
|
<div className="widget">
|
||||||
{this.props.logs}
|
{this.props.logs}
|
||||||
<div className="mini-logs-overlay"><span className="icon icon-scale-spread-1"></span><div className="text">Full Logs</div></div>
|
<div className="mini-logs-overlay"><span className="icon icon-scale-spread-1"></span><div className="text">View Logs</div></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="folders">
|
<div className="folders">
|
||||||
|
|
|
@ -705,7 +705,7 @@
|
||||||
color: @gray-lightest;
|
color: @gray-lightest;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
overflow: scroll;
|
overflow: hidden;
|
||||||
font-family: Menlo;
|
font-family: Menlo;
|
||||||
font-size: 8px;
|
font-size: 8px;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
|
Loading…
Reference in New Issue