avoid override bootstrap nav-pills class

This commit is contained in:
Ezequiel Bergamaschi 2014-03-11 23:43:45 -03:00
parent e6e05e6be3
commit e8e5954cea
2 changed files with 4 additions and 4 deletions

View File

@ -14,16 +14,16 @@
@base-color: #111;
/* ----------------------------- General -------------------------------- */
.nav-pills li {
.filterList li {
position: relative;
width: 90%;
height: 35px;
}
.nav-pills li a {
.filterList li a {
height: inherit;
font-size: 13px;
}
.nav-pills {
.filterList {
width: 108%;
}
.active {

View File

@ -140,7 +140,7 @@
<div class="row">
<div class="col-md-2" id="foldersContainer">
<ul class="nav nav-pills nav-stacked">
<ul class="nav nav-pills nav-stacked filterList">
<li data-filter="all" class="active" style="display: none">
<a href="#"><i class="glyphicon glyphicon-inbox glyphicon-white"></i>
<spring:message code="ALL_MAPS"/>