VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Engholm on June 29, 2014, 16:41:50 PM

Title: Override admin_ui.css
Post by: Engholm on June 29, 2014, 16:41:50 PM
Hi,

is there a way to override the /assets/css/admin_ui.css Stylsheet?
There is an unnecessary margin to the bottom I need to eleminate.:

.virtuemart-admin-area div.tabs {
    margin-bottom: 240px;
}


any idea?

Cheers,
Bjoern

J2.5.22 / VM 2.6.6
Title: Re: Override admin_ui.css
Post by: jenkinhill on June 29, 2014, 17:36:01 PM
Override prociple is the same sa for the FE. Add the override to the end of bluestork/css/template.css  (assuming you use bluestork admin template), or create a custom.css file and load it right at the end of the <head> area in the template's index.php   (this is the way I do it).
Title: Re: Override admin_ui.css
Post by: Engholm on June 29, 2014, 18:19:32 PM
Thanks! The solution was pretty close ;)

I also thought about to insert a custom.css but I needed something, that keeps the update-ability of the Bluestork Template. I've just spotted this extension in the JED that works like charm:
http://extensions.joomla.org/extensions/style-a-design/templating/26433

cheers,
Bjoern