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 {
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;
}