]> git.mxchange.org Git - addressbook-war.git/blobdiff - web/resources/css/cssLayout.css
added generic CSS class table_right_aligned (please cherry-pick this)
[addressbook-war.git] / web / resources / css / cssLayout.css
index 901eb13428d2c5ce784368014af0f8b84046491f..01512149678ffe395264b836341c2b31bdbd8853 100644 (file)
@@ -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;