css: attr-name (on panels)
authorTomas Zeman <tzeman@volny.cz>
Tue, 27 Dec 2011 16:34:55 +0100
changeset 13 4345df850505
parent 12 8b7d4d39185b
child 14 74ef57aeb692
css: attr-name (on panels)
corporateblue/cuscosky.css
data/project-1.html
data/task-1.html
--- a/corporateblue/cuscosky.css	Tue Dec 27 16:30:52 2011 +0100
+++ b/corporateblue/cuscosky.css	Tue Dec 27 16:34:55 2011 +0100
@@ -62,3 +62,7 @@
 td.td-right, th.td-right {
 	text-align: right;
 }
+
+td.attr-name, th.attr-name {
+	width: 110px;
+}
--- a/data/project-1.html	Tue Dec 27 16:30:52 2011 +0100
+++ b/data/project-1.html	Tue Dec 27 16:34:55 2011 +0100
@@ -1,35 +1,35 @@
 <table summary="Project panel">
 	<caption>100Mbit ABC, s.r.o.</caption>
 	<tr>
-		<th scope="row">Name</th>
+		<th scope="row" class="attr-name">Name</th>
 		<td>100Mbit ABC, s.r.o.</td>
 	</tr>
 	<tr>
-		<th scope="row">ID</th>
+		<th scope="row" class="attr-name">ID</th>
 		<td>1</td>
 	</tr>
 	<tr>
-		<th scope="row">Product</th>
+		<th scope="row" class="attr-name">Product</th>
 		<td>Internet</td>
 	</tr>
 	<tr>
-		<th scope="row">Submitter</th>
+		<th scope="row" class="attr-name">Submitter</th>
 		<td>Antonín Dvořák</td>
 	</tr>
 	<tr>
-		<th scope="row">Submitted</th>
+		<th scope="row" class="attr-name">Submitted</th>
 		<td>1.1.2012</td>
 	</tr>
 	<tr>
-		<th scope="row">Responsible</th>
+		<th scope="row" class="attr-name">Responsible</th>
 		<td>Jan Novák</td>
 	</tr>
 	<tr>
-		<th scope="row">Status</th>
+		<th scope="row" class="attr-name">Status</th>
 		<td>Assigned</td>
 	</tr>
 	<tr>
-		<th scope="row">Deadline</th>
+		<th scope="row" class="attr-name">Deadline</th>
 		<td>13.3.2012</td>
 	</tr>
 	<tr>
--- a/data/task-1.html	Tue Dec 27 16:30:52 2011 +0100
+++ b/data/task-1.html	Tue Dec 27 16:34:55 2011 +0100
@@ -1,35 +1,35 @@
 <table summary="Task panel">
 	<caption>Předprojektová příprava</caption>
 	<tr>
-		<th scope="row">Name</th>
+		<th scope="row" class="attr-name">Name</th>
 		<td>Předprojektová příprava</td>
 	</tr>
 	<tr>
-		<th scope="row">ID</th>
+		<th scope="row" class="attr-name">ID</th>
 		<td>1</td>
 	</tr>
 	<tr>
-		<th scope="row">Project</th>
+		<th scope="row" class="attr-name">Project</th>
 		<td>100Mbit ABC, s.r.o.</td>
 	</tr>
 	<tr>
-		<th scope="row">Submitter</th>
+		<th scope="row" class="attr-name">Submitter</th>
 		<td>Jan Novák</td>
 	</tr>
 	<tr>
-		<th scope="row">Submitted</th>
+		<th scope="row" class="attr-name">Submitted</th>
 		<td>1.1.2012</td>
 	</tr>
 	<tr>
-		<th scope="row">Responsible</th>
+		<th scope="row" class="attr-name">Responsible</th>
 		<td>Jan Novák</td>
 	</tr>
 	<tr>
-		<th scope="row">Status</th>
+		<th scope="row" class="attr-name">Status</th>
 		<td>Finished</td>
 	</tr>
 	<tr>
-		<th scope="row">Deadline</th>
+		<th scope="row" class="attr-name">Deadline</th>
 		<td>10.1.2012</td>
 	</tr>
 	<tr>