Fixed "Viewing small (image) attachments" (Closes #369)

This commit is contained in:
RainLoop Team 2014-11-06 16:00:36 +04:00
parent eb30a1fe27
commit 96e4741a57
17 changed files with 2827 additions and 178 deletions

View file

@ -1,8 +1,13 @@
.rl-view-model {
&.RL-Login, &.RL-LoginNew, &.RL-AdminLogin, &.RL-About {
position: relative;
height: 100%;
z-index: 5;
}
.rl-view-model {
&.RL-Login, &.RL-LoginNew, &.RL-AdminLogin, &.RL-About {
position: relative;
height: 100%;
z-index: 5;
}
}
.mfp-container .mfp-figure {
min-height: 300px;
min-width: 300px;
}