|
1 | 1 | /*! |
2 | | - * Bootstrap v3.3.6 (http://getbootstrap.com) |
3 | | - * Copyright 2011-2015 Twitter, Inc. |
| 2 | + * Bootstrap v3.3.7 (http://getbootstrap.com) |
| 3 | + * Copyright 2011-2016 Twitter, Inc. |
4 | 4 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
5 | 5 | */ |
6 | 6 | /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ |
@@ -1095,7 +1095,6 @@ a:focus { |
1095 | 1095 | text-decoration: underline; |
1096 | 1096 | } |
1097 | 1097 | a:focus { |
1098 | | - outline: thin dotted; |
1099 | 1098 | outline: 5px auto -webkit-focus-ring-color; |
1100 | 1099 | outline-offset: -2px; |
1101 | 1100 | } |
@@ -2524,7 +2523,6 @@ select[size] { |
2524 | 2523 | input[type="file"]:focus, |
2525 | 2524 | input[type="radio"]:focus, |
2526 | 2525 | input[type="checkbox"]:focus { |
2527 | | - outline: thin dotted; |
2528 | 2526 | outline: 5px auto -webkit-focus-ring-color; |
2529 | 2527 | outline-offset: -2px; |
2530 | 2528 | } |
@@ -2623,17 +2621,10 @@ input[type="search"] { |
2623 | 2621 | .radio, |
2624 | 2622 | .checkbox { |
2625 | 2623 | position: relative; |
2626 | | - display: inline; |
| 2624 | + display: block; |
2627 | 2625 | margin-top: 10px; |
2628 | 2626 | margin-bottom: 10px; |
2629 | 2627 | } |
2630 | | -form#reviewer-vote .radio { |
2631 | | - position: inherit; |
2632 | | - display: block; |
2633 | | -} |
2634 | | -form#reviewer-vote label.control-label{ |
2635 | | - text-align: left; |
2636 | | -} |
2637 | 2628 | .radio label, |
2638 | 2629 | .checkbox label { |
2639 | 2630 | min-height: 20px; |
@@ -3022,7 +3013,6 @@ select[multiple].input-lg { |
3022 | 3013 | .btn.focus, |
3023 | 3014 | .btn:active.focus, |
3024 | 3015 | .btn.active.focus { |
3025 | | - outline: thin dotted; |
3026 | 3016 | outline: 5px auto -webkit-focus-ring-color; |
3027 | 3017 | outline-offset: -2px; |
3028 | 3018 | } |
@@ -8490,6 +8480,9 @@ input#id_remember { |
8490 | 8480 | .green { |
8491 | 8481 | color: green; |
8492 | 8482 | } |
| 8483 | +.spam { |
| 8484 | + background-color: #b3a6a6; |
| 8485 | +} |
8493 | 8486 | .align-bottom { |
8494 | 8487 | vertical-align: bottom; |
8495 | 8488 | } |
@@ -9000,6 +8993,3 @@ textarea.review-form select { |
9000 | 8993 | .dropdown { |
9001 | 8994 | margin-left: 10px; |
9002 | 8995 | } |
9003 | | -.spam{ |
9004 | | - background-color: #b3a6a6; |
9005 | | -} |
0 commit comments