@@ -951,7 +951,7 @@ select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.i
951
951
.navbar-collapse .in {overflow-y : visible}
952
952
.navbar-fixed-bottom .navbar-collapse , .navbar-fixed-top .navbar-collapse , .navbar-static-top .navbar-collapse {padding-right : 0 ;padding-left : 0 }
953
953
}
954
- .carousel-inner , . embed-responsive , .modal , .modal-open , .progress {overflow : hidden}
954
+ .embed-responsive , .modal , .modal-open , .progress {overflow : hidden}
955
955
@media (max-device-width : 480px ) and (orientation : landscape){.navbar-fixed-bottom .navbar-collapse , .navbar-fixed-top .navbar-collapse {max-height : 200px }
956
956
}
957
957
.container-fluid > .navbar-collapse , .container-fluid > .navbar-header , .container > .navbar-collapse , .container > .navbar-header {margin-right : -15px ;margin-left : -15px }
@@ -1082,8 +1082,8 @@ select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.i
1082
1082
.pager .next > a , .pager .next > span {float : right}
1083
1083
.pager .previous > a , .pager .previous > span {float : left}
1084
1084
.pager .disabled > a , .pager .disabled > a : focus , .pager .disabled > a : hover , .pager .disabled > span {color : # 777 ;cursor : not-allowed;background-color : # fff }
1085
+ a .badge : focus , a .badge : hover , a .label : focus , a .label : hover {color : # fff ;cursor : pointer;text-decoration : none}
1085
1086
.label {display : inline;padding : .2em .6em .3em ;font-size : 75% ;color : # fff ;border-radius : .25em }
1086
- a .label : focus , a .label : hover {color : # fff ;text-decoration : none;cursor : pointer}
1087
1087
.label : empty {display : none}
1088
1088
.label-default {background-color : # 777 }
1089
1089
.label-default [href ]: focus , .label-default [href ]: hover {background-color : # 5e5e5e }
@@ -1101,7 +1101,6 @@ a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}
1101
1101
.badge : empty {display : none}
1102
1102
.media-object , .thumbnail {display : block}
1103
1103
.btn-group-xs > .btn .badge , .btn-xs .badge {top : 0 ;padding : 1px 5px }
1104
- a .badge : focus , a .badge : hover {color : # fff ;text-decoration : none;cursor : pointer}
1105
1104
.list-group-item .active > .badge , .nav-pills > .active > a > .badge {color : # 337ab7 ;background-color : # fff }
1106
1105
.jumbotron , .jumbotron .h1 , .jumbotron h1 {color : inherit}
1107
1106
.list-group-item > .badge {float : right}
@@ -1293,7 +1292,7 @@ button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;bor
1293
1292
.modal-content {position : relative;background-color : # fff ;background-clip : padding-box;border : 1px solid # 999 ;border : 1px solid rgba (0 , 0 , 0 , .2 );border-radius : 6px ;outline : 0 ;-webkit-box-shadow : 0 3px 9px rgba (0 , 0 , 0 , .5 );box-shadow : 0 3px 9px rgba (0 , 0 , 0 , .5 )}
1294
1293
.modal-backdrop {position : fixed;z-index : 1040 ;background-color : # 000 }
1295
1294
.modal-backdrop .fade {filter : alpha (opacity=0);opacity : 0 }
1296
- .carousel-control , . modal-backdrop .in {filter : alpha (opacity=50);opacity : .5 }
1295
+ .modal-backdrop .in {filter : alpha (opacity=50);opacity : .5 }
1297
1296
.modal-header {padding : 15px ;border-bottom : 1px solid # e5e5e5 }
1298
1297
.modal-header .close {margin-top : -2px }
1299
1298
.modal-title {margin : 0 ;line-height : 1.42857143 }
@@ -1307,7 +1306,6 @@ button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;bor
1307
1306
.modal-content {-webkit-box-shadow : 0 5px 15px rgba (0 , 0 , 0 , .5 );box-shadow : 0 5px 15px rgba (0 , 0 , 0 , .5 )}
1308
1307
.modal-sm {width : 300px }
1309
1308
}
1310
- .tooltip .top-left .tooltip-arrow , .tooltip .top-right .tooltip-arrow {bottom : 0 ;margin-bottom : -5px ;border-width : 5px 5px 0 ;border-top-color : # 000 }
1311
1309
@media (min-width : 992px ){.modal-lg {width : 900px }
1312
1310
}
1313
1311
.tooltip {position : absolute;z-index : 1070 ;display : block;font-size : 12px ;text-align : left;text-align : start;filter : alpha (opacity=0);opacity : 0 }
@@ -1318,9 +1316,10 @@ button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;bor
1318
1316
.tooltip .left {padding : 0 5px ;margin-left : -3px }
1319
1317
.tooltip-inner {max-width : 200px ;padding : 3px 8px ;color : # fff ;text-align : center;background-color : # 000 ;border-radius : 4px }
1320
1318
.tooltip-arrow {position : absolute;width : 0 ;height : 0 ;border-color : transparent;border-style : solid}
1321
- .tooltip .top .tooltip-arrow {bottom : 0 ;left : 50% ;margin-left : -5px ;border-width : 5px 5px 0 ;border-top-color : # 000 }
1322
- .tooltip .top-left .tooltip-arrow {right : 5px }
1323
- .tooltip .top-right .tooltip-arrow {left : 5px }
1319
+ .tooltip .top .tooltip-arrow , .tooltip .top-left .tooltip-arrow , .tooltip .top-right .tooltip-arrow {bottom : 0 ;border-width : 5px 5px 0 ;border-top-color : # 000 }
1320
+ .tooltip .top .tooltip-arrow {left : 50% ;margin-left : -5px }
1321
+ .tooltip .top-left .tooltip-arrow {right : 5px ;margin-bottom : -5px }
1322
+ .tooltip .top-right .tooltip-arrow {left : 5px ;margin-bottom : -5px }
1324
1323
.tooltip .right .tooltip-arrow {top : 50% ;left : 0 ;margin-top : -5px ;border-width : 5px 5px 5px 0 ;border-right-color : # 000 }
1325
1324
.tooltip .left .tooltip-arrow {top : 50% ;right : 0 ;margin-top : -5px ;border-width : 5px 0 5px 5px ;border-left-color : # 000 }
1326
1325
.tooltip .bottom .tooltip-arrow , .tooltip .bottom-left .tooltip-arrow , .tooltip .bottom-right .tooltip-arrow {border-width : 0 5px 5px ;border-bottom-color : # 000 ;top : 0 }
@@ -1348,7 +1347,7 @@ button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;bor
1348
1347
.popover .bottom > .arrow : after {top : 1px ;margin-left : -10px ;content : " " ;border-top-width : 0 ;border-bottom-color : # fff }
1349
1348
.popover .left > .arrow {top : 50% ;right : -11px ;margin-top : -11px ;border-right-width : 0 ;border-left-color : # 999 ;border-left-color : rgba (0 , 0 , 0 , .25 )}
1350
1349
.popover .left > .arrow : after {right : 1px ;border-right-width : 0 ;border-left-color : # fff }
1351
- .carousel-inner {width : 100% }
1350
+ .carousel-inner {width : 100% ; overflow : hidden }
1352
1351
.carousel-inner > .item {position : relative;display : none;-webkit-transition : .6s ease-in-out left;-o-transition : .6s ease-in-out left;transition : .6s ease-in-out left}
1353
1352
.carousel-inner > .item > a > img , .carousel-inner > .item > img {line-height : 1 }
1354
1353
@media all and (transform-3d), (-webkit-transform-3d){.carousel-inner > .item {-webkit-transition : -webkit-transform .6s ease-in-out;-o-transition : -o-transform .6s ease-in-out;transition : transform .6s ease-in-out;-webkit-backface-visibility : hidden;backface-visibility : hidden;-webkit-perspective : 1000px ;perspective : 1000px }
@@ -1364,7 +1363,7 @@ button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;bor
1364
1363
.carousel-inner > .next .left , .carousel-inner > .prev .right {left : 0 }
1365
1364
.carousel-inner > .active .left {left : -100% }
1366
1365
.carousel-inner > .active .right {left : 100% }
1367
- .carousel-control {position : absolute;top : 0 ;bottom : 0 ;left : 0 ;width : 15% ;font-size : 20px ;background-color : rgba (0 , 0 , 0 , 0 )}
1366
+ .carousel-control {position : absolute;top : 0 ;bottom : 0 ;left : 0 ;width : 15% ;font-size : 20px ;background-color : rgba (0 , 0 , 0 , 0 ); filter : alpha (opacity=50); opacity : .5 }
1368
1367
.carousel-control .left {background-image : -webkit-linear-gradient (left, rgba (0 , 0 , 0 , .5 ) 0 , rgba (0 , 0 , 0 , .0001 ) 100% );background-image : -o-linear-gradient (left, rgba (0 , 0 , 0 , .5 ) 0 , rgba (0 , 0 , 0 , .0001 ) 100% );background-image : -webkit-gradient (linear, left top, right top, from (rgba (0 , 0 , 0 , .5 )), to (rgba (0 , 0 , 0 , .0001 )));background-image : linear-gradient (to right, rgba (0 , 0 , 0 , .5 ) 0 , rgba (0 , 0 , 0 , .0001 ) 100% );filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat : repeat-x}
1369
1368
.carousel-control .right {right : 0 ;left : auto;background-image : -webkit-linear-gradient (left, rgba (0 , 0 , 0 , .0001 ) 0 , rgba (0 , 0 , 0 , .5 ) 100% );background-image : -o-linear-gradient (left, rgba (0 , 0 , 0 , .0001 ) 0 , rgba (0 , 0 , 0 , .5 ) 100% );background-image : -webkit-gradient (linear, left top, right top, from (rgba (0 , 0 , 0 , .0001 )), to (rgba (0 , 0 , 0 , .5 )));background-image : linear-gradient (to right, rgba (0 , 0 , 0 , .0001 ) 0 , rgba (0 , 0 , 0 , .5 ) 100% );filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat : repeat-x}
1370
1369
.carousel-control : focus , .carousel-control : hover {color : # fff ;text-decoration : none;filter : alpha (opacity=90);outline : 0 ;opacity : .9 }
@@ -2340,7 +2339,6 @@ select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.i
2340
2339
.input-group .form-control : not (: first-child ): not (: last-child ), .input-group-addon : not (: first-child ): not (: last-child ), .input-group-btn : not (: first-child ): not (: last-child ){border-radius : 0 }
2341
2340
.input-group-addon , .input-group-btn {width : 1% ;white-space : nowrap;vertical-align : middle}
2342
2341
.input-group-addon {padding : 2px 6px ;font-size : 12px ;font-weight : 400 ;line-height : 1 ;color : # 333 ;text-align : center;background-color : # eee ;border : 1px solid # bababa ;border-radius : 1px }
2343
- .badge , .close {font-weight : 700 }
2344
2342
.input-group-addon .input-sm {padding : 2px 6px ;font-size : 11px ;border-radius : 1px }
2345
2343
.input-group-addon .input-lg {padding : 6px 10px ;font-size : 14px ;border-radius : 1px }
2346
2344
.input-group-addon input [type = checkbox ], .input-group-addon input [type = radio ]{margin-top : 0 }
@@ -2456,7 +2454,8 @@ select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.i
2456
2454
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {margin-bottom : 0 ;border-radius : 1px 1px 0 0 }
2457
2455
.navbar-btn {margin-top : 12px ;margin-bottom : 12px }
2458
2456
.navbar-btn .btn-sm , .navbar-btn .btn-xs {margin-top : 14px ;margin-bottom : 14px }
2459
- .navbar-text {margin-top : 15px ;margin-bottom : 15px }
2457
+ .media , .navbar-text {margin-top : 15px }
2458
+ .navbar-text {margin-bottom : 15px }
2460
2459
@media (min-width : 768px ){.navbar-text {float : left;margin-left : 20px ;margin-right : 20px }
2461
2460
.navbar-left {float : left!important ;float : left}
2462
2461
.navbar-right {float : right!important ;float : right;margin-right : -20px }
@@ -2543,7 +2542,7 @@ a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}
2543
2542
.label-warning [href ]: focus , .label-warning [href ]: hover {background-color : # bb6106 }
2544
2543
.label-danger {background-color : # c00 }
2545
2544
.label-danger [href ]: focus , .label-danger [href ]: hover {background-color : # 900 }
2546
- .badge {display : inline-block;min-width : 10px ;padding : 3px 7px ;font-size : 11px ;vertical-align : middle;background-color : # 999 }
2545
+ .badge {display : inline-block;min-width : 10px ;padding : 3px 7px ;font-size : 11px ;font-weight : 700 ; vertical-align : middle;background-color : # 999 }
2547
2546
.badge : empty {display : none}
2548
2547
.media-object , .thumbnail {display : block}
2549
2548
.btn-group-xs > .btn .badge , .btn-xs .badge {top : 0 ;padding : 1px 5px }
@@ -2604,7 +2603,6 @@ to{background-position:0 0}
2604
2603
.progress-striped .progress-bar-warning {background-image : linear-gradient (-45deg , rgba (0 , 0 , 0 , .15 ) 25% , rgba (0 , 0 , 0 , .15 ) 26% , transparent 27% , transparent 49% , rgba (0 , 0 , 0 , .15 ) 50% , rgba (0 , 0 , 0 , .15 ) 51% , transparent 52% , transparent 74% , rgba (0 , 0 , 0 , .15 ) 75% , rgba (0 , 0 , 0 , .15 ) 76% , transparent 77% )}
2605
2604
.progress-bar-danger {background-color : # c00 }
2606
2605
.progress-striped .progress-bar-danger {background-image : -o-linear-gradient (45deg , rgba (255 , 255 , 255 , .15 ) 25% , transparent 25% , transparent 50% , rgba (255 , 255 , 255 , .15 ) 50% , rgba (255 , 255 , 255 , .15 ) 75% , transparent 75% , transparent);background-image : -webkit-linear-gradient (-45deg , rgba (0 , 0 , 0 , .15 ) 25% , rgba (0 , 0 , 0 , .15 ) 26% , transparent 27% , transparent 49% , rgba (0 , 0 , 0 , .15 ) 50% , rgba (0 , 0 , 0 , .15 ) 51% , transparent 52% , transparent 74% , rgba (0 , 0 , 0 , .15 ) 75% , rgba (0 , 0 , 0 , .15 ) 76% , transparent 77% );background-image : linear-gradient (-45deg , rgba (0 , 0 , 0 , .15 ) 25% , rgba (0 , 0 , 0 , .15 ) 26% , transparent 27% , transparent 49% , rgba (0 , 0 , 0 , .15 ) 50% , rgba (0 , 0 , 0 , .15 ) 51% , transparent 52% , transparent 74% , rgba (0 , 0 , 0 , .15 ) 75% , rgba (0 , 0 , 0 , .15 ) 76% , transparent 77% )}
2607
- .media {margin-top : 15px }
2608
2606
.media : first-child {margin-top : 0 }
2609
2607
.media , .media-body {zoom : 1 ;overflow : hidden}
2610
2608
.media-body {width : 10000px }
@@ -2721,7 +2719,7 @@ a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-gro
2721
2719
.well blockquote {border-color : # ddd ;border-color : rgba (0 , 0 , 0 , .15 )}
2722
2720
.well-lg {padding : 24px }
2723
2721
.well-sm {padding : 9px }
2724
- .close {float : right;font-size : 18px ;line-height : 1 ;color : # 000 ;text-shadow : 0 1px 0 # fff ;opacity : .2 ;filter : alpha (opacity=20)}
2722
+ .close {float : right;font-size : 18px ;font-weight : 700 ; line-height : 1 ;color : # 000 ;text-shadow : 0 1px 0 # fff ;opacity : .2 ;filter : alpha (opacity=20)}
2725
2723
.modal-title , .popover {line-height : 1.66666667 }
2726
2724
.popover , .tooltip {font-family : "Open Sans" , Helvetica, Arial, sans-serif;font-style : normal;font-weight : 400 ;letter-spacing : normal;line-break : auto;text-shadow : none;text-transform : none;white-space : normal;word-break : normal;word-spacing : normal;word-wrap : normal;text-decoration : none}
2727
2725
.close : focus , .close : hover {color : # 000 ;text-decoration : none;cursor : pointer;opacity : .5 ;filter : alpha (opacity=50)}
@@ -2748,7 +2746,6 @@ button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance
2748
2746
.modal-content {-webkit-box-shadow : 0 5px 15px rgba (0 , 0 , 0 , .5 );box-shadow : 0 5px 15px rgba (0 , 0 , 0 , .5 )}
2749
2747
.modal-sm {width : 300px }
2750
2748
}
2751
- .tooltip .top-left .tooltip-arrow , .tooltip .top-right .tooltip-arrow {bottom : 0 ;margin-bottom : -8px ;border-width : 8px 8px 0 ;border-top-color : # 434343 }
2752
2749
@media (min-width : 992px ){.modal-lg {width : 900px }
2753
2750
}
2754
2751
.tooltip {position : absolute;z-index : 1070 ;display : block;text-align : left;text-align : start;opacity : 0 ;filter : alpha (opacity=0)}
@@ -2759,9 +2756,10 @@ button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance
2759
2756
.tooltip .left {margin-left : -3px ;padding : 0 8px }
2760
2757
.tooltip-inner {max-width : 220px ;color : # fff ;background-color : # 434343 ;border-radius : 1px }
2761
2758
.tooltip-arrow {position : absolute;width : 0 ;height : 0 ;border-color : transparent;border-style : solid}
2762
- .tooltip .top .tooltip-arrow {bottom : 0 ;left : 50% ;margin-left : -8px ;border-width : 8px 8px 0 ;border-top-color : # 434343 }
2763
- .tooltip .top-left .tooltip-arrow {right : 8px }
2764
- .tooltip .top-right .tooltip-arrow {left : 8px }
2759
+ .tooltip .top .tooltip-arrow , .tooltip .top-left .tooltip-arrow , .tooltip .top-right .tooltip-arrow {bottom : 0 ;border-width : 8px 8px 0 ;border-top-color : # 434343 }
2760
+ .tooltip .top .tooltip-arrow {left : 50% ;margin-left : -8px }
2761
+ .tooltip .top-left .tooltip-arrow {right : 8px ;margin-bottom : -8px }
2762
+ .tooltip .top-right .tooltip-arrow {left : 8px ;margin-bottom : -8px }
2765
2763
.tooltip .right .tooltip-arrow {top : 50% ;left : 0 ;margin-top : -8px ;border-width : 8px 8px 8px 0 ;border-right-color : # 434343 }
2766
2764
.tooltip .left .tooltip-arrow {top : 50% ;right : 0 ;margin-top : -8px ;border-width : 8px 0 8px 8px ;border-left-color : # 434343 }
2767
2765
.tooltip .bottom .tooltip-arrow , .tooltip .bottom-left .tooltip-arrow , .tooltip .bottom-right .tooltip-arrow {border-width : 0 8px 8px ;border-bottom-color : # 434343 ;top : 0 }
0 commit comments