changeset 3433:07c9d77578a9 beta

css: opacity is a float and cannot be px Undoing parts of 20940ddb5f4d.
author Mads Kiilerich <madski@unity3d.com>
date Thu, 28 Feb 2013 23:05:28 +0100
parents cc3373249b4b
children 488bbf5e3f59
files rhodecode/public/css/style.css
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Thu Feb 28 23:05:28 2013 +0100
+++ b/rhodecode/public/css/style.css	Thu Feb 28 23:05:28 2013 +0100
@@ -3025,7 +3025,7 @@
     border: 2px solid #003367;
     font: 100% sans-serif;
     width: auto;
-    opacity: 1px;
+    opacity: 1;
     padding: 8px;
 
     white-space: pre-wrap;
@@ -3044,7 +3044,7 @@
     border: 2px solid #003367;
     font: 100% sans-serif;
     width: auto;
-    opacity: 1px;
+    opacity: 1;
     padding: 8px;
     white-space: pre-wrap;
     -webkit-border-radius: 8px 8px 8px 8px;
@@ -3095,7 +3095,6 @@
     position: absolute;
     width: 100%;
     background: #000;
-    -moz-opacity: 0.1px;
     opacity: .10;
     filter: alpha(opacity = 10);
     z-index: 9049;
@@ -3435,7 +3434,7 @@
 
 table#permissions_manage span.private_repo_msg {
     font-size: 0.8em;
-    opacity: 0.6px;
+    opacity: 0.6;
 }
 
 table#permissions_manage td.private_repo_msg {