aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap-rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'dist/css/bootstrap-rtl.css')
-rw-r--r--dist/css/bootstrap-rtl.css20
1 files changed, 15 insertions, 5 deletions
diff --git a/dist/css/bootstrap-rtl.css b/dist/css/bootstrap-rtl.css
index cf8bee242..50e65fa5c 100644
--- a/dist/css/bootstrap-rtl.css
+++ b/dist/css/bootstrap-rtl.css
@@ -4,7 +4,7 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
-/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
+/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
@@ -6684,7 +6684,7 @@ button.close {
.tooltip {
position: absolute;
- z-index: 1030;
+ z-index: 1070;
display: block;
font-size: 12px;
line-height: 1.4;
@@ -6800,7 +6800,7 @@ button.close {
position: absolute;
top: 0;
right: 0;
- z-index: 1010;
+ z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
@@ -7053,11 +7053,13 @@ button.close {
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
right: 50%;
+ margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
left: 50%;
+ margin-left: -10px;
}
.carousel-control .icon-prev,
@@ -7065,7 +7067,6 @@ button.close {
width: 20px;
height: 20px;
margin-top: -10px;
- margin-right: -10px;
font-family: serif;
}
@@ -7134,10 +7135,19 @@ button.close {
width: 30px;
height: 30px;
margin-top: -15px;
- margin-right: -15px;
font-size: 30px;
}
+ .carousel-control .glyphicon-chevron-left,
+ .carousel-control .icon-prev {
+ margin-right: -15px;
+ }
+
+ .carousel-control .glyphicon-chevron-right,
+ .carousel-control .icon-next {
+ margin-left: -15px;
+ }
+
.carousel-caption {
right: 20%;
left: 20%;