src/pyams_skin/resources/css/myams.css
changeset 215 d3c31bd96780
parent 213 06a1b40cfeee
child 218 19564ec8b29b
--- a/src/pyams_skin/resources/css/myams.css	Fri Sep 29 12:06:47 2017 +0200
+++ b/src/pyams_skin/resources/css/myams.css	Fri Sep 29 12:07:24 2017 +0200
@@ -5080,7 +5080,7 @@
   position: fixed;
   top: 0;
   left: 0;
-  background: rgba(0, 0, 0, 0.6);
+  background: rgba(80, 80, 80, 0.7);
   z-index: 100000;
 }
 @media screen and (max-width: 450px) and (max-width: 767px) {
@@ -5090,7 +5090,7 @@
     position: fixed;
     top: 0;
     left: 0;
-    background: rgba(0, 0, 0, 0.6);
+    background: rgba(80, 80, 80, 0.7);
     z-index: 100000;
   }
 }
@@ -5099,17 +5099,22 @@
   color: #fff;
   position: relative;
   width: 100%;
-  background-color: #232323;
-  background-color: rgba(0, 0, 0, 0.8);
+  background-color: rgba(0, 0, 0, 0.7);
   padding: 20px;
 }
+.MessageBoxContainer.info {
+  width: 60%;
+  left: 20%;
+  background-color: rgba(255, 255, 255, 0.9);
+  color: #333;
+}
 @media screen and (max-width: 450px) and (max-width: 767px) {
   .MessageBoxContainer {
     top: 25%;
     color: #fff;
     position: relative;
     width: 100%;
-    background-color: #232323;
+    background-color: rgba(0, 0, 0, 0.7);
   }
 }
 .MessageBoxContainer input,
@@ -5158,6 +5163,7 @@
 .MessageBoxButtonSection {
   width: 100%;
   height: 30px;
+  text-align: right;
 }
 @media screen and (max-width: 450px) and (max-width: 767px) {
   .MessageBoxButtonSection {
@@ -5166,7 +5172,6 @@
   }
 }
 .MessageBoxButtonSection button {
-  float: right;
   margin-right: 7px;
   padding-left: 15px;
   padding-right: 15px;
@@ -5186,7 +5191,7 @@
   color: #fff;
   position: relative;
   width: 100%;
-  background-color: #232323;
+  background-color: rgba(0, 0, 0, 0.7);
 }
 .LoadingBoxContainer .MsgTitle {
   font-size: 26px;