aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-17 16:24:17 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-17 16:24:17 +0000
commit6ef612b3ba8c61688b1ea3846b0c813f013b2aa6 (patch)
tree73fc1e9a82fa9cae1865c063b44eccee747deb9e
parentef1d4cc50bd79640600204155f8c63e345d6c598 (diff)
downloadelgg-6ef612b3ba8c61688b1ea3846b0c813f013b2aa6.tar.gz
elgg-6ef612b3ba8c61688b1ea3846b0c813f013b2aa6.tar.bz2
Opera fixes and new spotlight back
git-svn-id: https://code.elgg.org/elgg/trunk@1984 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--_graphics/spotlight_back.gifbin1466 -> 1466 bytes
-rw-r--r--views/default/css.php60
2 files changed, 25 insertions, 35 deletions
diff --git a/_graphics/spotlight_back.gif b/_graphics/spotlight_back.gif
index 5ea1bdcf0..868d4764b 100644
--- a/_graphics/spotlight_back.gif
+++ b/_graphics/spotlight_back.gif
Binary files differ
diff --git a/views/default/css.php b/views/default/css.php
index 7475678a5..76df396e8 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -305,11 +305,6 @@ h6 { font-size: 0.8em; }
width:585px;
}
-/* IE7 */
-*:first-child+html #wrapper_spotlight .collapsable_box_content {
- width:958px;
-}
-
#layout_spotlight {
padding:0;
margin:0;
@@ -319,10 +314,29 @@ h6 { font-size: 0.8em; }
padding:0;
height:auto;
}
+/* ***************************************
+ SPOTLIGHT
+*************************************** */
+/* IE7 */
+*:first-child+html #wrapper_spotlight .collapsable_box_content {
+ width:958px;
+}
+
+#wrapper_spotlight #spotlight_table h2 {
+ color:#4690d6;
+ font-size:1.25em;
+ line-height:1.2em;
+}
+#wrapper_spotlight #spotlight_table li {
+ list-style: square;
+ line-height: 1.2em;
+ margin:5px 20px 5px 0;
+ color:#4690d6;
+}
#wrapper_spotlight .collapsable_box_content {
margin:0;
padding:20px 20px 10px 20px;
- background: url(<?php echo $vars['url']; ?>_graphics/spotlight_back.gif) repeat-x left bottom;
+ background: #ffffff url(<?php echo $vars['url']; ?>_graphics/spotlight_back.gif) repeat-x left top;
min-height:60px;
border:none;
}
@@ -333,6 +347,9 @@ h6 { font-size: 0.8em; }
border-left: none;
border-right: none;
}
+/* ***************************************
+ FOOTER
+*************************************** */
#layout_footer {
background: url(<?php echo $vars['url']; ?>_graphics/footer_back.gif) repeat-x left top;
height:80px;
@@ -469,33 +486,19 @@ h6 { font-size: 0.8em; }
#elgg_topbar_container_right {
padding:3px 0 0 0;
}
-/*
-#elgg_topbar_container_right img {
- float:right;
- margin:0 20px 0 0;
- cursor:pointer;
-}
-#elgg_topbar_container_right a {
- color:#eeeeee;
- margin:0 5px 0 0;
-}
-*/
#elgg_topbar_container_right a {
color:#eeeeee;
margin:0 5px 0 0;
background:transparent url(<?php echo $vars['url']; ?>_graphics/elgg_toolbar_logout.gif) no-repeat top right;
padding:0 21px 0 0;
display:block;
+ height:20px;
}
/* IE6 fix */
* html #elgg_topbar_container_right a {
- height: 20px;
width: 120px;
}
-/* IE7 */
-*:first-child+html #elgg_topbar_container_right a {
- height: 20px;
-}
+
#elgg_topbar_container_right a:hover {
background-position: right -21px;
}
@@ -1163,19 +1166,6 @@ table.search_gallery {
margin-bottom: 10px;
}
-/* ***************************************
- SPOTLIGHT
-*************************************** */
-#wrapper_spotlight #spotlight_table h2 {
- color:#4690d6;
- font-size:1.25em;
- line-height:1.2em;
-}
-#wrapper_spotlight #spotlight_table li {
- list-style: square;
- line-height: 1.2em;
- margin:5px 20px 5px 0;
-}
/* ***************************************
FRIENDS