Changeset 93586 in spip-zone for _plugins_/bootstrap/trunk/bootstrap/css/carousel.less
- Timestamp:
- Dec 12, 2015, 10:04:36 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/bootstrap/trunk/bootstrap/css/carousel.less
r90741 r93586 102 102 text-align: center; 103 103 text-shadow: @carousel-text-shadow; 104 background-color: rgba(0, 0, 0, 0); // Fix IE9 click-thru bug 104 105 // We can't have this transition here because WebKit cancels the carousel 105 106 // animation if you trip this while in the middle of another animation. … … 241 242 .icon-prev, 242 243 .icon-next { 243 width: 30px;244 height: 30px;245 margin-top: -15px;246 font-size: 30px;244 width: (@carousel-control-font-size * 1.5); 245 height: (@carousel-control-font-size * 1.5); 246 margin-top: (@carousel-control-font-size / -2); 247 font-size: (@carousel-control-font-size * 1.5); 247 248 } 248 249 .glyphicon-chevron-left, 249 250 .icon-prev { 250 margin-left: -15px;251 margin-left: (@carousel-control-font-size / -2); 251 252 } 252 253 .glyphicon-chevron-right, 253 254 .icon-next { 254 margin-right: -15px;255 margin-right: (@carousel-control-font-size / -2); 255 256 } 256 257 }
Note: See TracChangeset
for help on using the changeset viewer.