[Pkg-mozext-commits] [wot] 143/226: Fixed the bug which breaks RatingWindow on Linux Firefox

David Prévot taffit at moszumanska.debian.org
Fri May 1 00:35:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository wot.

commit 57be23f401d64fb8d21bec160f3283217140ff78
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date:   Tue Sep 3 21:50:03 2013 +0300

    Fixed the bug which breaks RatingWindow on Linux Firefox
---
 content/overlay.xul   | 4 ++--
 skin/ratingwindow.css | 7 ++-----
 skin/wot.css          | 1 +
 3 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/content/overlay.xul b/content/overlay.xul
index 29515fd..4a6caa3 100644
--- a/content/overlay.xul
+++ b/content/overlay.xul
@@ -64,10 +64,10 @@
         <!-- Testimony window -->
         <panel id="wot-popup" position="bottomcenter bottomcenter"
                    onpopupshowing="wot_rw.on_rw_open(event);"
-                   onpopuphiding="wot_rw.on_hide_popup();" noautofocus="false" level="parent">
+                   onpopuphiding="wot_rw.on_hide_popup();" noautofocus="false">
 
             <iframe id="wot-rwframe" src="chrome://wot/content/rw/ratingwindow.html" type="content-primary"
-                    transparent="false" width="100%" height="414px"/>
+                    width="576px" height="422px"/>
         </panel>
 
         <!-- Indicator tooltip -->
diff --git a/skin/ratingwindow.css b/skin/ratingwindow.css
index 7370cd0..3d17e9a 100644
--- a/skin/ratingwindow.css
+++ b/skin/ratingwindow.css
@@ -22,8 +22,9 @@ body {
     overflow: hidden;
     cursor: default;
     -moz-user-select: none; /* FF specific */
-    width: 580px;
+    width: 576px;
     margin: 0; /* FF specific */
+    padding: 0;
 }
 
 #wot-ratingwindow {
@@ -1485,8 +1486,6 @@ body {
     border: 1px solid #ccc;
     background-color: white;
     color: #319de7;
-    -webkit-border-radius: 6px;
-    -moz-border-radius: 6px;
     border-radius: 4px;
 }
 
@@ -1494,8 +1493,6 @@ body {
 .category-selector .category[voted="-1"] .cat-vote-right {
     border: 1px solid #c7ddef;
     background: #eaf2fa;
-    -webkit-border-radius: 6px;
-    -moz-border-radius: 6px;
     border-radius: 4px;
 }
 
diff --git a/skin/wot.css b/skin/wot.css
index 8df1ee4..cf7224e 100644
--- a/skin/wot.css
+++ b/skin/wot.css
@@ -403,6 +403,7 @@
     width: 580px;
     height: 422px;
     overflow: hidden;
+    overflow-y: hidden;
     border: 0;
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/wot.git



More information about the Pkg-mozext-commits mailing list