From 65ca1bd124c8ccd33a88f4b391f672eeb300abcd Mon Sep 17 00:00:00 2001 From: foockinho Date: Fri, 24 Aug 2012 03:03:07 +0200 Subject: changed tasks progress bar colo, menu entity links color, body font size, search box style, file photo margin --- views/default/css/elements/icons.php | 2 +- views/default/css/elements/navigation.php | 4 ++-- views/default/css/elements/typography.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'views/default/css') 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(_graphics/ajax_loader_bw.gif) no-repeat center center; + background: transparent 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; } .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; -- cgit v1.2.3