From: Roland Häder <roland@mxchange.org>
Date: Thu, 16 Jun 2016 13:49:28 +0000 (+0200)
Subject: added generic CSS class table_right_aligned (please cherry-pick this)
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=01721dd100c95ecff467c742f62ca0da95a0d3e3;p=jfinancials-war.git

added generic CSS class table_right_aligned (please cherry-pick this)
---

diff --git a/web/resources/css/cssLayout.css b/web/resources/css/cssLayout.css
index 901eb134..01512149 100644
--- a/web/resources/css/cssLayout.css
+++ b/web/resources/css/cssLayout.css
@@ -88,12 +88,16 @@ table, .table, .table_medium {
 	float: left;
 }
 
-.table_right {
+.table_right, .table_right_aligned {
 	width: 200px;
 	min-height: 20px;
 	float: right;
 }
 
+.table_right_aligned {
+	text-align: right;
+}
+
 .table_left25 {
 	width: 20px;
 	min-height: 20px;