[Pkg-mozext-commits] [wot] 159/226: Fixed #59 search popup creates empty space in chats in VK

David Prévot taffit at moszumanska.debian.org
Fri May 1 00:35:46 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 1980f35031722bd526c0e303c4ebde214d382296
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date:   Sat Sep 14 22:58:35 2013 +0300

    Fixed #59 search popup creates empty space in chats in VK
---
 skin/include/popup.css | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/skin/include/popup.css b/skin/include/popup.css
index 642cc51..b587fbf 100644
--- a/skin/include/popup.css
+++ b/skin/include/popup.css
@@ -19,14 +19,15 @@
 */
 
 .wot-popup-layer {
-    border: 1px solid #e4e4e4 !important;
-    font-family: Arial, sans-serif;
-    font-size: 12px;
-    margin: 0;
-    padding: 0;
     position: absolute;
+    top: -9999px;
     z-index: 2147483647;
     max-width: 395px;
+    margin: 0;
+    padding: 0;
+    border: 1px solid #e4e4e4 !important;
+    font-family: Arial, sans-serif;
+    font-size: 12px;
     cursor: pointer;
     -moz-user-select: none;
     box-shadow: 4px 4px 6px rgba(189, 189, 189, 0.65);

-- 
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