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 +- views/default/n1_theme/css.php | 12 ++++++++++++ views/default/search/css.php | 17 +++-------------- 5 files changed, 19 insertions(+), 18 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(_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; diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php index 486aff0..6ec0420 100644 --- a/views/default/n1_theme/css.php +++ b/views/default/n1_theme/css.php @@ -1,3 +1,15 @@ .profile-content-menu a { background-color: transparent; } + +.file-photo { + margin-top: 15px; +} + +.tasklist-graph { + border: 1px solid #bbb; +} + +.tasklist-graph div { + background-color: #444; +} diff --git a/views/default/search/css.php b/views/default/search/css.php index 642e143..7fbdaac 100644 --- a/views/default/search/css.php +++ b/views/default/search/css.php @@ -9,32 +9,21 @@ Search plugin ***********************************/ .elgg-search-header { - bottom: 5px; + bottom: 15px; height: 23px; position: absolute; right: 0; } .elgg-search input[type=text] { width: 230px; + } .elgg-search input[type=submit] { display: none; } .elgg-search input[type=text] { - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; - - -moz-box-shadow: inset 0 0 5px #666; - -webkit-box-shadow: inset 0 0 5px #666; - box-shadow: inset 0 0 5px #666; - border: 0; - color: #666; - font-size: 12px; - font-weight: bold; - padding: 4px 4px 4px 4px; - background: #EEE url(_graphics/elgg_sprites.png) no-repeat 210px -916px; + background: #EEE url(_graphics/elgg_sprites.png) no-repeat 210px -914px; } .search-list li { padding: 5px 0 0; -- cgit v1.2.3