Commit 164932fc7517ec4b7b66a128ca494771a0875de0
1 parent
87870b17
Exists in
master
and in
2 other branches
Modified bootstrap css
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
amadeus/static/bootstrap-3.3.7/css/bootstrap.css
@@ -6319,7 +6319,7 @@ button.close { | @@ -6319,7 +6319,7 @@ button.close { | ||
6319 | top: 0; | 6319 | top: 0; |
6320 | bottom: 0; | 6320 | bottom: 0; |
6321 | left: 0; | 6321 | left: 0; |
6322 | - width: 15%; | 6322 | + width: 5%; |
6323 | font-size: 20px; | 6323 | font-size: 20px; |
6324 | color: #fff; | 6324 | color: #fff; |
6325 | text-align: center; | 6325 | text-align: center; |
@@ -6407,14 +6407,14 @@ button.close { | @@ -6407,14 +6407,14 @@ button.close { | ||
6407 | cursor: pointer; | 6407 | cursor: pointer; |
6408 | background-color: #000 \9; | 6408 | background-color: #000 \9; |
6409 | background-color: rgba(0, 0, 0, 0); | 6409 | background-color: rgba(0, 0, 0, 0); |
6410 | - border: 1px solid #fff; | 6410 | + border: 1px solid #bcbcbc; |
6411 | border-radius: 10px; | 6411 | border-radius: 10px; |
6412 | } | 6412 | } |
6413 | .carousel-indicators .active { | 6413 | .carousel-indicators .active { |
6414 | width: 12px; | 6414 | width: 12px; |
6415 | height: 12px; | 6415 | height: 12px; |
6416 | margin: 0; | 6416 | margin: 0; |
6417 | - background-color: #fff; | 6417 | + background-color: #d6d6d6; |
6418 | } | 6418 | } |
6419 | .carousel-caption { | 6419 | .carousel-caption { |
6420 | position: absolute; | 6420 | position: absolute; |
@@ -6455,7 +6455,7 @@ button.close { | @@ -6455,7 +6455,7 @@ button.close { | ||
6455 | padding-bottom: 30px; | 6455 | padding-bottom: 30px; |
6456 | } | 6456 | } |
6457 | .carousel-indicators { | 6457 | .carousel-indicators { |
6458 | - bottom: 20px; | 6458 | + bottom: -30px; |
6459 | } | 6459 | } |
6460 | } | 6460 | } |
6461 | .clearfix:before, | 6461 | .clearfix:before, |