diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-21 17:15:27 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-21 17:15:27 -0500 |
| commit | f4d265e86eba67d6a69f1d1562a64e41e2dea2da (patch) | |
| tree | c303e2a9c85798aa47ca6bf1ef30de01d80848db /public | |
| parent | 23a4b54b995c1c07fcde48eadae90454bfaf212e (diff) | |
| parent | 68624c45c72d0115b3e20f1a17ca21ea79f18d6a (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 4676eea..9500b3b 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -3052,9 +3052,12 @@ a[data-role="forgot-password"] { width: 100%; text-align: left; } - .aboutRoom { + .aboutRoom.vvbox { width: 170px; padding: 6px 8px 8px 8px; + box-shadow: 0 0; + bottom: 3px; + left: 3px; } .aboutRoom .profilePic { display:none; @@ -3088,6 +3091,9 @@ a[data-role="forgot-password"] { .greenbtn.learn { display:none; } + .reader .topLinks a { + display:none; + } } @media screen and (orientation:portrait) { @@ -3103,7 +3109,7 @@ a[data-role="forgot-password"] { position: fixed; display: inline-block; width: 300px; - top: 80px; + top: 55px; left: 6px; font-size: 27px; font-weight: 300; |
