[Pkg-mozext-commits] [wot] 210/226: Fixed CSS issues in WG mode

David Prévot taffit at moszumanska.debian.org
Fri May 1 00:35:52 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 e16d00c666f958a03799dd41d3387518c47269d9
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date:   Wed Mar 19 11:58:48 2014 +0200

    Fixed CSS issues in WG mode
---
 skin/ratingwindow.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/skin/ratingwindow.css b/skin/ratingwindow.css
index 2650c2c..02f3eb4 100644
--- a/skin/ratingwindow.css
+++ b/skin/ratingwindow.css
@@ -1184,7 +1184,7 @@ textarea {
 #wg-tags {
     margin-left: 2px;
     margin-top: -1px; /* Diff in FF */
-    height: 1.6em; /* diff in FF */
+    height: 27px;  /* Diff in FF */
     max-height: none;
     overflow: hidden;
     -moz-margin-before: 0;
@@ -1204,7 +1204,7 @@ textarea {
     padding: 2px 4px;
     margin-right: 2px;
     margin-left: 2px;
-    margin-bottom: 3px;
+    margin-bottom: 1px;
     line-height: 1.4em;
     color: #5a5450;
     text-decoration: none;
@@ -1235,7 +1235,7 @@ textarea {
     position: absolute;
     font-size: 10px;
     font-weight: lighter;
-    margin-top: 2px;
+    margin-top: 1px;
 }
 
 .wg-tag.group:hover {

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