Updates preview styles.

This commit is contained in:
Lars Jung 2012-08-06 16:47:17 +02:00
parent 61ae46386e
commit a8a6871ebd
6 changed files with 42 additions and 28 deletions

View file

@ -8,8 +8,7 @@
bottom: 0;
z-index: 100;
// background-color: #111;
background-color: rgba(0,0,0,0.9);
background-color: rgba(0,0,0,0.5);
text-align: center;
}
@ -22,6 +21,17 @@
#pv-img-image {
max-width: 100%;
max-height: 100%;
border: 2px solid #fff;
.border-radius(4px);
}
#pv-img-overlay.fullscreen {
background-color: #111;
#pv-img-image {
border: 0;
.border-radius(0);
}
}
#pv-img-close {

View file

@ -8,7 +8,7 @@
bottom: 0;
z-index: 100;
background-color: rgba(0,0,0,0.9);
background-color: rgba(0,0,0,0.5);
text-align: center;
}
@ -18,7 +18,8 @@
margin: 0 auto;
padding: 10px;
background-color: #fff;
border: 2px solid rgba(0,0,0,0.5);
border: 2px solid #fff;
.border-radius(4px);
text-align: left;
overflow: auto;
position: relative;