Closed (cannot reproduce)
Project:
Acquia Marina
Version:
6.x-3.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2011 at 19:42 UTC
Updated:
19 Dec 2011 at 18:01 UTC
I created a view using Qwicktabs and put the view in a Panel. The fusion-acquia-marina-style.css is overriding Quicktabs tabstyle.css and overlays the buttons with its style. I can't put Quicktabs markup in my local.css because for some reason fusion-acquia-marina-style.css is being evaluated last.
I've attached snapshots of the problem. When I use Quicktabs in a Panel everything fine.
| Comment | File | Size | Author |
|---|---|---|---|
| DOM snapshot of source and css | 74.25 KB | Vc Developer | |
| Quicktabs snapshot of buttons being overlaid | 9.63 KB | Vc Developer |
Comments
Comment #1
Vc Developer commentedWhy is it setting my ul li style automatically? I didn't asked for it to be done.
For now I just removed this css block:
..and if I need it, I will put it in my local.css
Comment #2
Deepika.chavan commentedHi,
If you wanna override the core css then you will have to take the same class or id which is there in core.
i.e
.content-inner-inner .content-content .inner .content ul {. Then you can change its margin or whatever in your local css file by using specific id or class without touching core file.Try adding following css in your local.css file.
OR you can do one thing make
margin: 0 0 0 0;And by using specific ID attribute you can set different margin to different elements.Please do clear cached data. (here- admin/settings/performance)
Rgrds
Deepika Chavan.
Comment #3
Vc Developer commentedYea, but if you take a look my pics you will see acquia....css being laid over my local.css, this is strange, it should not do that. Even the grid16-fluid.css is doing the same thing, because with our without my local.css my last side bar is wrapping because this:
...just using the left sidebar only.
Comment #4
Vc Developer commentedI found the problem! My site requires a lot modules. Because one of the things I notice was IE was the only browser breaking the theme. The others were just ca-lapsing. So, I created another test site to test when IE would start breaking and that is when it dawn on me of IE's 30 css limit! Then I found the css optimizing module, installed it and now so far there's no breaking or ca-lapsing.
Comment #5
Vc Developer commentedYea, that was the problem! I was able to make the correction in my local.css....
Thanks for your help!
Comment #6
goody815 commentedplease re-open issue if you are still experiencing this issue
Comment #7
kgeographer commentedHello - I am having the identical problem described in the issue summary - AM, Quicktabs, green-bullets I can't seem to override. The business about IE has no bearing here - the problem is in Firefox and IE alike. I can disable the appearance of green-bullets within content-inner-inner, but I'd like them to appear elsewhere.
My understanding of css for quicktabs is that I should be able to override ul and/or li within the .css for a tabstyle -- I've tried zen and excel so far, and many many many things, although it seems to me background:none should do it - no?
Any help sorely appreciated!
Comment #8
esmerel commentedComment #9
sheena_d commented@kgeographer - we would need to see a link to your site and/or an exact example of the CSS you are trying to use to remove the bullets for quicktabs in order to help you troubleshoot.
Thanks,
Sheena
Comment #10
esmerel commented