diff options
-rw-r--r-- | views/default/css.php | 20 | ||||
-rw-r--r-- | views/default/settings/upgrading.php | 2 |
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> |