From 53f3f8b5c1bb591a0e0d1c0ea3607afcff225073 Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 9 Apr 2012 23:03:13 +0200 Subject: [PATCH] fix user list pagination --- teleforma/htdocs/css/teleforma_black.css | 4 ++-- teleforma/templates/telemeta/inc/user_list.html | 7 ++----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/teleforma/htdocs/css/teleforma_black.css b/teleforma/htdocs/css/teleforma_black.css index 783da0d6..5e1c83a5 100644 --- a/teleforma/htdocs/css/teleforma_black.css +++ b/teleforma/htdocs/css/teleforma_black.css @@ -770,7 +770,7 @@ dl.dublincore dd.caption { font-weight: bold; } .pagination a { - background-color: #fff; + background-color: transparent; border-bottom: none; font-size: 1em; padding: .3em; @@ -925,7 +925,7 @@ img.align-left { border: 1px solid #000; background-image: url(../images/grid_bg_2.png); padding: 0.3em 0.4em 0.4em 0.4em; - margin: 4em 1em 1em 0em; + margin: 2.5em 1em 1em 0em; -moz-border-radius: 8px 0px 8px 8px; -webkit-border-radius: 8px 0px 8px 8px; border-radius: 8px 0px 8px 8px; diff --git a/teleforma/templates/telemeta/inc/user_list.html b/teleforma/templates/telemeta/inc/user_list.html index 525b80ad..e3f4c420 100644 --- a/teleforma/templates/telemeta/inc/user_list.html +++ b/teleforma/templates/telemeta/inc/user_list.html @@ -4,15 +4,12 @@ {% if is_paginated %} -- 2.39.5