Index: arms/html/armsDetailExceptTemplate/assets/css/detail.css
===================================================================
diff -u -rba9cf8dd1e94758910200d0568a3e17d3a4a192a -rfcf434d8a47e167094543f38cfca2639ba42051f
--- arms/html/armsDetailExceptTemplate/assets/css/detail.css (.../detail.css) (revision ba9cf8dd1e94758910200d0568a3e17d3a4a192a)
+++ arms/html/armsDetailExceptTemplate/assets/css/detail.css (.../detail.css) (revision fcf434d8a47e167094543f38cfca2639ba42051f)
@@ -1723,4 +1723,74 @@
.pdServiceName {
white-space: pre;
+}
+
+/******************/
+/** jSuccess CSS **/
+/******************/
+#jSuccess {
+ position: absolute !important;
+ -webkit-transition: background-color 0.4s !important;
+ -o-transition: background-color 0.4s !important;
+ transition: background-color 0.4s !important;
+ border-radius: 5px !important;
+ border-color: transparent !important;
+ border: 1px solid #0a0a0a;
+ background-color: rgb(255, 252, 252) !important;
+ margin-bottom: 1em !important;
+ color: #000000 !important;
+ font-weight: 500 !important;
+
+ background: #e6efc2 url("../../../../../reference/jquery-plugins/jnotify_v2.1/success.png") no-repeat 15px center;
+ padding: 10px;
+ padding-left: 50px;
+ margin: 15px;
+ z-index: 99999;
+ -moz-border-radius: 5px;
+ border-radius: 5px;
+ -webkit-border-radius: 5px;
+}
+#jSuccess a {
+ color: #264409 !important;
+ text-decoration: none;
+}
+
+/****************/
+/** jError CSS **/
+/****************/
+#jError {
+ position: absolute !important;
+ -webkit-transition: background-color 0.4s !important;
+ -o-transition: background-color 0.4s !important;
+ transition: background-color 0.4s !important;
+ border-radius: 5px !important;
+ border-color: transparent !important;
+ border: 1px solid #0a0a0a;
+ background-color: rgb(255, 255, 255) !important;
+ margin-bottom: 1em !important;
+ color: #000000 !important;
+ font-weight: 500 !important;
+
+ background: #fbe3e4 url("../../../../../reference/jquery-plugins/jnotify_v2.1/error.png") no-repeat 15px center;
+ padding: 10px;
+ padding-left: 50px;
+ margin: 15px;
+ z-index: 99999;
+ -moz-border-radius: 5px;
+ border-radius: 5px;
+ -webkit-border-radius: 5px;
+}
+#jError a {
+ color: #8a1f11 !important;
+ text-decoration: none;
+}
+
+/** OVERLAY **/
+#jOverlay {
+ width: 100%;
+ height: 100%;
+ position: fixed;
+ top: 0;
+ left: 0;
+ z-index: 99998;
}
\ No newline at end of file