From: Roland Häder 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=37be4f78ced4d79194a5e60287da4e0b0022354f;p=pizzaservice-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 49dc8672..ef139045 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;