diff options
-rw-r--r-- | skins/standard/global.css | 6 | ||||
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 940a4add7..dffbf9531 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -248,6 +248,7 @@ div#docslinks { border: 1px solid black; padding: 1ex; font-size: 80%; + margin-top: 2px; } #docslinks h2 { @@ -429,11 +430,12 @@ input.requestee { } .throw_error { - background-color: #ff6666; - color: black; + background-color: #fff; + color: #444; font-size: large; margin: 1em; padding: 0.5em 1em; + border: 2px solid #f66; } dt { diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index ae2743c91..f8d8985f9 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -292,12 +292,12 @@ [% ELSIF error == "bug_access_denied" %] [% title = "Access Denied" %] [% admindocslinks = {'groups.html' => 'Group Security'} %] - You are not authorized to access [% terms.bug %] #[% bug_id FILTER html %]. + You are not authorized to access [% terms.bug %] [%= bug_id FILTER html %]. [% ELSIF error == "bug_access_query" %] [% title = "Access Denied" %] [% docslinks = {'myaccount.html' => 'Creating an account'} %] - You are not authorized to access [% terms.bug %] #[% bug_id FILTER html %]. + You are not authorized to access [% terms.bug %] [%= bug_id FILTER html %]. To see this [% terms.bug %], you must first <a href="show_bug.cgi?id= [% bug_id FILTER uri %]&GoAheadAndLogIn=1">log @@ -1005,7 +1005,7 @@ [% ELSIF error == "bug_id_does_not_exist" %] [% title = BLOCK %]Invalid [% terms.Bug %] ID[% END %] - [% terms.Bug %] #[% bug_id FILTER html %] does not exist. + [% terms.Bug %] [%= bug_id FILTER html %] does not exist. [% ELSIF error == "improper_bug_id_field_value" %] [% title = BLOCK %] |