mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
avoid override bootstrap nav-pills class
This commit is contained in:
parent
e6e05e6be3
commit
e8e5954cea
@ -14,16 +14,16 @@
|
|||||||
@base-color: #111;
|
@base-color: #111;
|
||||||
|
|
||||||
/* ----------------------------- General -------------------------------- */
|
/* ----------------------------- General -------------------------------- */
|
||||||
.nav-pills li {
|
.filterList li {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
}
|
}
|
||||||
.nav-pills li a {
|
.filterList li a {
|
||||||
height: inherit;
|
height: inherit;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
.nav-pills {
|
.filterList {
|
||||||
width: 108%;
|
width: 108%;
|
||||||
}
|
}
|
||||||
.active {
|
.active {
|
||||||
|
@ -140,7 +140,7 @@
|
|||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-2" id="foldersContainer">
|
<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">
|
<li data-filter="all" class="active" style="display: none">
|
||||||
<a href="#"><i class="glyphicon glyphicon-inbox glyphicon-white"></i>
|
<a href="#"><i class="glyphicon glyphicon-inbox glyphicon-white"></i>
|
||||||
<spring:message code="ALL_MAPS"/>
|
<spring:message code="ALL_MAPS"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user