commit | 6acd3148d4ffa0dfcc7532efaf2c18f69dabef61 | [log] [tgz] |
---|---|---|
author | madhusudancs@gmail.com <madhusudancs@gmail.com@eaa15691-b419-025a-1212-ee371bd00084> | Fri Apr 05 01:16:28 2013 +0000 |
committer | madhusudancs@gmail.com <madhusudancs@gmail.com@eaa15691-b419-025a-1212-ee371bd00084> | Fri Apr 05 01:16:28 2013 +0000 |
tree | 212463a5533e8469ba019acf35688c4f0a351e40 | |
parent | f56d21d3c05f049ca8bb82253dc8ab64eda80761 [diff] [blame] |
Display TokenMgrError messages too along with ParseException. Also make some small CSS changes to make it clear that there was an error. git-svn-id: https://asterixdb.googlecode.com/svn/branches/asterix_stabilization_api_cleanup@1498 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/asterix-app/src/main/resources/webui/static/css/style.css b/asterix-app/src/main/resources/webui/static/css/style.css index 10f28dd..b8688db 100644 --- a/asterix-app/src/main/resources/webui/static/css/style.css +++ b/asterix-app/src/main/resources/webui/static/css/style.css
@@ -84,15 +84,7 @@ resize: none; } -div.error label.heading { - color: #ff2020; - font-size: 24px; - margin-top: 2px; - padding-bottom: 10px; - font-weight: bold; -} - -div.error .message { +div.output .message pre.error { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;