From 164932fc7517ec4b7b66a128ca494771a0875de0 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Tue, 18 Apr 2017 23:18:09 -0300 Subject: [PATCH] Modified bootstrap css --- amadeus/static/bootstrap-3.3.7/css/bootstrap.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/amadeus/static/bootstrap-3.3.7/css/bootstrap.css b/amadeus/static/bootstrap-3.3.7/css/bootstrap.css index 5cfd3fc..3526de4 100755 --- a/amadeus/static/bootstrap-3.3.7/css/bootstrap.css +++ b/amadeus/static/bootstrap-3.3.7/css/bootstrap.css @@ -6319,7 +6319,7 @@ button.close { top: 0; bottom: 0; left: 0; - width: 15%; + width: 5%; font-size: 20px; color: #fff; text-align: center; @@ -6407,14 +6407,14 @@ button.close { cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); - border: 1px solid #fff; + border: 1px solid #bcbcbc; border-radius: 10px; } .carousel-indicators .active { width: 12px; height: 12px; margin: 0; - background-color: #fff; + background-color: #d6d6d6; } .carousel-caption { position: absolute; @@ -6455,7 +6455,7 @@ button.close { padding-bottom: 30px; } .carousel-indicators { - bottom: 20px; + bottom: -30px; } } .clearfix:before, -- libgit2 0.21.2