diff options
Diffstat (limited to 'superhero/bootstrap.css')
-rw-r--r-- | superhero/bootstrap.css | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/superhero/bootstrap.css b/superhero/bootstrap.css index 86d0979b..e1c30135 100644 --- a/superhero/bootstrap.css +++ b/superhero/bootstrap.css @@ -1307,7 +1307,7 @@ p { } small, .small { - font-size: 86%; + font-size: 80%; } mark, .mark { @@ -2621,7 +2621,7 @@ input[type="search"] { .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] { - line-height: 31px; + line-height: 30px; } input[type="date"].input-lg, input[type="time"].input-lg, @@ -2711,40 +2711,40 @@ fieldset[disabled] .checkbox label { padding-right: 0; } .input-sm { - height: 31px; + height: 30px; padding: 5px 10px; - font-size: 13px; + font-size: 12px; line-height: 1.5; border-radius: 0; } select.input-sm { - height: 31px; - line-height: 31px; + height: 30px; + line-height: 30px; } textarea.input-sm, select[multiple].input-sm { height: auto; } .form-group-sm .form-control { - height: 31px; + height: 30px; padding: 5px 10px; - font-size: 13px; + font-size: 12px; line-height: 1.5; border-radius: 0; } .form-group-sm select.form-control { - height: 31px; - line-height: 31px; + height: 30px; + line-height: 30px; } .form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; } .form-group-sm .form-control-static { - height: 31px; - min-height: 34px; + height: 30px; + min-height: 33px; padding: 6px 10px; - font-size: 13px; + font-size: 12px; line-height: 1.5; } .input-lg { @@ -2812,9 +2812,9 @@ select[multiple].input-lg { .input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { - width: 31px; - height: 31px; - line-height: 31px; + width: 30px; + height: 30px; + line-height: 30px; } .has-success .help-block, .has-success .control-label, @@ -3003,7 +3003,7 @@ select[multiple].input-lg { @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; - font-size: 13px; + font-size: 12px; } } .btn { @@ -3448,14 +3448,14 @@ fieldset[disabled] .btn-link:focus { .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; - font-size: 13px; + font-size: 12px; line-height: 1.5; border-radius: 0; } .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; - font-size: 13px; + font-size: 12px; line-height: 1.5; border-radius: 0; } @@ -3608,7 +3608,7 @@ tbody.collapse.in { .dropdown-header { display: block; padding: 3px 20px; - font-size: 13px; + font-size: 12px; line-height: 1.42857143; color: #2b3e50; white-space: nowrap; @@ -3865,17 +3865,17 @@ select[multiple].input-group-lg > .input-group-btn > .btn { .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { - height: 31px; + height: 30px; padding: 5px 10px; - font-size: 13px; + font-size: 12px; line-height: 1.5; border-radius: 0; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { - height: 31px; - line-height: 31px; + height: 30px; + line-height: 30px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, @@ -3914,7 +3914,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { } .input-group-addon.input-sm { padding: 5px 10px; - font-size: 13px; + font-size: 12px; border-radius: 0; } .input-group-addon.input-lg { @@ -4468,8 +4468,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { margin-bottom: 0.5px; } .navbar-btn.btn-sm { - margin-top: 4.5px; - margin-bottom: 4.5px; + margin-top: 5px; + margin-bottom: 5px; } .navbar-btn.btn-xs { margin-top: 9px; @@ -4797,7 +4797,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; - font-size: 13px; + font-size: 12px; line-height: 1.5; } .pagination-sm > li:first-child > a, @@ -4919,7 +4919,7 @@ a.label:focus { display: inline-block; min-width: 10px; padding: 3px 7px; - font-size: 13px; + font-size: 12px; font-weight: 300; color: #ebebeb; line-height: 1; @@ -5142,7 +5142,7 @@ a.thumbnail.active { float: left; width: 0%; height: 100%; - font-size: 13px; + font-size: 12px; line-height: 21px; color: #ffffff; text-align: center; @@ -6010,7 +6010,7 @@ button.close { word-break: normal; word-spacing: normal; word-wrap: normal; - font-size: 13px; + font-size: 12px; opacity: 0; filter: alpha(opacity=0); } |