tweak spacing of label on lightbox

pull/296/head
Matthew Hodgson 2015-10-28 22:49:20 +00:00
parent 8eaa96b0b3
commit dbac2e299e
2 changed files with 4 additions and 3 deletions

View File

@ -95,7 +95,8 @@ limitations under the License.
.mx_ImageView_download {
display: table;
margin-top: 28px;
margin-top: 24px;
margin-bottom: 6px;
border-radius: 5px;
background-color: #454545;
font-size: 16px;
@ -107,7 +108,7 @@ limitations under the License.
.mx_ImageView_button {
font-size: 16px;
opacity: 0.5;
margin-top: 24px;
margin-top: 18px;
cursor: pointer;
}

View File

@ -78,7 +78,7 @@ module.exports = React.createClass({
<div className="mx_ImageView_lhs">
</div>
<div className="mx_ImageView_content">
<img src={this.props.src} style={style}/>
<img src={this.props.src}/>
<div className="mx_ImageView_labelWrapper">
<div className="mx_ImageView_label">
<div className="mx_ImageView_shim">