src/p4l/static/p4l/css/p4l.css
changeset 7 02008d61c3c8
parent 5 62e97cd13730
child 20 fa466993084a
--- a/src/p4l/static/p4l/css/p4l.css	Wed Aug 28 18:45:41 2013 +0200
+++ b/src/p4l/static/p4l/css/p4l.css	Thu Aug 29 15:42:00 2013 +0200
@@ -6,9 +6,19 @@
   margin: 0 auto;
   width: 950px;
 }
+
+.record-table thead td:first-child {
+    width: 190px;
+}
+.record-table tbody td:first-child:first-letter {
+    text-transform: uppercase;
+}
 .table thead td:first-letter {
     text-transform: uppercase;
 }
+.table thead {
+    font-weight: bold;
+}
 .two_buttons{
 	min-width: 100px;
-}
+}
\ No newline at end of file