From a79cf75ab3ad3c1dc892fe4d09762996c11611c7 Mon Sep 17 00:00:00 2001 From: Parabola Date: Fri, 28 Jan 2011 23:08:36 +0000 Subject: moved message boxes to top --- html/page.html | 20 ++++++++++++-------- html/style.css | 12 ++++++++++++ 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/html/page.html b/html/page.html index e0526f7..5ff51d9 100644 --- a/html/page.html +++ b/html/page.html @@ -104,6 +104,18 @@ status_notresolved string:-1,1,2,3,4,5,6,7;   + + +

+

+ + clear this message +

+ + @@ -213,14 +225,6 @@ status_notresolved string:-1,1,2,3,4,5,6,7;

-

-

- - clear this message -

diff --git a/html/style.css b/html/style.css index 1ab5e04..33707db 100644 --- a/html/style.css +++ b/html/style.css @@ -620,3 +620,15 @@ pre.content { table.nowrap td.wrap { white-space: normal; } + +p.error-message, +p.ok-message { + text-align: center; + padding: 5px; +} +p.ok-message { + background-color: #8F8; +} +p.error-message { + background-color: #FF8888; +} -- cgit v1.2.3