]> 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 e48de8b502f1d085385f2ab858c55818a4fb9491..01512149678ffe395264b836341c2b31bdbd8853 100644 (file)
@@ -4,6 +4,10 @@ div, table {
 }
 /**/
 
+#title {
+       border-bottom: 1px solid #AFAFAF;
+}
+
 #top {
        position: relative;
        background-color: #036fab;
@@ -84,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;