]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Update to ajax loader css and upgrade.php
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 22 Mar 2010 17:51:29 +0000 (17:51 +0000)
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 22 Mar 2010 17:51:29 +0000 (17:51 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@5472 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/css.php
views/default/settings/upgrading.php

index 2e000d08a145227b637f359405c17ca940b3fbbd..5f2ffc14b9057dcfd5d4849a9592633eb8ee34ae 100644 (file)
@@ -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"],
index 0cc4c6fdb286e0920b4b5e841c0bd42e5f76848b..af0835f577b7d92521be1d1de41dc4ce3ec357a0 100644 (file)
@@ -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>