News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Override admin_ui.css

Started by Engholm, June 29, 2014, 16:41:50 PM

Previous topic - Next topic

Engholm

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

jenkinhill

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).
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Engholm

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