r9506 - apps/gobi/trunk/code/Page/skins
[email protected] Tue, 17 Feb 2009 11:27:17 +0100
Newsgroups
gmane.comp.java.helma.cvs
Message-ID
<[email protected] >
Author: hannes
Date: 2009-02-17 11:27:17 +0100 (Tue, 17 Feb 2009)
New Revision: 9506
Modified:
apps/gobi/trunk/code/Page/skins/body.skin
apps/gobi/trunk/code/Page/skins/stylesheet.skin
Log:
Change some spacings in style sheet and toc design.
Details at http://dev.helma.org/trac/helma/changeset/9506
Modified: apps/gobi/trunk/code/Page/skins/body.skin
===================================================================
--- apps/gobi/trunk/code/Page/skins/body.skin 2009-02-06 09:27:19 UTC (rev 9505)
+++ apps/gobi/trunk/code/Page/skins/body.skin 2009-02-17 10:27:17 UTC (rev 9506)
@@ -1,10 +1,11 @@
<h2><% this.name %></h2>
-
<% this.toc prefix="<div class='toc'>
- <% toggleLink id='toclist' attributes='style=\"float: right;\"' %>
- <h3>Contents</h3>
- <ul id='toclist'>"
- suffix="</ul></div>" %>
+ <h3>Contents
+ <span class='editlink'>
+ [<% toggleLink id='toclist' %>]
+ </span></h3>
+ <ol id='toclist'>"
+ suffix="</ol></div>" %>
<% this.body %>
Modified: apps/gobi/trunk/code/Page/skins/stylesheet.skin
===================================================================
--- apps/gobi/trunk/code/Page/skins/stylesheet.skin 2009-02-06 09:27:19 UTC (rev 9505)
+++ apps/gobi/trunk/code/Page/skins/stylesheet.skin 2009-02-17 10:27:17 UTC (rev 9506)
@@ -7,7 +7,7 @@
background-color: #fff;
color: #333;
font-family: sans-serif;
- font-size: 0.85em;
+ font-size: 13px;
line-height: 1.5em;
}
@@ -34,7 +34,7 @@
}
- h1, h2, h3 {
+ h1, h2, h3, h4 {
color: #333;
font-weight: bold;
}
@@ -61,7 +61,7 @@
.headerContent {
margin: auto;
- padding: 1.8em 0 1em 20px;
+ padding: 25px 0 30px 20px;
font-weight: bold;
color: #669;
}
@@ -311,7 +311,7 @@
.navlink-1, .navlink-1-active {
display: block;
- padding-left: 5px;
+ padding-left: 20px;
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 1px dotted #dddddd;
@@ -319,7 +319,7 @@
.navlink-2, .navlink-2-active {
display: block;
- padding-left: 17px;
+ padding-left: 35px;
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 1px dotted #dddddd;
@@ -327,7 +327,7 @@
.navlink-3, .navlink-3-active {
display: block;
- padding-left: 29px;
+ padding-left: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 1px dotted #dddddd;
@@ -335,7 +335,7 @@
.navlink-4, .navlink-4-active {
display: block;
- padding-left: 41px;
+ padding-left: 65px;
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 1px dotted #dddddd;
@@ -407,7 +407,7 @@
width: 50%;
font-size:0.9em;
color: #999;
- background-color: #ddf;
+ background-color: #eef;
border: thin solid #999;
padding: 0 1em;
margin-top: 2em;
@@ -495,4 +495,4 @@
.diffadded {
background-color: #9f9;
- }
\ No newline at end of file
+ }