diff options
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 218f38b..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; } @@ -3113,6 +3125,9 @@ a[data-role="forgot-password"] { .reader iframe { display:none; } + #threesixty { + display:inline; + } } @media screen and (orientation:portrait) { @@ -3139,22 +3154,7 @@ 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) { - #threesixty { - display:inline; - } - -} @media screen and (orientation:landscape) and (max-width: 680px){ .projectList.about .item span:nth-child(1) { height: 180px; |
