aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-10 10:08:08 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-10 10:08:08 +0000
commitb0e8618319a0017eb569a2b6a73eaa198d6df8ca (patch)
treeb28a494294cc5cdd150865731cabfba5216a43ed /views
parent06a6c2d043bdacea5352bb6c0c35bdebeaa280c7 (diff)
downloadelgg-b0e8618319a0017eb569a2b6a73eaa198d6df8ca.tar.gz
elgg-b0e8618319a0017eb569a2b6a73eaa198d6df8ca.tar.bz2
avatar submenu altered and messages div coloured up
git-svn-id: https://code.elgg.org/elgg/trunk@1386 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r--views/default/css.php20
1 files changed, 20 insertions, 0 deletions
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;
+}
/* ***************************************