]> git.mxchange.org Git - jjobs-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Thu, 18 Aug 2016 09:11:57 +0000 (11:11 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 21 Aug 2016 19:45:14 +0000 (21:45 +0200)
- message box looks nicer now

web/resources/css/cssLayout.css

index 2196752f2c2e52225b3203d3c2cf3a68fca65828..7cf364a860ba9b5112ab15af70a0b2eb1092a0a7 100644 (file)
@@ -257,11 +257,16 @@ ul.footer_nav li.footer_copyright {
 }
 
 .message_box {
+       border: 1px solid #888888;
+       border-top-right-radius: 8px;
+       border-bottom-left-radius: 8px;
+       background-color: #f0f0fa;
        width: 400px;
 }
 
 .message_header {
-       background-color: #dddddd;
+       border-bottom: 1px solid #888888;
+       background-image: linear-gradient(#eeeeee, #aaaaaa);
 }
 
 .okay {
@@ -293,13 +298,13 @@ ul.footer_nav li.footer_copyright {
 }
 
 #content_header, .input, .select, .submit, .reset, .delete_button, .unlink_button, .fieldset {
-       border: 1px groove #888888;
+       border: 1px solid #888888;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 8px;
 }
 
 .checkbox {
-       border: 1px groove #888888;
+       border: 1px solid #888888;
 }
 
 input, textarea, select, option {