corporateblue/cuscosky.css
changeset 5 ae8a528bc0e5
parent 2 1afb1a904304
child 9 c7b5367e6076
--- a/corporateblue/cuscosky.css	Mon Dec 26 20:47:38 2011 +0100
+++ b/corporateblue/cuscosky.css	Mon Dec 26 21:49:24 2011 +0100
@@ -3,17 +3,22 @@
 	written by Braulio Soncco http://www.buayacorp.com
 */
 
-table, th, td {
+table.datatable, .datatable th, .datatable td {
 	border: 1px solid #D4E0EE;
 	border-collapse: collapse;
 	font-family: "Trebuchet MS", Arial, sans-serif;
 	color: #555;
 }
 
+table.datatable {
+	width: 100%;
+}
+
 caption {
 	font-size: 150%;
 	font-weight: bold;
 	margin: 5px;
+	display: none;
 }
 
 td, th {
@@ -52,4 +57,8 @@
 
 tfoot th, tfoot td {
 	font-size: 85%;
-}
\ No newline at end of file
+}
+
+td.td-right {
+	text-align: right;
+}