You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by jd...@apache.org on 2012/05/02 13:06:15 UTC

svn commit: r1332992 - /incubator/bloodhound/trunk/doc/html-templates/ticket.html

Author: jdreimann
Date: Wed May  2 11:06:14 2012
New Revision: 1332992

URL: http://svn.apache.org/viewvc?rev=1332992&view=rev
Log:
Towards #50 - updated style, specifically for attachments and adding a comment textarea

Modified:
    incubator/bloodhound/trunk/doc/html-templates/ticket.html

Modified: incubator/bloodhound/trunk/doc/html-templates/ticket.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/doc/html-templates/ticket.html?rev=1332992&r1=1332991&r2=1332992&view=diff
==============================================================================
--- incubator/bloodhound/trunk/doc/html-templates/ticket.html (original)
+++ incubator/bloodhound/trunk/doc/html-templates/ticket.html Wed May  2 11:06:14 2012
@@ -141,10 +141,10 @@
 							<h4>Fred Feuerstein</h4>
 						</hgroup>
 						<p>Wow - It's too late! I realized right after i typed above that the file I edited was the unzipped file - NOT the file in the .egg! So I moved the 12.2 egg and reran easy_install \-Z against trac12.2-stable and now I'm running Trac 0.12.3dev-r10609</p>
-						<div id="attachment" style="position: relative;">
-							<img src="http://placekitten.com/60/60" height="60" width="60" class="thumbnail" style="margin-bottom: 10px;" />
-							<p style="position: absolute; bottom: 15px; left: 80px;"><a href="#">placekitten.jpg</a></p>
-						</div>
+						<ul class="unstyled" id="attachment" style="position: relative;">
+							<li><a href="#"><i class="icon-file"></i>placekitten.jpg</a></li>
+							<li><a href="#"><i class="icon-file"></i>proposal.doc</a></li>
+						</ul>
 					</div>
 					<div id="comment4" style="position: relative;">
 						<hgroup style="position: relative;">
@@ -162,9 +162,11 @@
 							</ul>
 						</p>
 					</div>
-					<button class="btn" style="margin-top: 20px;"><i class="icon-comment"></i> Add comment</button>
+					<h3 style="margin-top: 20px;">Add comment</h3>
+					<textarea style="height: 100px; border: 1px solid #eee; color: lightgray; display: block;">-Empty comment box here with 100% width-</textarea>
+					<button class="btn" style="margin-top: 2px;"><i class="icon-comment"></i> Add comment</button>
 				</div>
-				<!-- This is only here to force the footer further down! -->
+				<!-- This is only here to force the footer further down and should not appear in Bloodhound itself. -->
 				<div style="height:150px;"></div>
       			<!-- Likely due to a poisition: style that I got wrong somewhere in the 'content' div -->				
 			</div>