You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "Matthias Schmidt (JIRA)" <no...@atlassian.com> on 2007/12/11 08:51:33 UTC

[Roller-JIRA] Created: (ROL-1630) Table column in main menu needs larger width

Table column in main menu needs larger width
--------------------------------------------

                 Key: ROL-1630
                 URL: http://opensource.atlassian.com/projects/roller/browse/ROL-1630
             Project: Roller
          Issue Type: Improvement
          Components: User Interface - General
            Reporter: Matthias Schmidt
            Assignee: Roller Unassigned


Working on Roller's german translation I discovered that the table "mm_table" on the main menu has hard coded widths for its columns. The german labels obviously are larger than the english ones, so the table looks a bit squeezed.

Upping the width of css element "td.mm_subtable_label" from 100px to 120px solves this. But it would IMHO be better to make all table widths relative and using some padding. Otherwise, there will be problems with another language. I'm the CSS guy, so I cannot be of real help here, sorry.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/roller/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[Roller-JIRA] Updated: (ROL-1630) Table column in main menu needs larger width

Posted by "Matthias Schmidt (JIRA)" <no...@atlassian.com>.
     [ http://opensource.atlassian.com/projects/roller/browse/ROL-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Schmidt updated ROL-1630:
----------------------------------

    Attachment: Main Menu - Hard Coded Table Width.jpg

The labels "Berechtigung:" and "Beschreibung:" are squeezed next to their resp. values

> Table column in main menu needs larger width
> --------------------------------------------
>
>                 Key: ROL-1630
>                 URL: http://opensource.atlassian.com/projects/roller/browse/ROL-1630
>             Project: Roller
>          Issue Type: Improvement
>          Components: User Interface - General
>            Reporter: Matthias Schmidt
>            Assignee: Roller Unassigned
>         Attachments: Main Menu - Hard Coded Table Width.jpg, roller.css.patch
>
>
> Working on Roller's german translation I discovered that the table "mm_table" on the main menu has hard coded widths for its columns. The german labels obviously are larger than the english ones, so the table looks a bit squeezed.
> Upping the width of css element "td.mm_subtable_label" from 100px to 120px solves this. But it would IMHO be better to make all table widths relative and using some padding. Otherwise, there will be problems with another language. I'm the CSS guy, so I cannot be of real help here, sorry.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/roller/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[Roller-JIRA] Updated: (ROL-1630) Table column in main menu needs larger width

Posted by "Matthias Schmidt (JIRA)" <no...@atlassian.com>.
     [ http://opensource.atlassian.com/projects/roller/browse/ROL-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Schmidt updated ROL-1630:
----------------------------------

    Attachment: roller.css.patch

Patch for roller.css, making table column mm_subtable_label larger

> Table column in main menu needs larger width
> --------------------------------------------
>
>                 Key: ROL-1630
>                 URL: http://opensource.atlassian.com/projects/roller/browse/ROL-1630
>             Project: Roller
>          Issue Type: Improvement
>          Components: User Interface - General
>            Reporter: Matthias Schmidt
>            Assignee: Roller Unassigned
>         Attachments: Main Menu - Hard Coded Table Width.jpg, roller.css.patch
>
>
> Working on Roller's german translation I discovered that the table "mm_table" on the main menu has hard coded widths for its columns. The german labels obviously are larger than the english ones, so the table looks a bit squeezed.
> Upping the width of css element "td.mm_subtable_label" from 100px to 120px solves this. But it would IMHO be better to make all table widths relative and using some padding. Otherwise, there will be problems with another language. I'm the CSS guy, so I cannot be of real help here, sorry.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/roller/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira