more lightbox tweaks

This commit is contained in:
Matthew Hodgson 2015-10-29 17:42:03 +00:00
parent ae2768af9c
commit 8239e57fa1
2 changed files with 18 additions and 5 deletions

View file

@ -45,8 +45,8 @@ limitations under the License.
/* min-width hack needed for FF */
min-width: 0px;
height: 90%;
-webkit-flex: 5;
flex: 5 5 0;
-webkit-flex: 15;
flex: 15 15 0;
display: -webkit-flex;
display: flex;
@ -110,6 +110,10 @@ limitations under the License.
border: 1px solid #fff;
}
.mx_ImageView_size {
font-size: 12px;
}
.mx_ImageView_link {
color: #fff ! important;
text-decoration: none ! important;