diff --git a/app/views/predators/_menu.html.erb b/app/views/predators/_menu.html.erb index 91a88c7..b9c2ece 100644 --- a/app/views/predators/_menu.html.erb +++ b/app/views/predators/_menu.html.erb @@ -41,6 +41,8 @@ border-color: rgba(0, 255, 0, .5); border-width: 85px; border-radius: 85px; + -moz-border-radius: 85px; + -webkit-border-radius: 85px; z-index: 20; position: relative; height: 0px; @@ -54,6 +56,8 @@ border-color: black;/*rgba(80, 0, 0, .48);*/ border-width: 100px; border-radius: 100px; + -moz-border-radius: 100px; + -webkit-border-radius: 100px; z-index: 12; position: relative; height: 0px; @@ -83,6 +87,8 @@ border-color: rgba(255, 0, 0, .7); border-width: 90px; border-radius: 108px 108px; + -moz-border-radius: 108px 108px; + -webkit-border-radius: 108px 108px; width: 0px; height: 0px; border-style: solid; @@ -95,6 +101,8 @@ border-color: rgba(255, 255, 0, 0.65); border-width: 80px; border-radius: 108px 108px; + -moz-border-radius: 108px 108px; + -webkit-border-radius: 108px 108px; width: 20px; height: 0px; border-style: solid; @@ -137,6 +145,8 @@ border-color: rgba(0, 0, 0, .4); border-width: 20px; border-radius: 20px; + -moz-border-radius: 20px; + -webkit-border-radius: 20px; width: 0px; height: 0px; border-style: solid; @@ -151,6 +161,8 @@ border-color: rgba(255, 255, 255, .2); border-width: 17px; border-radius: 17px; + -moz-border-radius: 17px; + -webkit-border-radius: 17px; width: 0px; height: 0px; border-style: solid; @@ -188,14 +200,25 @@ top: 40px; position: relative; margin-left: auto; + z-index: 100; } - + + a.contact + { + color:lightblue; + text-decoration: none; + } + + .dont_display + { + color:black; + }