diff options
| author | ryderr <r@okfoc.us> | 2014-11-25 12:14:36 -0500 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-11-25 12:14:36 -0500 |
| commit | 6a4828631b4ee55f453a34e4aeb3be7d46eb799e (patch) | |
| tree | 9161159692e4e8d7b83ee9f8909a4da6d37b49ab | |
| parent | 377fa673972f32e558faabe74903a237ee1b5c65 (diff) | |
hide 360 thing
| -rwxr-xr-x | public/assets/stylesheets/app.css | 8 |
1 files 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; |
