Project

General

Profile

« Previous | Next » 

Revision 5574

wrap content in div for margins
add bottom margin on header

View differences:

lib/style/skins/semtools/semtools.css
1076 1076
    height:   100px; 
1077 1077
    width:    100%;
1078 1078
    border:   0px;
1079
    margih:   0px;
1079
    margin-bottom:   10px;
1080 1080
}
1081 1081

  
1082 1082
.iframesearchboxclass {
lib/style/skins/semtools/resultset.xsl
61 61
				</script>
62 62
			</head>
63 63

  
64
			<body leftmargin="0" topmargin="0" marginwidth="0"
65
				marginheight="0">
64
			<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
66 65
				<script language="JavaScript">
67 66
					insertTemplateOpening('<xsl:value-of select="$contextURL" />'); insertSearchBox('<xsl:value-of select="$contextURL" />');
68 67
				</script>
69

  
68
				
69
				<div id="content_wrapper">
70
				
70 71
				<table style="width:100%;" align="center" border="0"
71 72
					cellpadding="5" cellspacing="0">
72 73
					<tr>
......
100 101
					</tr>	
101 102
				</table>
102 103
				
104
				</div>
105
				
103 106
				<script language="JavaScript">
104 107
					insertTemplateClosing('<xsl:value-of select="$contextURL" />');
105 108
				</script>
lib/style/skins/semtools/index.jsp
53 53
	insertTemplateOpening("<%=CONTEXT_URL%>");
54 54
</script>
55 55

  
56
<div id="content_wrapper">
57

  
56 58
<h2>Annotation-based search</h2>
57 59

  
58 60
<form method="POST" action="<%=SERVLET_URL%>" target="_top" id="searchForm" name="searchForm" onSubmit="return checkSearch(this)">
......
181 183
	insertLoginBox("<%=CONTEXT_URL%>");	
182 184
</script>
183 185

  
186
</div>
187

  
184 188
<script language="javascript">
185 189
	insertTemplateClosing("<%=CONTEXT_URL%>");
186 190
</script>

Also available in: Unified diff