X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=web%2Fresources%2Fcss%2FcssLayout.css;h=457d841aa312e2e4df3b19ede3fe988819c943f4;hb=645890a33e3ca85ccc15667eabb69fe9de29dcc2;hp=86d6557804ec4351ea1ba9b922e2ff2caef9329f;hpb=538fd5f81f62e0a6316d9569d5ef2dae90e1919e;p=jjobs-war.git diff --git a/web/resources/css/cssLayout.css b/web/resources/css/cssLayout.css index 86d65578..457d841a 100644 --- a/web/resources/css/cssLayout.css +++ b/web/resources/css/cssLayout.css @@ -4,6 +4,10 @@ div, table { } /**/ +#page_title { + border-bottom: 1px solid #AFAFAF; +} + #top { position: relative; background-color: #036fab; @@ -12,7 +16,7 @@ div, table { margin: 0px 0px 10px 0px; } -#footer { +#page_footer { position: relative; background-color: #c2dfef; padding: 5px; @@ -74,7 +78,7 @@ table, .table, .table_medium { width: 650px; } -.table_big { +.table_full { width: 100%; } @@ -121,13 +125,13 @@ table, .table, .table_medium { } .table_left25_medium { - width: 30px; + width: 150px; min-height: 20px; float: left; } .table_right75_medium { - width: 570px; + width: 490px; min-height: 20px; float: right; } @@ -172,6 +176,10 @@ ul.footer_nav li.footer_copyright { padding-left: 5px; } +.menu_header { + font-weight: bold; +} + .table_header, .table_label, .message_header { text-align: center; font-weight: bold; @@ -188,7 +196,7 @@ ul.footer_nav li.footer_copyright { font-weight: bold; background-image: linear-gradient(#eeeeee, #bbbbbb); height: 16px; - padding-left: 2px; + padding-left: 4px; } .table_data_field { @@ -199,7 +207,7 @@ ul.footer_nav li.footer_copyright { padding-left: 2px; padding-right: 1px; margin-top: 2px; - min-height: 14px; + min-height: 15px; } #content_header { @@ -248,12 +256,24 @@ ul.footer_nav li.footer_copyright { color: gold; } +.message_box, .message_box_mini { + border: 1px solid #888888; + border-top-right-radius: 8px; + border-bottom-left-radius: 8px; + background-color: #f0f0fa; +} + .message_box { width: 400px; } +.message_box_mini { + width: 160px; +} + .message_header { - background-color: #dddddd; + border-bottom: 1px solid #888888; + background-image: linear-gradient(#eeeeee, #aaaaaa); } .okay { @@ -285,11 +305,13 @@ ul.footer_nav li.footer_copyright { } #content_header, .input, .select, .submit, .reset, .delete_button, .unlink_button, .fieldset { - border-style: groove; - border-width: 1px; + border: 1px solid #888888; border-top-right-radius: 8px; border-bottom-left-radius: 8px; - border-color: #888888; +} + +.checkbox { + border: 1px solid #888888; } input, textarea, select, option { @@ -332,3 +354,8 @@ input:hover, textarea:hover, select:hover, option:hover { .fieldset { padding: 5px; } + +.input { + padding-left: 4px; + padding-right: 4px; +}