summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-12-01 13:47:03 -0500
committerJules Laplace <jules@okfoc.us>2014-12-01 13:47:03 -0500
commitb8d2649bb19e49276f0ce251b8d9be05cd4bc5a7 (patch)
tree068535f4a139edc34a8647aa974daacff6038546
parent15058f6c83da00b54f676b9fafbb758ddef0be84 (diff)
parent0c4fe82f014e41069fe96b20ee964068bccab49c (diff)
Merge branch 'master' of github.com:okfocus/vvalls
-rwxr-xr-xpublic/assets/stylesheets/app.css37
1 files changed, 21 insertions, 16 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index a488ad9..5d69d75 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -3104,7 +3104,8 @@ a[data-role="forgot-password"] {
}
.projectList .room {
width: 100%;
- height: 230px;
+ height:230px;
+ height: 69vw;
margin: 0;
}
.mediaDrawer form h2 {
@@ -3157,16 +3158,18 @@ a[data-role="forgot-password"] {
.reader iframe {
display:none;
}
- #threesixty {
- display:inline;
- }
+
+}
+
+.mobile .btn.marg, .mobile #share_embed {
+ display:none;
}
@media screen and (orientation:portrait) {
- .aboutRoom {
+ .mobile .aboutRoom {
display:none;
}
- .mx-scene{
+ .mobile .mx-scene{
display:none;
}
.mobile #scene:after{
@@ -3174,15 +3177,15 @@ a[data-role="forgot-password"] {
z-index: 3;
position: fixed;
display: inline-block;
- width: 300px;
- top: 55px;
- left: 6px;
+ width: 100%;
+ top: 75px;
+ left: 0;
font-size: 27px;
font-weight: 300;
line-height: 50px;
border-top: 1px solid;
border-bottom: 1px solid;
- padding: 20px 0;
+ padding: 20px 7px;
}
}
@@ -3194,16 +3197,21 @@ a[data-role="forgot-password"] {
.projectList .projectItem {
width: 55%;
}
+ #threesixty {
+ display:inline;
+ }
}
+@media screen and (orientation:landscape) {
+ .mobile #threesixty {
+ display:inline;
+ }
+}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) {
.hero{
height: 500pt;
}
- #threesixty {
- display:inline;
- }
#keyhint {
display:none;
}
@@ -3217,9 +3225,6 @@ a[data-role="forgot-password"] {
.hero{
height: 500pt;
}
- #threesixty {
- display:inline;
- }
#keyhint {
display:none;
}