tweak spacing of label on lightbox

This commit is contained in:
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 { .mx_ImageView_download {
display: table; display: table;
margin-top: 28px; margin-top: 24px;
margin-bottom: 6px;
border-radius: 5px; border-radius: 5px;
background-color: #454545; background-color: #454545;
font-size: 16px; font-size: 16px;
@ -107,7 +108,7 @@ limitations under the License.
.mx_ImageView_button { .mx_ImageView_button {
font-size: 16px; font-size: 16px;
opacity: 0.5; opacity: 0.5;
margin-top: 24px; margin-top: 18px;
cursor: pointer; cursor: pointer;
} }

View file

@ -78,7 +78,7 @@ module.exports = React.createClass({
<div className="mx_ImageView_lhs"> <div className="mx_ImageView_lhs">
</div> </div>
<div className="mx_ImageView_content"> <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_labelWrapper">
<div className="mx_ImageView_label"> <div className="mx_ImageView_label">
<div className="mx_ImageView_shim"> <div className="mx_ImageView_shim">