civicspace/admin/visual.css has two image paths wrong, here's a patch:
--- drupal/themes/civicspace/admin/visual.css.dist 2005-07-16 16:43:37.000000000 +0300
+++ drupal/themes/civicspace/admin/visual.css 2005-07-16 16:45:59.000000000 +0300
@@ -644,7 +644,7 @@
padding: 4px 7px;
text-decoration: none;
margin-bottom: 4px;
- background: url(../global/images/bg_local_tasks_secondary.png) repeat-x 50% 0px;
+ background: url(../images/bg_local_tasks_secondary.png) repeat-x 50% 0px;
}
ul.secondary a.active, ul.secondary a.active:hover {
color: #333;
@@ -778,7 +778,7 @@
*/
.messages .status {
- background: url(../global/images/bg_status.png) repeat;
+ background: url(../images/bg_status.png) repeat;
margin: 0.8em 0;
padding: 12px;
font-weight: bold;
Comments
Comment #1
mr700 commentedPS: I use this script locates them easy (I first saw their absense in the logs):
CHKCSS.sh
Comment #2
traemccombs commentedComment #3
traemccombs commentedI can confirm these have been fixed and the paths are correct.
Closing.
Trae