diff --git a/ui/new/css/main.css b/ui/new/css/main.css index e55f56cb27c..1ce8a4d17bd 100644 --- a/ui/new/css/main.css +++ b/ui/new/css/main.css @@ -232,7 +232,7 @@ a:visited { width:420px; height:auto; float:left; - background:#ffe5e5 repeat top left; + background:#ffe5e5 url(../images/errormsg_bg.gif) repeat-x top left; border:1px solid #CCC; margin:7px 0 0 0; padding:0 0 5px 0; @@ -2131,7 +2131,7 @@ a:visited { width:100%; height:auto; float:left; - background:#fffbe6 repeat top left; + background:#fffbe6 url(../images/infomsg_bg.gif) repeat-x top left; border:1px dashed #CCC; color:#333; margin:0 0 0 0; @@ -2149,7 +2149,7 @@ a:visited { } .info_detailbox.errorbox { - background:#ffe5e5 repeat top left; + background:#ffe5e5 url(../images/errormsg_bg.gif) repeat-x top left; color:#a90000; } @@ -2215,8 +2215,7 @@ a:visited { position:absolute; background:#99b2c3 url(../images/gridheader_loadingbg.gif) repeat-x top left; border-left:1px solid #999; - margin:0px 0 0 0; - padding:0; + padding:2px 5px 0 0; z-index:1001; right:0; } @@ -2243,6 +2242,68 @@ a:visited { padding:0; } +.gridheader_message { + width:auto; + height:20px; + float:right; + position:absolute; + border-left:1px solid #999; + background:#fffbe6 url(../images/infomsg_bg.gif) repeat-x top left; + margin:0px 0 0 0; + padding:0 5px 0 0; + z-index:1005; + right:0; +} + +.gridheader_message p { + width:auto; + height:auto; + float:left; + color:#333; + font-size:11px; + font-size:11px; + font-weight:bold; + margin:2px 0 0 5px; + display:inline; + padding:0; +} + + +.gridheader_message.error { + background:#ffe5e5 url(../images/errormsg_bg.gif) repeat-x top left; +} + +.gridheader_message.error p{ + width:auto; + height:auto; + float:left; + color:#ae0000; + font-size:11px; + font-size:11px; + font-weight:bold; + margin:2px 0 0 5px; + display:inline; + padding:0; +} + +.close_button { + width:38px; + height:17px; + float:left; + background:url(../images/close_button.png) no-repeat top left; + display:inline; + padding:0; + cursor:pointer; + cursor:hand; + margin:1px 0 0 5px; + padding:0; + +} + +.close_button:hover{ + background:url(../images/close_button_hover.png) no-repeat top left; +} + .grid_editbox { width:27px; height:17px; @@ -2311,5 +2372,6 @@ a:visited { top:17px; right:6px; margin:0; - padding:0 + padding:0; + z-index:1002; } \ No newline at end of file diff --git a/ui/new/images/close_button.png b/ui/new/images/close_button.png new file mode 100644 index 00000000000..593048b0e46 Binary files /dev/null and b/ui/new/images/close_button.png differ diff --git a/ui/new/images/close_button_hover.png b/ui/new/images/close_button_hover.png new file mode 100644 index 00000000000..db1f19c0949 Binary files /dev/null and b/ui/new/images/close_button_hover.png differ diff --git a/ui/new/images/errormsg_bg.gif b/ui/new/images/errormsg_bg.gif new file mode 100644 index 00000000000..e148cbdac94 Binary files /dev/null and b/ui/new/images/errormsg_bg.gif differ diff --git a/ui/new/images/infomsg_bg.gif b/ui/new/images/infomsg_bg.gif new file mode 100644 index 00000000000..dda40b6dc1a Binary files /dev/null and b/ui/new/images/infomsg_bg.gif differ diff --git a/ui/new/jsp/account.jsp b/ui/new/jsp/account.jsp index 67421dbd2c5..2f69b65f083 100644 --- a/ui/new/jsp/account.jsp +++ b/ui/new/jsp/account.jsp @@ -29,14 +29,28 @@