0
Welcome Guest! Login
0 items Join Now

Feature Request:AJAX Toggler CSS Mod

  • Feature Request:AJAX Toggler CSS Mod

    Posted 13 years 2 months ago
    • We use AJAX Toggler by Blogomunity ( extensions.joomla.org/extensions/adminis...min-performance/7244 ) on most of our websites. It really speeds up navigation in the backend. The problem is that the styling of the message field in MissionControl messes with it a little bit and because it's a plugin, we can't create an override for it (if there's a way, please let me know).

      What we did was added this code to the core.css file in the MissionControl template to override the styling in the plugin itself (which works in the Joomla admin template, but not here)...
      #system-message ul {border:none !important;box-shadow:none !important;padding:0 !important;}
      #system-message ul li {margin: 7px 0 7px 50px !important;font-weight:bold !important;}

      Would it be possible to add this code in (or do something to accomplish the same thing) to the core CSS of MissionControl so that we don't have to add this back in every time?
    • Last Edit: 13 years 2 months ago by Orchard White.
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: Feature Request:AJAX Toggler CSS Mod

    Posted 13 years 2 months ago
    • Would of been nice if they had added a class for this div so it could be specific only to this ajax toggler message, however, i've added your CSS with some more specification for the next release.
  • Re: Feature Request:AJAX Toggler CSS Mod

    Posted 13 years 2 months ago
    • Agreed. I could certainly customize that in the plugin if I have to. I did notice (and didn't think about it beforehand) that the styling is going to add additional padding to other elements in that space, so this solutions isn't great.
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: Feature Request:AJAX Toggler CSS Mod

    Posted 13 years 2 months ago
    • what i did was add this:
      /* Ajax Toggler fixes */
      body > dl#system-message {left:0px !important;margin-top:10px !important;}
      body > dl#system-message ul {border:none !important;box-shadow:none !important;padding:10px 0 !important;}
      body > dl#system-message ul li {margin: 7px 0 7px 50px !important;font-weight:bold !important;}

      This should only pick up the dl if it comes right after the body tag, as in this case, and not for all instances of system-message when they display above the body as they do normally.
  • Re: Feature Request:AJAX Toggler CSS Mod

    Posted 13 years 2 months ago
    • Fix for this in MissionControl 2.3 is great. Thank you!
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: Feature Request:AJAX Toggler CSS Mod

    Posted 13 years 2 months ago
    • no problem.

Time to create page: 0.058 seconds