Panel Description field (own row)
authorTomas Zeman <tzeman@volny.cz>
Tue, 27 Dec 2011 16:30:52 +0100
changeset 12 8b7d4d39185b
parent 11 01002b81e8f8
child 13 4345df850505
Panel Description field (own row)
data/project-1.html
data/task-1.html
--- a/data/project-1.html	Tue Dec 27 16:25:42 2011 +0100
+++ b/data/project-1.html	Tue Dec 27 16:30:52 2011 +0100
@@ -29,12 +29,14 @@
 		<td>Assigned</td>
 	</tr>
 	<tr>
-		<th scope="col">Deadline</th>
+		<th scope="row">Deadline</th>
 		<td>13.3.2012</td>
 	</tr>
 	<tr>
-		<th scope="col">Description</th>
-		<td>
+		<th scope="col" colspan="2">Description:</th>
+	</tr>
+	<tr>
+		<td colspan="2">
 			<p>Donec nulla est, laoreet quis, pellentesque in,
 			congue in, dui. Nunc rhoncus placerat augue. Donec
 			justo odio, eleifend varius, volutpat venenatis,
--- a/data/task-1.html	Tue Dec 27 16:25:42 2011 +0100
+++ b/data/task-1.html	Tue Dec 27 16:30:52 2011 +0100
@@ -29,12 +29,14 @@
 		<td>Finished</td>
 	</tr>
 	<tr>
-		<th scope="col">Deadline</th>
+		<th scope="row">Deadline</th>
 		<td>10.1.2012</td>
 	</tr>
 	<tr>
-		<th scope="col">Description</th>
-		<td>
+		<th scope="col" colspan="2">Description:</th>
+	</tr>
+	<tr>
+		<td colspan="2">
 			<p>Kontaktovat dodavatele, zajistit zdroje a ceny</p>
 		</td>
 	</tr>