google-code-export / django-page-cms

Automatically exported from code.google.com/p/django-page-cms
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Fix pages admin first column styles. #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Look at menu structure with nested hierarchy in admin\pages

What is the expected output? What do you see instead?
Left aligned page menu items with correct indentation showing parent/child
relationships. Instead it centers the text and shifts it slightly based on
this relationship.

What version of the product are you using? On what operating system?
Happens on both Firefox and IE 8 on Windows Vista at least.

Please provide any additional information below.
It seems that specifying width:35% on table th centers the text alignment
The patch attached fixes the formatting using the text-align CSS style to
ensure the appropriate alignment is made.

Path

Original issue reported on code.google.com by jacques....@gmail.com on 20 Apr 2009 at 4:05

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by batiste....@gmail.com on 23 Apr 2009 at 3:38