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 {
.profile-content-menu a {
background-color: transparent;
}
+
+.file-photo {
+ margin-top: 15px;
+}
+
+.tasklist-graph {
+ border: 1px solid #bbb;
+}
+
+.tasklist-graph div {
+ background-color: #444;
+}
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;