#8513 NORM 8.2.0 (: Help activity content's stylesheet does not allow it to change size with rotation
Zarro Boogs per Child
bugtracker at laptop.org
Sat Sep 20 21:42:38 EDT 2008
#8513: Help activity content's stylesheet does not allow it to change size with
rotation
-----------------------------+----------------------------------------------
Reporter: brian | Owner: isforinsects
Type: enhancement | Status: new
Priority: normal | Milestone: 8.2.0 (was Update.2)
Component: help-activity | Version: not specified
Resolution: | Keywords:
Next_action: code | Verified: 0
Blockedby: | Blocking:
-----------------------------+----------------------------------------------
Comment(by skierpage):
I modified style.css as follows to get better behavior
{{{
$ diff -u style.css style.css.ORG
--- style.css 2008-09-20 18:32:24.937500000 -0700
+++ style.css.ORG 2008-09-11 11:58:01.000000000 -0700
@@ -8,7 +8,10 @@
position:absolute;
top:20px;
left:135px;
- width:70%;
+ width:665px;
+ border-width:4px;
+ border-style:solid;
+ border-color:#666666;
}
#index {
color: #ff7f00;
}}}
That limits the width of the content on a wide screen, giving you a right
margin; but when space is tight the text doesn't go beyond the screen.
It also gets rid of the ugly gray border.
Images in the docs are too wide for rotated screen, e.g. in
http://dev.laptop.org/~bjordan/manual/XO_Introduction.html Hmmm...
It might be good to also tweak the topic/index divs for the left TOC to be
sized in ems or % or something; if you zoom text enough the text pushes
through the orange background. But Help-6 doesn't seem to have a zoom
menu or keyboard shortcut anyway.
There are good ideas in the alistapart link, that's solving a more
complicated problem (the manuals have no right column)
--
Ticket URL: <http://dev.laptop.org/ticket/8513#comment:7>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system
More information about the Bugs
mailing list