summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-10-01 17:34:23 -0400
committerJules Laplace <jules@okfoc.us>2014-10-01 17:34:23 -0400
commit59968931216c449aebdabcfb25b9792fdbbe8931 (patch)
treee427c7abf902617ca325c28d06a3e77cac904e41 /public
parent7fb1968594240b3e660842176f6847b2c03650c8 (diff)
move css
Diffstat (limited to 'public')
-rwxr-xr-xpublic/assets/stylesheets/app.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 54060cc..fbe9140 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -327,6 +327,21 @@ iframe.embed {
-moz-transition:2s background;
transition:2s background;
}
+
+.room .images {
+ position: absolute;
+ top: 0; left: 0;
+ z-index: -1;
+ width: 100%;
+ height: 100%;
+ text-align: center;
+ overflow: hidden;
+}
+.room .images img {
+ max-height: 100%;
+ max-width: 100%;
+}
+
.page .btn {
clear: both;
padding: 30px 0;