From b9b850f42b5c36e6aa6e6db4c4bd0c290fcda3ed Mon Sep 17 00:00:00 2001 From: pete Date: Mon, 22 Mar 2010 17:51:29 +0000 Subject: Update to ajax loader css and upgrade.php git-svn-id: http://code.elgg.org/elgg/trunk@5472 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 20 ++++++++------------ views/default/settings/upgrading.php | 2 +- 2 files changed, 9 insertions(+), 13 deletions(-) (limited to 'views') diff --git a/views/default/css.php b/views/default/css.php index 2e000d08a..5f2ffc14b 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -34,6 +34,7 @@ #4690D6 - elgg light blue #0054A7 - elgg dark blue + #e4ecf5 - elgg v light blue */ @@ -241,12 +242,12 @@ h2 { background-color: white; background-image: url(_graphics/ajax_loader_bw.gif); background-repeat: no-repeat; - background-position: center 30px; - /* - width:auto; - height:100px; - margin:0 10px 0 10px; -*/ + background-position: center center; + min-height:33px; + min-width:33px; +} +.ajax_loader.left { + background-position: left center; } #elgg_sidebar h3 { border-bottom:1px solid #CCCCCC; @@ -643,7 +644,7 @@ li.navigation_more ul li:hover { /* *************************************** -SYSTEM MESSAGES + SYSTEM MESSAGES *************************************** */ #elgg_system_message { background-color:black; @@ -862,11 +863,6 @@ SYSTEM MESSAGES width:196px; } /* default login and register forms */ -#login label, -.register label { - font-size: 1.2em; - color:gray; -} #login input[type="text"], #login input[type="password"], .register input[type="text"], diff --git a/views/default/settings/upgrading.php b/views/default/settings/upgrading.php index 0cc4c6fdb..af0835f57 100644 --- a/views/default/settings/upgrading.php +++ b/views/default/settings/upgrading.php @@ -16,7 +16,7 @@
- +
-- cgit v1.2.3