Summary | Use Relative Units |
Queue | Horde Base |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | chuck (at) horde (dot) org |
Requester | mdjukic (at) |
Created | 09/29/2005 (7197 days ago) |
Due | |
Updated | 12/20/2006 (6750 days ago) |
Assigned | 09/29/2005 (7197 days ago) |
Resolved | 12/20/2006 (6750 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Assigned to Chuck Hagenbuch
Taken from mdjukic
fix to these directories:
framework
imp
incubator
kronolith
themes
(obviously themes is the biggest one, but a bunch was cleaner than I
hoped, and a bunch of small stuff is done)
Taken from
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Use Relative Units
Queue ⇒ Horde Base
Assigned to
State ⇒ Assigned
body {
font-family: Geneva,Arial,Helvetica,sans-serif;
font-size: 12px;
background: #fff;
color: #000;
}
In order to accommodate different screen sizes and font sizes, the
text size and layout of a web page should be scaleable. Some people
with low vision have very large monitors with a very low resolution,
e.g. a 21" monitor at 640 x 480 pixels. Using a flexible design
reduces the amount of horizontal scrolling necessary to read the page.
Many sites use absolute measurements such as pixels to define sizes.
This prevents the user from enlarging the font size through their
browser's functionality and also prevents the site from fitting
smoothly into any screen size available.
Switch all of horde's and applications' theme settings to use relative
measurements, such as em or percent, rather than absolute measurements
such as ?px?.