]> 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 457a864641c795fb5655d7d0740d9c20edafce9a..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;
@@ -245,3 +253,9 @@ ul.footer_nav li.footer_copyright {
 .delete_link {
        color: #aa0000;
 }
+
+.delete_button {
+       border: #ff0000 1px groove;
+       background-color: #880000;
+       color: #ffffff;
+}