aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-01-27 11:44:58 +0000
committerRobin Houston <robin.houston@gmail.com>2012-01-27 11:44:58 +0000
commit63b50ae161760aac422743f53b9721c5c581f6e3 (patch)
tree9a38c3162ca6c57caf84e0b1780cf73611f2bc80
parent006eec6d272fb772559e66b525b649c305c9cc5d (diff)
Small fixes
- There is no such thing as “cursor: hand;” - Opacity is not measured in pixels.
-rw-r--r--public/stylesheets/main.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css
index cd617c115..b9559ba17 100644
--- a/public/stylesheets/main.css
+++ b/public/stylesheets/main.css
@@ -24,9 +24,9 @@ position:absolute;
left:0;
z-index:150;
text-align:right;
--moz-opacity:0.7px;
+-moz-opacity:0.7;
filter:alpha(opacity= 70) !important;
-opacity:0.7px;
+opacity:0.7;
width:auto;
right:0;
top:10px;
@@ -1245,7 +1245,7 @@ border-radius:2px;
-moz-border-radius:2px;
text-shadow:1px 1px 0 #5B841D;
font-size:18px;
-cursor:hand;
+cursor:pointer;
padding:5px 6px;
}
@@ -1481,7 +1481,7 @@ top:2px;
border:none;
background:#FFF;
cursor:pointer;
-opacity:1px;
+opacity:1;
}
#ui-datepicker-div .ui-datepicker-next-hover {
@@ -1490,7 +1490,7 @@ top:2px;
border:none;
background:#FFF;
cursor:pointer;
-opacity:1px;
+opacity:1;
}
#other-country-notice {
@@ -1502,7 +1502,7 @@ z-index:999;
display:block;
position:absolute;
top:0;
-opacity:0.9px;
+opacity:0.9;
}
p.public-body-name-prefix {
@@ -1522,7 +1522,7 @@ text-decoration:none;
display:inline-block;
border-radius:2px;
-moz-border-radius:2px;
-cursor:hand;
+cursor:pointer;
background:url(/images/small-white-cross.png) no-repeat;
width:15px;
height:15px;
@@ -1538,7 +1538,7 @@ position:absolute;
text-align:left;
background-color:#FFF;
z-index:999;
-opacity:0.9px;
+opacity:0.9;
border-radius:6px;
-moz-border-radius:6px;
border:1px solid #444;
@@ -1647,7 +1647,7 @@ display:none;
#ui-datepicker-div .ui-datepicker-prev,#ui-datepicker-div .ui-datepicker-next {
margin-top:2px;
-opacity:0.5px;
+opacity:0.5;
}
div.controller_help dt:hover > a:hover,div.controller_help h1:hover > a:hover,div#help_unhappy h1:hover > a.hover_a:hover,h2 a:hover,.request_listing span.head a:hover,.user_listing span.head a:hover,.body_listing span.head a:hover,.request_listing .requester a,.feed_link a:hover,.act_link a:hover,#header_right > a:hover {