summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-06-10 19:46:53 -0400
committerJulie Lala <jules@okfoc.us>2014-06-10 19:46:53 -0400
commit4e4b5b5668835097f335efaf55dfe837eec7dc3c (patch)
tree5cd6cb12a203c5dd7c8cf9f62b9cd9235e52513c /public/assets/stylesheets/app.css
parent3074488306e041718dec221ff9142748e2e68916 (diff)
parentb231af3e38b8f066f18031fd69b0fdb30a5e244a (diff)
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css14
1 files changed, 8 insertions, 6 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index e5666ca..55e8d37 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -372,6 +372,8 @@ h5{
}
.topLinks {
float: right;
+ z-index: 3;
+ position: relative;
font-size: 18px;
padding: 8px;
margin: 14px;
@@ -384,7 +386,7 @@ h5{
color: black;
font-weight: 300;
text-decoration: none;
- border-bottom:1px solid white;
+ border-bottom:1px solid transparent;
}
.topLinks a:hover {
border-bottom:1px solid lightgreen;
@@ -533,7 +535,7 @@ h5{
backface-visibility: visible;
}
#hud {
- position: absolute;
+ position: fixed;
top:0;left:0;
z-index: 2;
}
@@ -647,14 +649,14 @@ h5{
cursor:pointer;
}
-.menu span.icon-close{
+.menu span.inuse {
color:white;
background:black;
cursor:pointer;
}
-.icon-close:before {
-content: "\e736"!important;
+.menu span.inuse:before {
+ content: "\e736" !important;
}
.menu span:hover:after{
@@ -671,7 +673,7 @@ content: "\e736"!important;
font-size: 13px;
}
-.menu span.icon-close:hover:after{
+.menu span.inuse:hover:after{
content:"";
opacity:0;
}