File Manager

Current Directory: /home/astoriaah/www/old15/templates/client/less
Viewing File: /home/astoriaah/www/old15/templates/client/less/reset.less
/** *------------------------------------------------------------------------------ * @package T3 Framework for Joomla! *------------------------------------------------------------------------------ * @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @authors JoomlArt, JoomlaBamboo, (contribute to this project at github * & Google group to become co-author) * @Google group: https://groups.google.com/forum/#!forum/t3fw * @Link: http://t3-framework.org *------------------------------------------------------------------------------ */ // ------------------------------------------------------- // Base styles // ------------------------------------------------------- /* Reset Items */ #navwrap .navbar-inner, #breadcrumb, .modal.acymailing_togglemodule, .modal.hikashop_checkout_shipping_address_edit { .reset } .modal.acymailing_togglemodule, .modal.hikashop_checkout_billing_address_edit, .modal.hikashop_checkout_shipping_address_edit { .resetmodal() } /* Reset the margin on menu items - Not really sure why this is necessary */ ul, menu, dir,ol{ padding-left: 0; -webkit-margin-before: 0em; -webkit-margin-after: 0em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; -webkit-padding-start: 0px; } div,ul,li{ -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; } .span12 {margin: 0 !important} .hidden {display: none !important} /* Reset DD things in Joomla */ dd {padding: 0;margin: 0} /* Indent on ul */ ul { margin-left: 16px; } fieldset { min-width:0 } /* Sidebar margin ul reset */ #sidebar-1,#sidebar-2 ul,.items-more ol { margin-left: 0; padding: 0; } /* Dont like Hr styling */ hr { border: 0; } /* Puts default margin on content items */ article{ margin:0; padding:0 } * { box-sizing:border-box } // Bootstrap resets .btn-group a { margin-right:8px } .btn-group > .dropdown-toggle, .btn-group > .btn:first-child, .btn-group > .btn:last-child { .border-radius(0) } #system-message { margin:0 !important } legend { margin:0 } .padding { padding:20px; background:#fafafa; margin-bottom:12px } @media (max-width: @grid-float-breakpoint) { body { padding:0 20px } }