]> git.mxchange.org Git - mailer.git/blobdiff - theme/desert/css/ajax.css
Installation NG continued (still not fully working)
[mailer.git] / theme / desert / css / ajax.css
index 867689682752616f9a499026a2298822ae692959..f95d638d89af892d799bc90334903fb03659edbf 100644 (file)
@@ -17,7 +17,7 @@ ul#footernav li {
 ul#tabnav {
        list-style-type: none;
        margin: 0px;
 ul#tabnav {
        list-style-type: none;
        margin: 0px;
-       padding-left: 30px;
+       padding-left: 20px;
        padding-bottom: 24px;
        z-index: 0;
 }
        padding-bottom: 24px;
        z-index: 0;
 }
@@ -74,7 +74,8 @@ ul#tabnav li.tab_active {
        color: #e0e0e0;
 }
 
        color: #e0e0e0;
 }
 
-.ajax_error, .ajax_warning {
+.ajax_error, .ajax_warning, .ajax_process {
+       border: 1px solid #ffffff;
        z-index: 200;
        min-height: 10px;
        overflow: visible;
        z-index: 200;
        min-height: 10px;
        overflow: visible;
@@ -93,7 +94,11 @@ ul#tabnav li.tab_active {
        background-color: #999900;
 }
 
        background-color: #999900;
 }
 
-.ajax_error_title, .ajax_warning_title {
+.ajax_process {
+       background-color: #009900;
+}
+
+.ajax_error_title, .ajax_warning_title, .ajax_process_title {
        border: 1px solid #ffffff;
        padding: 3px;
        color: #ffffff;
        border: 1px solid #ffffff;
        padding: 3px;
        color: #ffffff;
@@ -109,7 +114,11 @@ ul#tabnav li.tab_active {
        background-color: #bbbb00;
 }
 
        background-color: #bbbb00;
 }
 
-.ajax_error_close, .ajax_warning_close {
+.ajax_process_title {
+       background-color: #0000dd;
+}
+
+.ajax_error_close, .ajax_warning_close, .ajax_process_close {
        border: 1px solid #ffffff;
        float: right;
        width: 10px;
        border: 1px solid #ffffff;
        float: right;
        width: 10px;
@@ -122,17 +131,25 @@ ul#tabnav li.tab_active {
 }
 
 .ajax_error_close {
 }
 
 .ajax_error_close {
+       color: #ffffff;
        background-color: #bb0000;
 }
 
 .ajax_warning_close {
        background-color: #bb0000;
 }
 
 .ajax_warning_close {
+       color: #ffffff;
        background-color: #bbbb00;
 }
 
        background-color: #bbbb00;
 }
 
+.ajax_process_close {
+       color: #c0c0c0;
+       background-color: #0000dd;
+       cursor: wait;
+}
+
 .ajax_error_message {
 }
 
 .ajax_error_message {
 }
 
-.ajax_error_content, .ajax_warning_content {
+.ajax_error_content, .ajax_warning_content, .ajax_process_content {
        width: 470px;
        border: 1px solid #ffffff;
        margin-top: 5px;
        width: 470px;
        border: 1px solid #ffffff;
        margin-top: 5px;