diff options
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; |
