I'm testing the new Skinr dev modules. So far everything looks fantastic, and I've run into very few problems.
I decided to try integrating the Fusion Theme base with the new Skinr Dev. Fusion's editing divs show up behind the Ajax editing div, which isn't a large problem because you can usually still click on the ajax div.
I decided I want to keep testing with dev Skinr and Fusion so I made the following quick changes to Fusion's style.css in the core module located at ./fusion/fusion_core/css/style.css
Change lines the Blocks region, lines 1004-1062 to read:
/* Blocks
/-------------------------------------------------------------- /
.block {
float: left; / LTR /
margin-bottom: 1.5em;
overflow: hidden;
width: 100%;
}
/ no gutters for blocks in content region /
#content-content .inner {
margin-left: 0;
margin-right: 0;
}
/ administrator block edit links /
.block .inner {
position: relative;
}
.block .fusion-edit {
display: none;
padding: 0px 25px;
position: absolute;
right: 0;
text-align: left; / LTR */
top: 0;
z-index: 10;
}
.block:hover > .inner > .fusion-edit {
display: block;
}
.block .fusion-edit a {
background-color: #fff;
border: 0px solid #333;
display: block;
float: left;
outline: 0;
padding: 2px 2px 2px 6px;
text-indent: -9999px;
width: 16px;
}
.block .fusion-edit a:hover {
background-color: #eee;
text-decoration: none;
}
.block .fusion-block-config,
.block .fusion-block-edit {
visibility:hidden;
background: url(../images/emblem-system.png) center center no-repeat;
}
.block .fusion-edit-menu {
background: url(../images/text-x-generic-menu.png) center center no-repeat;
}There are only two changes in the code above to the div css, but I included the whole block to make it easier to find and replace. The change only hides and moves Fusion's editing divs.
I hope this helps someone else test out Skinr and Fusion!
I'm new to Drupal, so I hope you'll forgive me if I committed a faux pas by posting a new discussion in the Skinr group. Please move or delete this info if it's in the wrong place. Thanks for understanding!
Comments
Hey jabbras, thanks for
Hey jabbras, thanks for starting to test!
You can help by creating issues in the project issue queue. We cannot keep up with issues in a discussion here. We need clearly defined issues, that are Skinr-related (not Fusion related or purely CSS related).
Fusions issues belong in their queue (if they are supporting the new version yet): http://drupal.org/project/issues/fusion
Skinr issues are here: http://drupal.org/project/issues/skinr
Hope that helps!
Thanks Jacine
I've posted my above discussion as a minor Fusion issue.
Thanks for pointing me in the right direction. I'm discovering that Drupal has a very gracious and accepting community!
If you would, please go ahead and delete this post seeing as it's not really a Skinr issue. I don't want to clutter up Skinr's group with a bunch of Fusion issues. :)
Thanks for providing a steller module in Skinr!
No problem! I can't delete
No problem! I can't delete your post, but don't worry, it's no biggie. It's good that it's here in case anyone else is thinking about posting the same sort of discussion.
:D
Sorry about that
Next time I post a new discussion, I'll think twice seeing as they can't be deleted!
Thanks!