WIP for new lightbox viewer

This commit is contained in:
Matthew Hodgson
2015-10-27 01:39:19 +00:00
parent 7c445cc108
commit aac00db16b
8 changed files with 222 additions and 32 deletions
+6 -2
View File
@@ -125,7 +125,7 @@ a:visited {
font-size: 16px;
position: relative;
border-radius: 8px;
max-width: 75%;
max-width: 80%;
}
.mx_Dialog_lightbox .mx_Dialog_background {
@@ -134,7 +134,11 @@ a:visited {
.mx_Dialog_lightbox .mx_Dialog {
border-radius: 0px;
background-color: #000;
background-color: transparent;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}
.mx_Dialog_content {