diff options
Diffstat (limited to 'views/default/css/elements')
-rw-r--r-- | views/default/css/elements/icons.php | 2 | ||||
-rw-r--r-- | views/default/css/elements/navigation.php | 4 | ||||
-rw-r--r-- | views/default/css/elements/typography.php | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index 57de34a..98e98d0 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -291,7 +291,7 @@ } .elgg-ajax-loader { - background: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/ajax_loader_bw.gif) no-repeat center center; + background: transparent url(<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/ajax-loader.gif) no-repeat center center; min-height: 31px; min-width: 31px; } diff --git a/views/default/css/elements/navigation.php b/views/default/css/elements/navigation.php index ab88e76..b9e95c4 100644 --- a/views/default/css/elements/navigation.php +++ b/views/default/css/elements/navigation.php @@ -477,7 +477,7 @@ float: right; margin-left: 15px; font-size: 90%; - color: #aaa; + color: #666; line-height: 16px; height: 16px; } @@ -485,7 +485,7 @@ margin-left: 15px; } .elgg-menu-entity > li > a, .elgg-menu-annotation > li > a { - color: #aaa; + color: #666; } <?php // need to override .elgg-menu-hz ?> .elgg-menu-entity > li > a, .elgg-menu-annotation > li > a { diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php index e513a03..89adba6 100644 --- a/views/default/css/elements/typography.php +++ b/views/default/css/elements/typography.php @@ -32,7 +32,7 @@ } body { - font-size: 80%; + font-size: 72%; line-height: 1.4em; font-family: "Open Sans", Arial, Tahoma, Verdana, sans-serif; color: #333333; |