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
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- rgasch created topic »Using PageUtil::addVar() to load script code« 11:48 AM
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
CSS Problem with 960theme & Content module
-
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: Jun 01, 2010
- Posts: 6859
-
- Rank: Team Member
- Registered: Jan 19, 2003
- Last visit: Apr 06, 2010
- Posts: 442
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
--
Guite | ModuleStudio -
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: Jun 01, 2010
- Posts: 6859
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
-
- Rank: Developer
- Registered: May 07, 2006
- Last visit: May 28, 2010
- Posts: 124
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 -
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: Jun 01, 2010
- Posts: 6859
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
-
- Rank: Developer
- Registered: Aug 23, 2003
- Last visit: May 31, 2010
- Posts: 1428
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
edit:
I didn't test with seabreeze and Content before and did now
, 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
- Moderated by:
- Support
