]> git.mxchange.org Git - pizzaservice-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>
Wed, 27 Jul 2016 20:31:40 +0000 (22:31 +0200)
web/resources/css/cssLayout.css

index 49dc86723c03bca8caab7f92952a323b76eb5b23..ef139045091a71fa7c90e73efd07d817b199a77f 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;