From a65a6bbd232bd1631d388c425633c0dfd4769aba Mon Sep 17 00:00:00 2001 From: ryderr Date: Fri, 21 Nov 2014 16:58:04 -0500 Subject: top links mobile --- public/assets/stylesheets/app.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index b4b07b5..3ce5c61 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -3083,6 +3083,9 @@ a[data-role="forgot-password"] { .greenbtn.learn { display:none; } + .reader .topLinks a { + display:none; + } } @media screen and (orientation:portrait) { @@ -3098,7 +3101,7 @@ a[data-role="forgot-password"] { position: fixed; display: inline-block; width: 300px; - top: 80px; + top: 60px; left: 6px; font-size: 27px; font-weight: 300; -- cgit v1.2.3-70-g09d2 From 68624c45c72d0115b3e20f1a17ca21ea79f18d6a Mon Sep 17 00:00:00 2001 From: ryderr Date: Fri, 21 Nov 2014 17:02:08 -0500 Subject: mobile tweekz --- public/assets/stylesheets/app.css | 7 +++++-- 1 file 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; -- cgit v1.2.3-70-g09d2