]> 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 eb81f7e87e494dceaf42c0f9538209e99b52af89..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 {
@@ -41,7 +45,7 @@ div, table {
 
 .left_content {
        padding: 5px;
-       margin-left: 170px;
+       margin-left: 190px;
 }
 
 #top a:link, #top a:visited {
@@ -56,7 +60,7 @@ div, table {
        text-decoration : underline;
 }
 
-table, .table {
+table, .table, .table_medium {
        margin: 0px;
        padding: 0px;
 }
@@ -65,6 +69,10 @@ table, .table {
        width: 500px;
 }
 
+.table_medium {
+       width: 700px;
+}
+
 .table_big {
        width: 100%;
 }
@@ -80,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;
@@ -98,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;
 }
@@ -106,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;
@@ -129,7 +162,7 @@ ul.footer_nav li.footer_copyright {
        padding-left: 5px;
 }
 
-.table_header, .table_label {
+.table_header, .table_label, .message_header {
        text-align: center;
        font-weight: bold;
 }
@@ -173,3 +206,56 @@ ul.footer_nav li.footer_copyright {
 .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;
+}