aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-14 22:26:51 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-14 22:26:51 +0000
commit0cb6ced20d3e54d1884ee5ab38c24e57246987dc (patch)
treef765597de0de10309923c81ef178e46232d83588 /mod
parent3e699017da34b994da17978b905e985c1927cec0 (diff)
downloadelgg-0cb6ced20d3e54d1884ee5ab38c24e57246987dc.tar.gz
elgg-0cb6ced20d3e54d1884ee5ab38c24e57246987dc.tar.bz2
Refs #3109: More CSS cleanup. Fixes bugs introduced by last cleanup where background-color: was being used instead of background:
git-svn-id: http://code.elgg.org/elgg/trunk@8707 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r--mod/developers/views/default/theme_preview/navigation.php2
-rw-r--r--mod/embed/views/default/embed/css.php4
-rw-r--r--mod/search/views/default/search/css.php4
-rw-r--r--mod/thewire/views/default/thewire/css.php8
4 files changed, 9 insertions, 9 deletions
diff --git a/mod/developers/views/default/theme_preview/navigation.php b/mod/developers/views/default/theme_preview/navigation.php
index 4e6f4d3d6..10cffd230 100644
--- a/mod/developers/views/default/theme_preview/navigation.php
+++ b/mod/developers/views/default/theme_preview/navigation.php
@@ -54,7 +54,7 @@ elgg_push_breadcrumb('Third');
</div>
</div>
<h2>Page Menu</h2>
- <div class="mbl pam" style="width: 200px; background-color: #cccccc;">
+ <div class="mbl pam" style="width: 200px; background-color: #ccc;">
<?php
$m = new ElggMenuItem(10, "Child", "$url#");
$m->setParent($params['menu']['default'][1]);
diff --git a/mod/embed/views/default/embed/css.php b/mod/embed/views/default/embed/css.php
index e695eab9f..736c6ae44 100644
--- a/mod/embed/views/default/embed/css.php
+++ b/mod/embed/views/default/embed/css.php
@@ -57,7 +57,7 @@
z-index:-100;
}
.facebox_overlayBG {
- background-color: #000000;
+ background-color: #000;
z-index: 9999;
}
* html #facebox_overlay { /* ie6 hack */
@@ -90,7 +90,7 @@
border-bottom:none;
}
.embed_data:last-child {
- border-bottom:1px dotted #CCCCCC;
+ border-bottom:1px dotted #CCC;
}
.embed_modal_videolist .elgg-image img {
width:75px;
diff --git a/mod/search/views/default/search/css.php b/mod/search/views/default/search/css.php
index e53ef99bf..366782396 100644
--- a/mod/search/views/default/search/css.php
+++ b/mod/search/views/default/search/css.php
@@ -30,7 +30,7 @@ Search plugin
font-size: 12px;
font-weight: bold;
padding: 2px 4px 2px 26px;
- background-color: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat 2px -220px;
+ background: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat 2px -220px;
}
.elgg-search input[type=text]:focus, .elgg-search input[type=text]:active {
background-color: white;
@@ -60,7 +60,7 @@ Search plugin
background-color: #FDFFC3;
}
.search-highlight-color4 {
- background-color: #cccccc;
+ background-color: #ccc;
}
.search-highlight-color5 {
background-color: #4690d6;
diff --git a/mod/thewire/views/default/thewire/css.php b/mod/thewire/views/default/thewire/css.php
index 4f5a12874..afc3a16aa 100644
--- a/mod/thewire/views/default/thewire/css.php
+++ b/mod/thewire/views/default/thewire/css.php
@@ -5,7 +5,7 @@
?>
/********************************
- The Wire
+The Wire
*********************************/
#thewire-textarea {
height: 40px;
@@ -80,7 +80,7 @@ return true;
margin-top:4px;
}
.wire_post_contents {
- background-color: #eeeeee;
+ background-color: #eee;
margin:0;
padding:5px;
line-height: 1.2em;
@@ -88,8 +88,8 @@ return true;
position: relative;
}
.wire_post_icon {
- float:left;
- margin-right:8px;
+ float:left;
+ margin-right:8px;
}
.wire_post_info {
margin-top:-3px;