diff -r 27971a13089f -r 2e0b0af889be thirdparty/google_appengine/google/appengine/ext/admin/templates/css/ae.css --- a/thirdparty/google_appengine/google/appengine/ext/admin/templates/css/ae.css Sat Sep 05 14:04:24 2009 +0200 +++ b/thirdparty/google_appengine/google/appengine/ext/admin/templates/css/ae.css Sun Sep 06 23:31:53 2009 +0200 @@ -151,4 +151,20 @@ } .ae-table .ae-pager { background-color: #c5d7ef; -} \ No newline at end of file +} + +.ae-errorbox { + border: 1px solid #f00; + background-color: #fee; + margin-bottom: 1em; + padding: 1em; + display: inline-block; +} + +.ae-message { + border: 1px solid #e5ecf9; + background-color: #f6f9ff; + margin-bottom: 1em; + padding: 1em; + display: inline-block; +}