mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-06 13:46:42 +02:00
fixes #7367: slightly larger carousel indicators
This commit is contained in:
14
docs/assets/css/bootstrap.css
vendored
14
docs/assets/css/bootstrap.css
vendored
@@ -4414,24 +4414,26 @@ a.list-group-item.active > .badge,
|
|||||||
z-index: 15;
|
z-index: 15;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
margin: 0 0 0 -50px;
|
margin-left: -50px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.carousel-indicators li {
|
.carousel-indicators li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 8px;
|
width: 10px;
|
||||||
height: 8px;
|
height: 10px;
|
||||||
margin-right: 0;
|
margin: 1px;
|
||||||
margin-left: 0;
|
|
||||||
text-indent: -999px;
|
text-indent: -999px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
border-radius: 5px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.carousel-indicators .active {
|
.carousel-indicators .active {
|
||||||
|
width: 12px;
|
||||||
|
height: 12px;
|
||||||
|
margin: 0;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -120,23 +120,25 @@
|
|||||||
left: 50%;
|
left: 50%;
|
||||||
z-index: 15;
|
z-index: 15;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
margin: 0 0 0 -50px;
|
margin-left: -50px;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 8px;
|
width: 10px;
|
||||||
height: 8px;
|
height: 10px;
|
||||||
margin-left: 0;
|
margin: 1px;
|
||||||
margin-right: 0;
|
|
||||||
text-indent: -999px;
|
text-indent: -999px;
|
||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
border-radius: 5px;
|
border-radius: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.active {
|
.active {
|
||||||
|
margin: 0;
|
||||||
|
width: 12px;
|
||||||
|
height: 12px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user