]> git.mxchange.org Git - addressbook-war.git/commitdiff
added generic CSS class table_right_aligned (please cherry-pick this)
authorRoland Häder <roland@mxchange.org>
Thu, 16 Jun 2016 13:49:28 +0000 (15:49 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 28 Jul 2016 19:46:48 +0000 (21:46 +0200)
web/resources/css/cssLayout.css

index 901eb13428d2c5ce784368014af0f8b84046491f..01512149678ffe395264b836341c2b31bdbd8853 100644 (file)
@@ -88,12 +88,16 @@ table, .table, .table_medium {
        float: left;
 }
 
        float: left;
 }
 
-.table_right {
+.table_right, .table_right_aligned {
        width: 200px;
        min-height: 20px;
        float: right;
 }
 
        width: 200px;
        min-height: 20px;
        float: right;
 }
 
+.table_right_aligned {
+       text-align: right;
+}
+
 .table_left25 {
        width: 20px;
        min-height: 20px;
 .table_left25 {
        width: 20px;
        min-height: 20px;