<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>images/button.gif</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -44,11 +44,27 @@ body {
 	border-bottom: 1px solid #909090;
 	position: relative;
 	min-height: 40px;
-	padding-right: 104px;
 	font-family: &quot;Arial&quot;;
 	font-weight: 700;
 	color: #646464;
 }
+
+.button {
+	float: right;
+	background: url(../images/button.gif) repeat-x 0 0;
+	display: block;
+	width: 81px;
+	height: 24px;
+	border: 1px solid #ABABAB;
+	-webkit-border-radius: 4px;
+	padding-top: 8px;
+	margin: 0 9px 0 3px;
+	text-align: center;
+	color: #fff;
+	cursor: pointer;
+	text-shadow: #000000 2px 2px 3px 3px;
+}
+/*
 .pane li div.button {
 	position: absolute;
 	top: 2px;
@@ -57,12 +73,16 @@ body {
 	height: 28px;
 	padding-top: 8px;
 	-webkit-border-image: url(../images/whiteButton.png) 0 12 0 12;
-/*	background: url(../images/download.png) 0 0 no-repeat; */
 	text-align: center;
 	cursor: pointer;
 	color: #fff;
 	text-shadow: #000000 2px 2px 3px 3px;
 }
+*/
+
+.button {
+	
+}
 
 div.form_element {
 	margin-left: 4px;
@@ -111,6 +131,7 @@ label {
 }
 
 .pane ul#results li ul {
+	clear: both;
 	border: none;
 	display: none;
 }</diff>
      <filename>css/application.css</filename>
    </modified>
    <modified>
      <diff>@@ -25,9 +25,10 @@ function search() {
 function handleSearch(data) {
 	var li = '';
 	for(var x in data) {
-		li += '&lt;li&gt;&lt;div class=&quot;name&quot;&gt; ' + data[x].title + '&lt;/div&gt;';
-		li += '&lt;div class=&quot;button&quot; id=&quot;report_' + data[x].report_id + '&quot;&gt;';
-		li += 'download&lt;/div&gt;';
+		li += '&lt;li&gt;';
+		li += '&lt;a class=&quot;button&quot; id=&quot;report_' + data[x].report_id + '&quot;&gt;';
+		li += 'download&lt;/a&gt;';
+		li += '&lt;div class=&quot;name&quot;&gt; ' + data[x].title + '&lt;/div&gt;';
 		li += data[x].description;
 		li += '&lt;/li&gt;';
 	}</diff>
      <filename>js/application.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f861a95f2a683e20ee13ecf77029bfc74c59157e</id>
    </parent>
  </parents>
  <author>
    <name>Buckley Robinson</name>
    <email>buck@bandicoot.home</email>
  </author>
  <url>http://github.com/buck2769/hellaphone/commit/d18cb9899cf3aed0a89e3213dee7bc215b84566b</url>
  <id>d18cb9899cf3aed0a89e3213dee7bc215b84566b</id>
  <committed-date>2009-03-31T19:47:49-07:00</committed-date>
  <authored-date>2009-03-31T19:47:49-07:00</authored-date>
  <message>fixed some errors, updated styling</message>
  <tree>aa106134a6d88dc835eef22e34343534f2e540bd</tree>
  <committer>
    <name>Buckley Robinson</name>
    <email>buck@bandicoot.home</email>
  </committer>
</commit>
