]> gitweb.fluxo.info Git - lorea/saravea_theme.git/commitdiff
changed tasks progress bar colo, menu entity links color, body font size, search...
authorfoockinho <foockinho@lorea.org>
Fri, 24 Aug 2012 01:03:07 +0000 (03:03 +0200)
committerfoockinho <foockinho@lorea.org>
Fri, 24 Aug 2012 01:03:07 +0000 (03:03 +0200)
views/default/css/elements/icons.php
views/default/css/elements/navigation.php
views/default/css/elements/typography.php
views/default/n1_theme/css.php
views/default/search/css.php

index 57de34a1ab6eb310771340796deeecb78d139971..98e98d0e0951ee746581e7a6db98373e546f8b96 100644 (file)
 }
 
 .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;
 }
index ab88e76da8d9bb6cea12c50e74244541834b8526..b9e95c4d02523e1f44cdc24451a8e3baefc11489 100644 (file)
        float: right;
        margin-left: 15px;
        font-size: 90%;
-       color: #aaa;
+       color: #666;
        line-height: 16px;
        height: 16px;
 }
        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 {
index e513a0348a490c69e37e7b4c4d70d3890014b336..89adba66c0a9896fd803b7cfd4ebefc1d1b8bba7 100644 (file)
@@ -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;
index 486aff0b99369a6a0cebd7b3f752565e8b626bf9..6ec042046bd019825042455a8a24e6352a0f9c2b 100644 (file)
@@ -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;
+}
index 642e143d8429778ca32780bdb2237865e2c90513..7fbdaace0fd375ec5b334e8c4dfbd1676fb12055 100644 (file)
@@ -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;