summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-11-10 18:03:18 -0500
committerJules Laplace <jules@okfoc.us>2014-11-10 18:03:18 -0500
commit88c420f16df81fb56928513b89f2e37d61f8358b (patch)
treecfafcda79ad54b7b0881a423c26441fc31ef1ce9
parentfc00dfa28faddff26778f2580d263526ca3b335e (diff)
parent0f593787817d074ac00f55570a68838dd076ea3c (diff)
Merge branch 'master' of github.com:okfocus/vvalls
-rwxr-xr-xpublic/assets/stylesheets/app.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 2bdd64f..e97ffa1 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -953,7 +953,7 @@ border-left: 1px solid black;
}
.editing .mx-scenery:hover,
.editing .mx-scenery.picked {
- border: 1px dashed #000;
+ border: 15px dashed yellow;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
@@ -3078,3 +3078,9 @@ a[data-role="forgot-password"] {
display:none;
}
}
+
+@media (max-height: 650px) {
+ .settings {
+ right: 80px;
+ }
+} \ No newline at end of file