From b0e8618319a0017eb569a2b6a73eaa198d6df8ca Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 10 Jul 2008 10:08:08 +0000 Subject: avatar submenu altered and messages div coloured up git-svn-id: https://code.elgg.org/elgg/trunk@1386 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'views') diff --git a/views/default/css.php b/views/default/css.php index 837b441d9..1b51a9d34 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -700,6 +700,20 @@ a.toggle_customise_edit_panel:hover { System messages *************************************** */ .messages { + /* + border:1px solid #D3322A; + background:#F7DAD8; + */ + border:1px solid #00cc00; + background:#ccffcc; + color:#000000; + padding:3px 10px 3px 10px; + margin:20px 20px 0px 180px; + z-index: 99999; + position:absolute; + width:776px; +} +.messages_error { border:1px solid #D3322A; background:#F7DAD8; color:#000000; @@ -713,10 +727,16 @@ a.toggle_customise_edit_panel:hover { * html .messages { margin:20px 20px 0px 20px; } +* html .messages_error { + margin:20px 20px 0px 20px; +} /* IE7 */ *:first-child+html .messages { margin:20px 20px 0px 20px; } +*:first-child+html .messages_error { + margin:20px 20px 0px 20px; +} /* *************************************** -- cgit v1.2.3