summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoockinho <foockinho@lorea.org>2012-08-24 03:03:07 +0200
committerfoockinho <foockinho@lorea.org>2012-08-24 03:03:07 +0200
commit65ca1bd124c8ccd33a88f4b391f672eeb300abcd (patch)
treeb78afce1e02e18ececbf4769c05078a3fa57fe0b
parent0ded21c3ad58cda7f815ef4f582eb83a8d7f15d7 (diff)
downloadsaravea_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
-rw-r--r--views/default/css/elements/icons.php2
-rw-r--r--views/default/css/elements/navigation.php4
-rw-r--r--views/default/css/elements/typography.php2
-rw-r--r--views/default/n1_theme/css.php12
-rw-r--r--views/default/search/css.php17
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(<?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;
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(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat 210px -916px;
+ background: #EEE url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat 210px -914px;
}
.search-list li {
padding: 5px 0 0;