Current Directory: /home/astoriaah/www/old15/media/akeeba_strapper/less
Viewing File: /home/astoriaah/www/old15/media/akeeba_strapper/less/strapper.j25.less
/**
* Akeeba Strapper
* A handy distribution of namespaced jQuery, jQuery UI and Twitter
* Bootstrapper for use with Akeeba components.
*
* This file defines Akeeba Strapper specific styling overrides
*/
.akeeba-bootstrap {
// Joomla! 2.5+ workaround for booleanlist controls
label.radiobtn {
display: inline-block;
}
// Beez2 overrides for front-end link bars
ul.nav-tabs li {
list-style: none;
}
// Fixed margin for span* elements
.row-fluid [class*="span"]{
margin-left: 15px;
}
.row-fluid form [class*="span"]:first-of-type{
margin-left: 0;
}
}