diff options
| author | ryderr <r@okfoc.us> | 2014-11-10 16:23:42 -0500 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-11-10 16:23:42 -0500 |
| commit | 5673a05184ed0624ec33bfea27686e7e70b1d619 (patch) | |
| tree | 9a5d2937b4f77ada63acbca4edd8a17de7defa27 | |
| parent | 13981e3835f0091c55f0a955c3b219268111e1a0 (diff) | |
more ipad stuff
| -rwxr-xr-x | public/assets/stylesheets/app.css | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 444cd67..3148c97 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -3028,12 +3028,36 @@ a[data-role="forgot-password"] { .hero{ height: 500pt; } - + .mobile #scene:after{ + content:url(/assets/img/360.png); + z-index: 3; + position: fixed; + bottom: -3px; + right: -3px; + } + #keyhint { + display:none; + } + .topLinks a[data-role="new-project-modal"], .topLinks a[data-role="show-layouts-modal"] { + display:none; + } } @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) { .hero{ height: 500pt; } - + .mobile #scene:after{ + content:url(/assets/img/360.png); + z-index: 3; + position: fixed; + bottom: -3px; + right: -3px; + } + #keyhint { + display:none; + } + .topLinks a[data-role="new-project-modal"], .topLinks a[data-role="show-layouts-modal"] { + display:none; + } } |
