]> 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 ca1f6f165bfd07500f796a2fb2411e5a4c339448..01512149678ffe395264b836341c2b31bdbd8853 100644 (file)
@@ -4,6 +4,10 @@ div, table {
 }
 /**/
 
+#title {
+       border-bottom: 1px solid #AFAFAF;
+}
+
 #top {
        position: relative;
        background-color: #036fab;
@@ -23,7 +27,7 @@ div, table {
        float: left;
        background-color: #ece3a5;
        padding: 5px;
-       width: 150px;
+       width: 170px;
 }
 
 #right {
@@ -40,15 +44,8 @@ div, table {
 }
 
 .left_content {
-       background-color: #dddddd;
        padding: 5px;
-       margin-left: 170px;
-}
-
-.right_content {
-       background-color: #dddddd;
-       padding: 5px;
-       margin: 0px 170px 0px 170px;
+       margin-left: 190px;
 }
 
 #top a:link, #top a:visited {
@@ -63,7 +60,7 @@ div, table {
        text-decoration : underline;
 }
 
-table, .table {
+table, .table, .table_medium {
        margin: 0px;
        padding: 0px;
 }
@@ -72,6 +69,14 @@ table, .table {
        width: 500px;
 }
 
+.table_medium {
+       width: 700px;
+}
+
+.table_big {
+       width: 100%;
+}
+
 .table_row {
        width: 100%;
        min-height: 20px;
@@ -83,12 +88,16 @@ table, .table {
        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;
@@ -101,6 +110,18 @@ table, .table {
        float: right;
 }
 
+.table_left_medium {
+       width: 300px;
+       min-height: 20px;
+       float: left;
+}
+
+.table_right_medium {
+       width: 250px;
+       min-height: 20px;
+       float: right;
+}
+
 .para {
        padding: 5px 5px 5px 5px;
 }
@@ -109,18 +130,27 @@ table, .table {
        clear: both;
 }
 
-ul.footer_nav {
+ul.footer_nav, ul.mini_nav {
+       display: block;
        text-align: center;
-       /*width : 95%;*/
        list-style: none;
        margin: 0px;
+       padding: 0px;
 }
 
-ul.footer_nav li.footer_link {
+ul.footer_nav li.footer_link, ul.mini_nav li.mini_link {
+       display: block;
        float: left;
+}
+
+ul.footer_nav li.footer_link {
        width: 100px;
 }
 
+ul.mini_nav li.mini_link {
+       padding: 1px;
+}
+
 ul.footer_nav li.footer_copyright {
        float: right;
        width: 300px;
@@ -132,20 +162,26 @@ ul.footer_nav li.footer_copyright {
        padding-left: 5px;
 }
 
-.table_header {
+.table_header, .table_label, .message_header {
        text-align: center;
        font-weight: bold;
 }
 
 #content_header {
+       background-color: #dddddd;
        font-weight: bold;
        font-size: 18px;
+       margin-bottom: 20px;
 }
 
 .table_header_column {
        width: 100px;
 }
 
+.table_header_column25 {
+       width: 25%;
+}
+
 .table_data_column {
        width: 100px;
 }
@@ -153,3 +189,73 @@ ul.footer_nav li.footer_copyright {
 .item_price, .item_total_price {
        text-align: right;
 }
+
+.errors {
+       color: red;
+}
+
+.fatals {
+       color: red;
+       font-weight: bold;
+}
+
+.infos {
+       color: cornflowerblue;
+}
+
+.warnings {
+       color: gold;
+}
+
+.message_box {
+       width: 400px;
+}
+
+.message_header {
+       background-color: #dddddd;
+}
+
+.okay {
+       color: #00aa00;
+}
+
+.user_status_confirmed {
+       color: #00aa00;
+}
+
+.user_status_unconfirmed {
+       color: #00aaaa;
+}
+
+.user_status_unconfirmed {
+       color: #aa0000;
+}
+
+.data_label, .data_field {
+       display: block;
+       width: 100%;
+       height: 14px;
+       padding: 1px;
+       margin: 1px;
+       border: 1px solid #aaaaaa;
+       vertical-align: top;
+}
+
+.data_label {
+       font-weight: bold;
+       background-color: #dddddd;
+}
+
+.unlink_link {
+       color: #aaaa00;
+}
+
+.delete_link {
+       color: #aa0000;
+}
+
+.delete_button {
+       border: #ff0000 1px groove;
+       background-color: #880000;
+       color: #ffffff;
+}