Dan,
For clarification the actions are being pushed into the next zone due
to increased vertical spacing between each line in the Top zone.

Here are my actions:

[[#actions]]<div class=actions>
* [[main|home]] [if ! login]
* [[{p}&action=login|login]]
* [[action.register|register]] [else]
* [[?{p}&action=view|view]]
* [[action.create|create]] [if][if auth write check={p} && login]
* [[{p}&action=edit|edit]]
* [[{p}&action=copy|copy]]
* [[{p}&action=rename|rename]]
* [[{p}&action=delete|delete]] [if][if editor]
* [[{p}&action=undo|undo]]
* [[{p}&action=source|source]]
* [[{p}&action=changes|changes]]
* [[{p}&action=data|data]]
* [[{p}&action=zones|zones]]
* [[site]]
* [[action.plugins|plugins]] [if][if login]
* [[{p}&action=title|title]]
* [[{p}&help|help]]
* [[{p}&action=logout|logout]] [if]
* [[{p}&action=search|search]]
* [[{p}&action=print|print]] </div>[[#end_actions]]

And here is my CSS:

<style type='text/css'><!--
/* basic html styling */
* {margin: 0px; padding: 0px; }
body { font-family: helvetica, sans-serif; color: black; margin: 0px;
padding: 0px; background-image: url('files/site/grass.jpg');
background-repeat: repeat; }
a:link, #side a { color: #005500; text-decoration: none;}
a:visited, #side a:visited { color: #005500; text-decoration: none;}
a:hover { color: #005500; background-color: #f7f7f7; text-decoration:
none;}
a:active, #side a:active, #top a:active { color: #005500;}
hr { color:#999; background-color:#999; height:1px; border:0; margin:
10px 0px 10px 0px; }
h1 { font-size: 170%; }
h2 { font-size: 135%; }
h3, #side h1 { font-weight: bold; font-size: 120%; }
h4 { font-weight: bold; font-size: 100%; }
p { margin-bottom: 15px; }
.vspace { margin-bottom: 15px; }
ul, ol { margin-left: 42px; }
li { list-style-type: square; }
ul li, ol ul li { margin-left: -.6cm; list-style-type: disc;}
ol li, ul ol li { margin-left: -.6cm; list-style-type:decimal; }
blockquote { margin: 0px 50px 0px 50px; }
table { border-collapse:collapse; margin: 0px; }
table th { padding: 5px; background-color: #f7f7f7; }
table td { padding: 3px 5px 3px 5px; }
form { margin: 0px; border: 0px; padding: 0px; }
input[type="submit"] { border-style:solid; border-width:1px; border-
color:#999; color:#999; background-color:#fcfdfe; margin: 6px 3px 0px
0px; height: 22px;}
input[type="text"], input[type="password"] { border-style:solid;
border-width:1px; border-color:#999; color:#999; background-
color:#fcfdfe; margin: 6px 3px 0px 0px; height:18px; }
input:hover, input:focus, textarea:hover, textarea:focus { background-
color:#fff; color: #000}
textarea { border-style:solid; border-width:1px; border-color:#999;
color:#999; background-color:#fcfdfe; margin: 6px 3px 0px 0px; }

/* zone styling */
#wrapper { width: 920px; text-align: left; margin-left: auto; margin-
right: auto; margin-top: 30px; margin-bottom: 30px; padding: 20px 20px
20px 20px; background-color: #ffffff;}
#top { width: 880px; padding: 10px 10px 0px 10px; height: 110px;}
#top h1 { line-height: 40px; }
#main { width: 660px; padding: 20px 20px 20px 20px; line-height:
1.15em;}
#side { width: 175px; padding: 10px 0px 0px 10px; line-height:
1.2em;}
#side h1 { font-size: 115%; }
#side h1 a:link { color: #000000; }
#side h1 a:visited { color: #000000; }
#side h1, #side h1 a { color: #000000; }
#bottom { width: 880px; font-size: 80%; padding: 0px 0px 0px 0px; text-
align: center; }
#boltwire { font-size: 200%; color: black; text-decoration: none;
margin-left: -.07cm; }

/* BoltWire classes */
.actions ul { margin: 0 0 0 -3px; padding: 0; display: inline; font-
size: 80%; }
.actions ul li { margin: 0; padding: 0 1px 0 5px; display: inline;
list-style: none; }
.actions ul li+li { padding-left: 5px; border-left: 1px solid #999; }
.large { font-size: 115%; }
.small { font-size: 80%; }
.highlight { background-color:yellow; padding: 0px 3px 0px 3px; }
.marks { font-size: 80%; color: red; }
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }
.small-caps { font-variant: small-caps; }
table.stripe { margin-left: 0px; }
table.stripe th, table.stripe td {padding: 5px;}
tr.striperow { background-color: #f7f7f7; padding: 7px; }
table.rss { padding: 0px; border-spacing: 0px; border-collapse:
collapse; }
table.rss th { padding: 10px; border: 1px solid #999; background-
color: #f7f7f7; padding-right: 25px; text-align: left; }
table.rss td { padding: 7px; border: 1px solid #999; background-color:
#ffffff; padding-right: 25px; }
.hotlinks a, .hotlinks a:link, .hotlinks a:visited { color: black;
border-bottom: 1px dotted #cecece;}
.hotlinks a:hover { background-color: #f7f7f7; text-decoration: none;
border-bottom: 1px dotted #007700;}
.box { background-color: #f7f7f7; padding: 7px; border: 1px solid
#999; margin-bottom: 3px; }
.box li { margin: 5px 5px 5px 5px;}
.box ul { margin: 0px 0px 0px 20px;}
.code { background-color: #f7f7f7; padding: 7px; border: 1px solid
#999; margin-bottom: 3px; }
.code ul { margin: 0px 0px 0px 20px;}
.message { background-color: #f7f7f7; padding: 2px; border: 1px solid
#999; color: #005500; font-weight: bold; font-size:70%; margin-bottom:
10px; line-height: 0.9em; }
.diff { color: green; font-size:75%; background-color: #f7f7f7;
padding: 2px 5px 2px 5px; line-height: 2.5em;}
.preview { border: 2px dotted orange; padding:.5em; margin: 1em 0; }
--></style>

On Mar 19, 7:29 pm, The Editor <[email protected]> wrote:
> Sorry, we have had some problem getting the vertical line spacing just
> right, but it is getting closer. Could you post your actions?  And
> maybe your css? Most sites are upgrading nicely nowadays. My guess is
> there is something in your installation that was hacked to work
> before, but needs to be unhacked to work right now. If you could setup
> a test site, I'd be happy to take a peek.
>
> Another option is to send me some html of a page displaying
> improperly. But especially, need to see your actions...
>
> Cheers,
> Dan
>
>
>
> On Thu, Mar 18, 2010 at 7:29 PM, MJ <[email protected]> wrote:
> > I keep trying the 3.4.x series, but due to vertical spacing issues in
> > my Top Zone, I revert back to 3.3.9. The content of my Top Zone is:
>
> >>><color=#808080>**The PtP**</color>>>
> > ! <span id=boltwire>$$sitename</span>
> > !! <color=#808080>$$slogan</color>
> > $$actions
>
> > However, due to vertical spacing issues, the actions are pushed below
> > the top zone and into the other zones.

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en.

Reply via email to