diff options
| author | ryderr <r@okfoc.us> | 2014-11-21 17:02:08 -0500 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-11-21 17:02:08 -0500 |
| commit | 68624c45c72d0115b3e20f1a17ca21ea79f18d6a (patch) | |
| tree | 1f185e9a2b3540b4552f428eddca16699d7724c2 | |
| parent | a65a6bbd232bd1631d388c425633c0dfd4769aba (diff) | |
mobile tweekz
| -rwxr-xr-x | public/assets/stylesheets/app.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 3ce5c61..8832e10 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -3047,9 +3047,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; @@ -3101,7 +3104,7 @@ a[data-role="forgot-password"] { position: fixed; display: inline-block; width: 300px; - top: 60px; + top: 55px; left: 6px; font-size: 27px; font-weight: 300; |
