diff options
| author | ryderr <r@okfoc.us> | 2014-11-25 12:14:58 -0500 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-11-25 12:14:58 -0500 |
| commit | 161a32efda5ed3fa243770d23c1d756a90bb2104 (patch) | |
| tree | 348d1f5df2d3884a30f85189e536ef5bd2b6a661 | |
| parent | 6a4828631b4ee55f453a34e4aeb3be7d46eb799e (diff) | |
hide 360 thing
| -rwxr-xr-x | public/assets/stylesheets/app.css | 22 |
1 files 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) { |
