Feature request #3988

issue list has horizontal scrolling, general layout issues

Added by William Kyngesburye almost 13 years ago. Updated over 12 years ago.

Status:Closed
Priority:Normal
Assignee:Pirmin Kalberer
Category:-
Pull Request or Patch supplied:No

Description

Depending on the length of the project name, this can cause the Updated Date column to be completely out of view, and makes scanning the issue list hard.

The site in general uses the common blog layout feature (that I personally find annoying) of fixed width, with empty sides to fill the window. This wasted space could be used to remove the horizontal scrolling problem.

Also, the CSS seems to be overriding fonts sizes completely - when I change the font size in my browser (Safari on OS X), only the project title and various headers change size, everything else stays the same. Luckily this is big enough for my high density screen, but what about more common lower density screens, where the fonts will appear huge?

History

#1 Updated by Pirmin Kalberer over 12 years ago

  • Pull Request or Patch supplied set to No
  • Assignee set to Pirmin Kalberer

#2 Updated by Pirmin Kalberer over 12 years ago

From Nathan:

If you just add font-size: 14px; or font-size: 100%;
to

body{
color:#303030;
 /*background:#FFFFFF;*/
 margin: 10px auto 30px auto;
 min-width: 900px;
    padding: 0;
    /*width: 988px;*/
    background-color: #2A5075;
}

#3 Updated by Pirmin Kalberer over 12 years ago

  • Status changed from Open to Closed
I was able to adress two issues:
  • Reduced length of name of most used parent project (User Plugins)
  • Changed font size to 13px

Patches for the CSS are welcome. Sources are on https://github.com/qgis/redmine_qgis_hub.

Also available in: Atom PDF