aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-22 17:51:29 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-22 17:51:29 +0000
commitb9b850f42b5c36e6aa6e6db4c4bd0c290fcda3ed (patch)
tree080f0fa1aa5ff36440a2569f1355cc5782e3d2d5 /views
parent1d33c3fd07fbfa41359af0e99079f57f022e7124 (diff)
downloadelgg-b9b850f42b5c36e6aa6e6db4c4bd0c290fcda3ed.tar.gz
elgg-b9b850f42b5c36e6aa6e6db4c4bd0c290fcda3ed.tar.bz2
Update to ajax loader css and upgrade.php
git-svn-id: http://code.elgg.org/elgg/trunk@5472 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r--views/default/css.php20
-rw-r--r--views/default/settings/upgrading.php2
2 files changed, 9 insertions, 13 deletions
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(<?php echo $vars['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 @@
<table width="100%" height="100%" border="0" style="margin: 0px; padding: 0px">
<tr>
<td width="100%" height="100%" valign="middle" align="center">
- <img src="<?php echo $vars['url']; ?>_graphics/ajax_loader.gif" />
+ <img src="<?php echo $vars['url']; ?>_graphics/ajax_loader_bw.gif" />
</td>
</tr>
</table>