[extensions-web] Style fixes to the paginator



commit 688dae9feb6dbe8eac3f61b9a1299561e2cdee08
Author: StÃphane Maniaci <stephane maniaci gmail com>
Date:   Mon Dec 12 15:05:30 2011 +0100

    Style fixes to the paginator

 sweettooth/static/css/sweettooth.css |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index f58249f..5093d32 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -148,9 +148,10 @@ hr.bottom_shadow {
 
 .paginator {
     display: block;
-    background-color: #ddd;
-    border-radius: 8px;
-    padding: 2px;
+    background-color: #EEEEEC;
+    border-radius: 3px;
+    border: 1px solid #BABDB6;
+    padding: 3px;
 }
 
 .paginator .number {
@@ -170,7 +171,8 @@ hr.bottom_shadow {
 
 .paginator .number.current {
     background-color: white;
-    border-radius: 6px;
+    border: 1px solid rgb(200, 200, 200);
+    border-radius: 3px;
 }
 
 /* Extension view */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]