Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1265 → Rev 1266

/kickup/trunk/webapp/style/general.css
27,4 → 27,5
.eventAddress { margin:4px; }
.eventAdmins { font-weight: bold; }
.actParticipants { font-size: 8pt; text-decoration: none; }
.actComment { font-size: 8pt; padding: 1em; width:800px}
 
/kickup/trunk/webapp/event/show.jsp
40,7 → 40,8
<ul>
<logic:iterate name="acts" id="a">
<li><bean:write name="a" property="act.name" />
<kickup:link action="/act/list" paramId="event" paramName="event" paramProperty="id" paramId2="act" paramName2="a" paramProperty2="act.id"><span class="actParticipants">[участники]</span></kickup:link></li>
<kickup:link action="/act/list" paramId="event" paramName="event" paramProperty="id" paramId2="act" paramName2="a" paramProperty2="act.id"><span class="actParticipants">[участники]</span></kickup:link>
<br><div class="actComment"><bean:write name="a" property="act.comment" /></div></li>
</logic:iterate>
</ul>