Project

General

Profile

« Previous | Next » 

Revision 4492

swap out new add/remove cart icons, ensure left and right chalkboard borders continue all the way down the page with the content

View differences:

lib/style/skins/first/left.jsp
47 47

  
48 48
<body>
49 49
<div id="chalkboard" class="chalkboard"></div>
50
<!--
51
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" background="<%=STYLE_SKINS_URL%>/first/images/chalkboard_left.png">
52
	<tr>
53
		<td>&nbsp;</td>
54
	</tr>	
55
</table>
56
-->
57 50
</body>
58 51
</html>
lib/style/skins/first/first-assessment-resultset.xsl
319 319
									<img border="none">
320 320
										<xsl:attribute name="src">
321 321
											<xsl:value-of select="$contextURL" />
322
											<xsl:text>/style/skins/first/images/add.png</xsl:text>
322
											<xsl:text>/style/skins/first/images/cart_plus_sm.png</xsl:text>
323 323
										</xsl:attribute>
324 324
									</img>
325 325
								</a>
......
336 336
									<img border="none">
337 337
										<xsl:attribute name="src">
338 338
											<xsl:value-of select="$contextURL" />
339
											<xsl:text>/style/images/delete.gif</xsl:text>
339
											<xsl:text>/style/skins/first/images/cart_minus_sm.png</xsl:text>
340 340
										</xsl:attribute>
341 341
									</img>
342
									<xsl:text> Remove</xsl:text>
343 342
								</a>
344 343
							</div>
345 344

  
lib/style/skins/first/right.jsp
37 37
<style type="text/css">
38 38
<!--
39 39
.chalkboard {
40
	background-image: "images/chalkboard_right.png";
40
	background-image: url(<%=STYLE_SKINS_URL%>/first/images/chalkboard_right.png);
41 41
	background-repeat: repeat-y;
42 42
	height: 100%;
43 43
}
......
46 46
</head>
47 47

  
48 48
<body>
49
<!-- <div id="chalkboard" class="chalkboard"></div>-->
50

  
51
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" background="<%=STYLE_SKINS_URL%>/first/images/chalkboard_right.png">
52
	<tr>
53
		<td>&nbsp;</td>
54
	</tr>	
55
</table>
56

  
49
<div id="chalkboard" class="chalkboard"></div>
57 50
</body>
58 51
</html>
lib/style/skins/first/first.css
115 115
  padding:  0px;
116 116
  margin:   0px;
117 117
  vertical-align: top;
118
  background-image: url(images/chalkboard_left.png);
119
  background-repeat: repeat-y;
118 120
}
119 121

  
120 122

  
......
125 127
  padding:  0px;
126 128
  margin:   0px;
127 129
  vertical-align: top;
130
  background-image: url(images/chalkboard_right.png);
131
  background-repeat: repeat-y;
128 132
}
129 133

  
130 134

  

Also available in: Unified diff