summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-10-08 16:11:34 -0400
committerryderr <r@okfoc.us>2014-10-08 16:11:34 -0400
commite8068ae91bede7188d45c06a3dba5a50bedd0b4b (patch)
tree3f070887c9429e88b2431471679271405b8b5b47 /public/assets/stylesheets/app.css
parent1fb387d7329f54fe845d49a038e9ce4daf868852 (diff)
parent084769b40b5ab5dc8fa2f2dfa82d1ebc4ff41795 (diff)
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css15
1 files changed, 7 insertions, 8 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 901932a..b8702f6 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -356,29 +356,28 @@ iframe.embed {
text-align: center;
overflow: hidden;
background-size: cover;
- background-repeat: no-repeat;
}
.room .images {
position: absolute;
top: 0; left: 0;
- z-index: -1;
+ z-index: 2;
width: 100%;
height: 100%;
text-align: center;
overflow: hidden;
}
.room .images img {
- width: 50%;
+ width: 30%;
position: absolute;
}
.room .images[data-mediacount='1'] img:nth-child(1) { left: 20%; top: 20%; }
-.room .images[data-mediacount='2'] img:nth-child(1) { left: 51%; bottom: 0%; width: auto; height: 100%; }
-.room .images[data-mediacount='2'] img:nth-child(2) { right: 51%; bottom: 0%; width: auto; height: 100%; }
+.room .images[data-mediacount='2'] img:nth-child(1) { left: 51%; bottom: 0%; width: auto; height: 30%; }
+.room .images[data-mediacount='2'] img:nth-child(2) { right: 51%; bottom: 0%; width: auto; height: 30%; }
.room .images[data-mediacount='3'] img:nth-child(1) { right: 51%; bottom: 41%; }
-.room .images[data-mediacount='3'] img:nth-child(2) { left: 51%; bottom: 0%; width:auto; height:100%;}
+.room .images[data-mediacount='3'] img:nth-child(2) { left: 51%; bottom: 0%; width:auto; height:30%;}
.room .images[data-mediacount='3'] img:nth-child(3) { right: 51%; top: 61%; }
.room .images[data-mediacount='4'] img:nth-child(1) { right: 51%; bottom: 41%; }
@@ -696,8 +695,7 @@ border-left: 1px solid black;
}
.templates span .image {
background-position: center;
- background-size: contain;
- background-repeat: no-repeat;
+ background-size: cover;
background-color: #fff;
width: 20vw;
height: 15vw;
@@ -1654,6 +1652,7 @@ input[type="range"]::-webkit-slider-thumb {
.settings.info {
right: auto;
left: 10px;
+ width: 230px;
}
.vvbox h4 {