6.0.0-alpha12
6/13/25

[#2704] Use Relative Units
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

History
12/20/2006 05:33:05 AM Chuck Hagenbuch Comment #5
State ⇒ Resolved
Reply to this comment
Done.
12/19/2006 06:00:25 AM Chuck Hagenbuch Comment #4 Reply to this comment
Everything but the main themes/ dir is done.
12/18/2006 06:03:46 AM Chuck Hagenbuch Comment #3
Assigned to Chuck Hagenbuch
Taken from mdjukic
Reply to this comment
incubator is done.
12/17/2006 07:14:12 AM Chuck Hagenbuch Comment #2 Reply to this comment
In my checkout of basically everything, I've narrowed what's left to 
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)
11/28/2005 05:04:41 PM Chuck Hagenbuch Assigned to mdjukic
Taken from Horde DevelopersHorde Developers
 
09/29/2005 10:33:01 AM mdjukic Comment #1
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Use Relative Units
Queue ⇒ Horde Base
Assigned to Horde DevelopersHorde Developers
State ⇒ Assigned
Reply to this comment
CSS currently sets fixed pixel sizing for fonts, layouts etc, eg.

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?.

Saved Queries