diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-24 16:57:56 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-24 16:57:56 -0400 |
| commit | bf2cfc50970c99898a375da9ff5db3f9925d17b9 (patch) | |
| tree | 5bb5c4fa39e29622d53b09d8b519cc5ba8b62882 | |
| parent | 6fa1570122f2bae9abfaffc5ed90c8b6e36675ea (diff) | |
| parent | bd668cf8f54c6ab0c5aa52b7dacf603abadac168 (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
| -rw-r--r-- | public/assets/img/360.png | bin | 0 -> 7687 bytes | |||
| -rwxr-xr-x | public/assets/stylesheets/app.css | 20 |
2 files changed, 15 insertions, 5 deletions
diff --git a/public/assets/img/360.png b/public/assets/img/360.png Binary files differnew file mode 100644 index 0000000..853952b --- /dev/null +++ b/public/assets/img/360.png diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 8e259ef..bc52d5a 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -151,7 +151,7 @@ a{ } .topLinks a.ion-help-circled { font-size: 24px; - padding: 21px 27px 0 8px; + padding: 18px 27px 0 8px; } .topLinks a.ion-help-circled:hover { background:transparent; @@ -668,6 +668,7 @@ iframe.embed { display: table; height: 50vh; float: left; + background:white!important; } .profilepage .bio a:hover { @@ -716,9 +717,9 @@ iframe.embed { .profilepage .bio h2 { - text-align: left; - font-weight: 100; - font-size: 70px; + text-align: left; + font-weight: 500; + font-size: 18px; } .profilepage .bio span { font-size: 16px; @@ -2737,9 +2738,18 @@ a[data-role="forgot-password"] { width: 170px; background: rgba(255,255,255,0.95); padding: 6px 8px 8px 8px; - position: fixed; bottom: 10px; left: 10px; border: 1px solid; } +} + +@media screen and (orientation:landscape) { + .mobile #scene:after{ + content:url(/assets/img/360.png); + z-index: 3; + position: fixed; + bottom: -3px; + right: -3px; + } }
\ No newline at end of file |
