[Pkg-mozext-commits] [wot] 128/226: Better size of category circles

David Prévot taffit at moszumanska.debian.org
Fri May 1 00:35:43 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 8a3457af3d295f66e2702119719c922b223e71de
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date:   Sun Sep 1 18:43:06 2013 +0300

    Better size of category circles
---
 skin/include/popup.css   | 13 +++++++------
 skin/include/warning.css | 12 ++++++------
 skin/ratingwindow.css    |  8 ++++----
 3 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/skin/include/popup.css b/skin/include/popup.css
index cc8e9c9..642cc51 100644
--- a/skin/include/popup.css
+++ b/skin/include/popup.css
@@ -339,9 +339,9 @@
 
 .wot-popup-layer .c2.cat-item:before,
 .wot-popup-layer .c3.cat-item:before {
-    width: 8px;
-    height: 8px;
-    margin-left: -21px;
+    width: 7px;
+    height: 7px;
+    margin-left: -19px;
     margin-top: 1px;
 }
 
@@ -354,9 +354,10 @@
 
 .wot-popup-layer .c4.cat-item:before,
 .wot-popup-layer .c5.cat-item:before {
-    width: 10px;
-    height: 10px;
-    margin-left: -22px;
+    width: 8px;
+    height: 8px;
+    margin-left: -20px;
+    margin-top: 2px;
 }
 
 /* small hints about user's ratings on the popup */
diff --git a/skin/include/warning.css b/skin/include/warning.css
index 4b2ee91..f5c5cbe 100644
--- a/skin/include/warning.css
+++ b/skin/include/warning.css
@@ -432,9 +432,9 @@
 
 .c2.cat-item:before,
 .c3.cat-item:before {
-    width: 8px !important;
-    height: 8px !important;
-    margin-left: -21px !important;
+    width: 7px !important;
+    height: 7px !important;
+    margin-left: -19px !important;
     margin-top: 2px !important;
 }
 
@@ -447,9 +447,9 @@
 
 .c4.cat-item:before,
 .c5.cat-item:before {
-    width: 10px !important;
-    height: 10px !important;
-    margin-left: -22px !important;
+    width: 8px !important;
+    height: 8px !important;
+    margin-left: -20px !important;
 }
 
 .wot-openscorecard-wrap {
diff --git a/skin/ratingwindow.css b/skin/ratingwindow.css
index f6dda7f..7370cd0 100644
--- a/skin/ratingwindow.css
+++ b/skin/ratingwindow.css
@@ -1033,8 +1033,8 @@ body {
 
 .c2.cat-item .ico,
 .c3.cat-item .ico {
-    width: 8px;
-    height: 8px;
+    width: 7px;
+    height: 7px;
     margin: -2px 6px 0 1px;
 }
 
@@ -1047,8 +1047,8 @@ body {
 
 .c4.cat-item .ico,
 .c5.cat-item .ico {
-    width: 10px;
-    height: 10px;
+    width: 8px;
+    height: 8px;
     margin: -2px 5px 0 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