[extensions-web] css: Make the paginators center with no content



commit b7a10e52247a5548acc7700dd3d1f2fe125bc5f1
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Jun 7 10:10:30 2012 -0400

    css: Make the paginators center with no content
    
    This has been bugging me for a little while.

 sweettooth/static/css/sweettooth.css |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index d5faefa..5d8d49a 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -213,9 +213,8 @@ hr.bottom_shadow {
 .fsui {
     float: right;
     font-size: 0.8em;
-    line-height: 2.2em;
     position: relative;
-    top: -2.2em;
+    top: -1.9em;
 }
 
 .fsui-dropdown-link-arrow {



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