diff options
| author | ryderr <r@okfoc.us> | 2014-11-21 16:58:04 -0500 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-11-21 16:58:04 -0500 |
| commit | a65a6bbd232bd1631d388c425633c0dfd4769aba (patch) | |
| tree | 5a3f6ce24d222b2922418bc3f6dcf2aa5f729dc7 | |
| parent | fd3cd9ab212a9c03ef6cd0e47feec672fc7cf994 (diff) | |
top links mobile
| -rwxr-xr-x | public/assets/stylesheets/app.css | 5 |
1 files changed, 4 insertions, 1 deletions
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; |
