From: yomguy Date: Fri, 13 Apr 2012 16:32:27 +0000 (+0200) Subject: fix fonts X-Git-Tag: 0.2~34 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5f87af0e79c962146bc7bd238a65224e8f72bb87;p=teleforma.git fix fonts --- diff --git a/teleforma/htdocs/css/teleforma.css b/teleforma/htdocs/css/teleforma.css index 48fc6017..b416cc5d 100644 --- a/teleforma/htdocs/css/teleforma.css +++ b/teleforma/htdocs/css/teleforma.css @@ -86,7 +86,7 @@ a img { border: none; } color: #000000; font-weight: bold; display: inline; - font-size: 1.1em; + font-size: 1.2em; } #content h3 { color: #000000; @@ -1334,7 +1334,7 @@ input,textarea{ #module-set .module h3 { color: #FFF; - font-size: 1em; + font-size: 1.1em; font-weight: bold; margin-top: 0.2em; margin-bottom: 0.2em; @@ -1362,7 +1362,7 @@ input,textarea{ #module-set-left .module h3 { color: #FFF; - font-size: 1em; + font-size: 1.1em; font-weight: bold; } @@ -1444,7 +1444,7 @@ input,textarea{ border-radius: 8px 0px 0px 0px; padding: 0em 0.8em 0em 0em; font-weight: bold; - font-size: 1.1em; + font-size: 1.2em; } .course_content { diff --git a/teleforma/templates/telemeta/users.html b/teleforma/templates/telemeta/users.html index ee8159a6..2f321389 100644 --- a/teleforma/templates/telemeta/users.html +++ b/teleforma/templates/telemeta/users.html @@ -17,7 +17,7 @@ diff --git a/teleforma/views.py b/teleforma/views.py index 2befd4b6..e7f3ad46 100755 --- a/teleforma/views.py +++ b/teleforma/views.py @@ -158,7 +158,7 @@ class UsersView(ListView): model = User template_name='telemeta/users.html' context_object_name = 'users' - paginate_by = 15 + paginate_by = 12 def get_queryset(self): return User.objects.all().select_related(depth=1).order_by('last_name')