From e89e72e8172c8da2325db39284bf571cfd782665 Mon Sep 17 00:00:00 2001 From: vargenau Date: Wed, 20 Aug 2008 18:53:17 +0000 Subject: [PATCH] Style for feedback git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6173 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- themes/MonoBook/main.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/themes/MonoBook/main.css b/themes/MonoBook/main.css index ee16dbafc..39ca404e8 100644 --- a/themes/MonoBook/main.css +++ b/themes/MonoBook/main.css @@ -1879,3 +1879,17 @@ table.bordered tbody:first-child tr:first-child { font-weight: bold; background-color: #d8d8d8; } + +/* Style for feedback + * Use this style to tell the user that the operation he + * requested was executed successfully, e.g: + * User was successfully registered +*/ +.feedback { + font-weight: bold; + border-width: 2px; + border-style: solid; + background-color: #DFD; + border-color: green; + padding: 0.5em; +} -- 2.45.0