summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-11-21 17:15:27 -0500
committerJules Laplace <jules@okfoc.us>2014-11-21 17:15:27 -0500
commitf4d265e86eba67d6a69f1d1562a64e41e2dea2da (patch)
treec303e2a9c85798aa47ca6bf1ef30de01d80848db
parent23a4b54b995c1c07fcde48eadae90454bfaf212e (diff)
parent68624c45c72d0115b3e20f1a17ca21ea79f18d6a (diff)
Merge branch 'master' of github.com:okfocus/vvalls
-rwxr-xr-xpublic/assets/stylesheets/app.css10
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;