[Python-checkins] r88869 - in tracker/instances/python-dev/html: issue.index.html style.css

ezio.melotti python-checkins at python.org
Mon Jul 25 07:15:53 CEST 2011


Author: ezio.melotti
Date: Mon Jul 25 07:15:53 2011
New Revision: 88869

Log:
Align the message headers and the navigation links.

Modified:
   tracker/instances/python-dev/html/issue.index.html
   tracker/instances/python-dev/html/style.css

Modified: tracker/instances/python-dev/html/issue.index.html
==============================================================================
--- tracker/instances/python-dev/html/issue.index.html	(original)
+++ tracker/instances/python-dev/html/issue.index.html	Mon Jul 25 07:15:53 2011
@@ -98,11 +98,11 @@
 <metal:index define-macro="batch-footer">
  <div tal:condition="batch" class="navigation">
      <span>
+         &nbsp;
          <a tal:define="prev batch/previous" tal:condition="prev"
             tal:attributes="href python:request.indexargs_url(request.classname,
             {'@startwith':prev.first, '@pagesize':prev.size})"
             i18n:translate="">&lt;&lt; previous</a>
-         &nbsp;
      </span>
      <span>
          <span tal:replace="batch/start" name="start" />..

Modified: tracker/instances/python-dev/html/style.css
==============================================================================
--- tracker/instances/python-dev/html/style.css	(original)
+++ tracker/instances/python-dev/html/style.css	Mon Jul 25 07:15:53 2011
@@ -272,10 +272,18 @@
 table.messages th {
   font-weight: bold;
   color: black;
-  text-align: left;
+  text-align: center;
   border-bottom: 1px solid #afafaf;
 }
 
+table.messages th:last-child {
+  text-align: right;
+}
+
+table.messages th:first-child {
+  text-align: left;
+}
+
 table.messages td {
   font-family: monospace;
   background-color: #efefef;


More information about the Python-checkins mailing list