diff options
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 34 |
1 files changed, 19 insertions, 15 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 5effc00..98d97ac 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -3126,16 +3126,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{ @@ -3143,15 +3145,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; } } @@ -3163,16 +3165,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; } @@ -3186,9 +3193,6 @@ a[data-role="forgot-password"] { .hero{ height: 500pt; } - #threesixty { - display:inline; - } #keyhint { display:none; } |
