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
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).
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