diff --git a/ui/new/css/main.css b/ui/new/css/main.css index b1b2738e638..81e4e53561b 100644 --- a/ui/new/css/main.css +++ b/ui/new/css/main.css @@ -2448,6 +2448,30 @@ a:hover.search_button { color:#333; font-size:11px; } +.grid_row_cell .error_text { + width:92%; + height:16px; + float:left; + margin:0 0 0 10px; + display:inline; + padding:0 0 0 2px; + border:1px solid #999; + background:#ffe5e5; + color:#333; + font-size:11px; +} + +.errormsg { + width:80%; + height:auto; + float:left; + margin:3px 0 0 10px; + display:inline; + padding:0 0 0 2px; + color:#a90000; + font-size:11px; + font-weight:normal; +} .grid_row_cell .select { width:92%; diff --git a/ui/new/jsp/ipaddress.jsp b/ui/new/jsp/ipaddress.jsp index 1526309e42f..875a1eb2f8d 100644 --- a/ui/new/jsp/ipaddress.jsp +++ b/ui/new/jsp/ipaddress.jsp @@ -166,15 +166,15 @@
- +
- +
- @@ -220,19 +220,19 @@
- +
- +
- +
-