diff options
author | foockinho <foockinho@lorea.org> | 2012-08-24 03:03:07 +0200 |
---|---|---|
committer | foockinho <foockinho@lorea.org> | 2012-08-24 03:03:07 +0200 |
commit | 65ca1bd124c8ccd33a88f4b391f672eeb300abcd (patch) | |
tree | b78afce1e02e18ececbf4769c05078a3fa57fe0b /views/default/css | |
parent | 0ded21c3ad58cda7f815ef4f582eb83a8d7f15d7 (diff) | |
download | saravea_theme-65ca1bd124c8ccd33a88f4b391f672eeb300abcd.tar.gz saravea_theme-65ca1bd124c8ccd33a88f4b391f672eeb300abcd.tar.bz2 |
changed tasks progress bar colo, menu entity links color, body font size, search box style, file photo margin
Diffstat (limited to 'views/default/css')
-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; |