Fork me on GitHub

CSS Problem with 960theme & Content module  Bottom

  • Something in the CSS for the 960theme is causing issues with Content. The edit popup menu is pushed out of place, usually off the bottom of the window forcing me to scroll down. I'm sure it's something in the theme's CSS that I need to address, but I'm not sure what.. Any suggestions?

    --
    Home Page | Find on Facebook | Follow on Twitter
  • IIRC this problem is related to the 960 core where all .grid classes get display: inline.

    You could try this:

    Code

    div#contentEditMenu, div#contentTocMenu {
        margin-left: -10px;
        margin-top: -190px;
    }

    Not the best solution, but better than nothing icon_smile

    --
    Guite | ModuleStudio
  • For what it's worth, it's generally out of place it seems, at least on my 1.3 test site. Even in SeaBreeze it's not where it should be.

    --
    Home Page | Find on Facebook | Follow on Twitter
  • I have the same problem with two YAML based themes...
    I think I opened a ticket for this some time ago.

    Flo

    --
    ifs-net.de -- zksoft.de
  • I submitted a ticket to overhaul that particular menu anyway, I think a menu styled like what is in the 1.3 admin area (the dropdown/context menu from the category tabs and the quick access menu from the Admin icons for the modules) would look better, and be more consistent with the system.

    --
    Home Page | Find on Facebook | Follow on Twitter
  • An overhaul of that menu will BTW not help in the positioning of the menu. But andreas08 works? What browsers are you guys using that give the problems? It's always a combination of the theme, CSS styling, browser and the module of course icon_smile

    edit:
    I didn't test with seabreeze and Content before and did now icon_wink , but Carsten did a lot of updates to the contextmenu. The styling of the context menu is done in the Core , the (PN)Form part. Content itself does not add styling there. The context menu on the display of a page (so not the pagelist) does work, that one does not use the contextmenu styling.



    Edited by espaan on Jul 28, 2010 - 08:46 PM.

    --
    campertoday.nl, Module development, Dutch Zikula Community

This list is based on users active over the last 60 minutes.