]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/resources/css/cssLayout.css
Please cherry-pick:
[jjobs-war.git] / web / resources / css / cssLayout.css
index 83edaac7ac68c92677a93e73574a9f430020aaff..c20b78861f0fa1610f43aa51df5226dd55665ff2 100644 (file)
@@ -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;
@@ -45,6 +49,10 @@ div, table {
        margin-left: 190px;
 }
 
+.table_footer {
+       margin: 2px;
+}
+
 #top a:link, #top a:visited {
        color: #ffffff;
        font-weight : bold;
@@ -74,7 +82,7 @@ table, .table, .table_medium {
        width: 650px;
 }
 
-.table_big {
+.table_full {
        width: 100%;
 }
 
@@ -121,13 +129,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;
 }
@@ -192,7 +200,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 {
@@ -203,7 +211,7 @@ ul.footer_nav li.footer_copyright {
        padding-left: 2px;
        padding-right: 1px;
        margin-top: 2px;
-       min-height: 14px;
+       min-height: 15px;
 }
 
 #content_header {
@@ -252,12 +260,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 {
@@ -289,11 +309,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 {
@@ -336,3 +358,8 @@ input:hover, textarea:hover, select:hover, option:hover {
 .fieldset {
        padding: 5px;
 }
+
+.input {
+       padding-left: 4px;
+       padding-right: 4px;
+}