Active
Project:
Multiflex37
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2007 at 22:17 UTC
Updated:
17 Apr 2007 at 18:38 UTC
Thanks to Chris Doyle for updating the Multiflex theme but bullets are not showing in main content. Please see our posts on this issue at http://drupal.org/node/120501. You can also see an example of this problem at my site which is updated with Multiflex37 (http://softtester.org). Much appreciation for any help on this.
Comments
Comment #1
glendac commentedComment #2
pengi commentedI have the same issue, hope someone can deal with this soon.
Comment #3
Compactman commentedsubscribing
Comment #4
Minna commentedI added the following in my site.css:
.main-content ul {list-style:none; margin:0.5em 0 1.0em 0;}
.main-content ul li {margin:0 0 0.2em 10px; padding:0 0 0 12px; background:url(../img/bg_bullet_full_2.gif) no-repeat 0 0.5em; line-height:1.4em; font-size:100%;}
.main-content ol {background-image: none; margin:0.5em 0 1.0em 20px !important /*Non-IE6*/; margin:0.5em 0 1.0em 25px /*IE6*/;}
.main-content ol li {list-style-position:outside; margin:0 0 0.2em 10px; line-height:1.4em; font-size:100%;}
Everything in bold are my edits. I think style.css changes or resets to no background for lists. The left margin for ol li was adjusted for IE.
Comment #5
pengi commentedMinna, I am trying to follow in your footsteps. I found site.css in my multiflex/css dir to be pretty different from your listing; I think you meant style.css?
OK, in style.css, my base entries seem quite different from yours. Example
.main-content ul li {
background: none;
padding-left: 0px;
}
That's all I have; you seem to have much more even discounting the bold areas you say you added to get the bullets to work. Do we have different versions of multiflex/css/styles.css? Or are you editing some other file?
Comment #6
Minna commentedPengi,
I am keeping all my edits in the site.css file. So these entries were added (new entries) into the site.css file. They are originally listed in the layout4_test.css (I'm using the layout 4).
Comment #7
pengi commentedThanks minna. How are you using layout 4? One thing I'd thought about this port was that it skipped the flexibility of the original theme; but sounds maybe I've just not found how to access the layout area?
Comment #8
pengi commentedoh, I see layout4 is the one and only file title like layout in the css dir. So, it's the one and only layout? Maybe cdoyle can comment on this? Are there other layouts pending?
I'm still puzzled minna by your site.css file, even prior to your edits it seems to have had much more in it than mine does.
Comment #9
Minna commentedPengi,
My site.css just had three entries:
/* site specific css overrides */
.header .header-breadcrumbs .block-region,
.header .block {
text-align: center;
}
.sitemessage h2 {
margin-top: 4px;
}
.sitemessage h3 {
margin-top: 4px;
}
Everything else was my additions. Some styles I repeat completely to put in a higher priority.