From 6a4828631b4ee55f453a34e4aeb3be7d46eb799e Mon Sep 17 00:00:00 2001 From: ryderr Date: Tue, 25 Nov 2014 12:14:36 -0500 Subject: hide 360 thing --- public/assets/stylesheets/app.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 218f38b..e33a22d 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -3113,6 +3113,9 @@ a[data-role="forgot-password"] { .reader iframe { display:none; } + #threesixty { + display:inline; + } } @media screen and (orientation:portrait) { @@ -3149,12 +3152,7 @@ a[data-role="forgot-password"] { pointer-events:none; } -@media screen and (orientation:landscape) { - #threesixty { - display:inline; - } -} @media screen and (orientation:landscape) and (max-width: 680px){ .projectList.about .item span:nth-child(1) { height: 180px; -- cgit v1.2.3-70-g09d2 From 161a32efda5ed3fa243770d23c1d756a90bb2104 Mon Sep 17 00:00:00 2001 From: ryderr Date: Tue, 25 Nov 2014 12:14:58 -0500 Subject: hide 360 thing --- public/assets/stylesheets/app.css | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index e33a22d..3c380ef 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -2908,6 +2908,18 @@ a[data-role="forgot-password"] { 100%{height:500px;top:2px;} } + +#threesixty { + display:none; + width:80px; + z-index: 3; + position: fixed; + bottom: 0; + right: 0; + pointer-events:none; +} + + /* KEYBOARD SHORTCUTS */ .keyboard { float: left; width: 50%; margin-top: 50px; } @@ -3142,16 +3154,6 @@ a[data-role="forgot-password"] { } } -#threesixty { - display:none; - width:80px; - z-index: 3; - position: fixed; - bottom: 0; - right: 0; - pointer-events:none; -} - @media screen and (orientation:landscape) and (max-width: 680px){ .projectList.about .item span:nth-child(1) { -- cgit v1.2.3-70-g09d2