Darkened info labels. Expressed font sizes in magnification steps.

- Legacy-Id: 9444
This commit is contained in:
Henrik Levkowetz 2015-04-11 15:07:36 +00:00
parent c5bbba13c5
commit be85ea1d4a
3 changed files with 45 additions and 45 deletions

View file

@ -1285,7 +1285,7 @@ h4,
} }
h5, h5,
.h5 { .h5 {
font-size: 15px; font-size: 17px;
} }
h6, h6,
.h6 { .h6 {
@ -1307,7 +1307,7 @@ p {
} }
small, small,
.small { .small {
font-size: 86%; font-size: 84%;
} }
mark, mark,
.mark { .mark {
@ -1472,7 +1472,7 @@ abbr[data-original-title] {
blockquote { blockquote {
padding: 10.5px 21px; padding: 10.5px 21px;
margin: 0 0 21px; margin: 0 0 21px;
font-size: 17.835px; font-size: 17.83810673px;
border-left: 5px solid #eee; border-left: 5px solid #eee;
} }
blockquote p:last-child, blockquote p:last-child,
@ -2607,7 +2607,7 @@ input[type="search"] {
.input-group-sm input[type="time"], .input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"], .input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] { .input-group-sm input[type="month"] {
line-height: 31px; line-height: 30px;
} }
input[type="date"].input-lg, input[type="date"].input-lg,
input[type="time"].input-lg, input[type="time"].input-lg,
@ -2697,46 +2697,46 @@ fieldset[disabled] .checkbox label {
padding-left: 0; padding-left: 0;
} }
.input-sm { .input-sm {
height: 31px; height: 30px;
padding: 5px 10px; padding: 5px 10px;
font-size: 13px; font-size: 12.61344623px;
line-height: 1.5; line-height: 1.5;
border-radius: 3px; border-radius: 3px;
} }
select.input-sm { select.input-sm {
height: 31px; height: 30px;
line-height: 31px; line-height: 30px;
} }
textarea.input-sm, textarea.input-sm,
select[multiple].input-sm { select[multiple].input-sm {
height: auto; height: auto;
} }
.form-group-sm .form-control { .form-group-sm .form-control {
height: 31px; height: 30px;
padding: 5px 10px; padding: 5px 10px;
font-size: 13px; font-size: 12.61344623px;
line-height: 1.5; line-height: 1.5;
border-radius: 3px; border-radius: 3px;
} }
select.form-group-sm .form-control { select.form-group-sm .form-control {
height: 31px; height: 30px;
line-height: 31px; line-height: 30px;
} }
textarea.form-group-sm .form-control, textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control { select[multiple].form-group-sm .form-control {
height: auto; height: auto;
} }
.form-group-sm .form-control-static { .form-group-sm .form-control-static {
height: 31px; height: 30px;
min-height: 34px; min-height: 33.61344623px;
padding: 5px 10px; padding: 5px 10px;
font-size: 13px; font-size: 12.61344623px;
line-height: 1.5; line-height: 1.5;
} }
.input-lg { .input-lg {
height: 46px; height: 46px;
padding: 10px 16px; padding: 10px 16px;
font-size: 18px; font-size: 17.83810673px;
line-height: 1.3333333; line-height: 1.3333333;
border-radius: 6px; border-radius: 6px;
} }
@ -2751,7 +2751,7 @@ select[multiple].input-lg {
.form-group-lg .form-control { .form-group-lg .form-control {
height: 46px; height: 46px;
padding: 10px 16px; padding: 10px 16px;
font-size: 18px; font-size: 17.83810673px;
line-height: 1.3333333; line-height: 1.3333333;
border-radius: 6px; border-radius: 6px;
} }
@ -2765,9 +2765,9 @@ select[multiple].form-group-lg .form-control {
} }
.form-group-lg .form-control-static { .form-group-lg .form-control-static {
height: 46px; height: 46px;
min-height: 39px; min-height: 38.83810673px;
padding: 10px 16px; padding: 10px 16px;
font-size: 18px; font-size: 17.83810673px;
line-height: 1.3333333; line-height: 1.3333333;
} }
.has-feedback { .has-feedback {
@ -2794,9 +2794,9 @@ select[multiple].form-group-lg .form-control {
line-height: 46px; line-height: 46px;
} }
.input-sm + .form-control-feedback { .input-sm + .form-control-feedback {
width: 31px; width: 30px;
height: 31px; height: 30px;
line-height: 31px; line-height: 30px;
} }
.has-success .help-block, .has-success .help-block,
.has-success .control-label, .has-success .control-label,
@ -3349,21 +3349,21 @@ fieldset[disabled] .btn-link:focus {
.btn-lg, .btn-lg,
.btn-group-lg > .btn { .btn-group-lg > .btn {
padding: 10px 16px; padding: 10px 16px;
font-size: 18px; font-size: 17.83810673px;
line-height: 1.3333333; line-height: 1.3333333;
border-radius: 6px; border-radius: 6px;
} }
.btn-sm, .btn-sm,
.btn-group-sm > .btn { .btn-group-sm > .btn {
padding: 5px 10px; padding: 5px 10px;
font-size: 13px; font-size: 12.61344623px;
line-height: 1.5; line-height: 1.5;
border-radius: 3px; border-radius: 3px;
} }
.btn-xs, .btn-xs,
.btn-group-xs > .btn { .btn-group-xs > .btn {
padding: 1px 5px; padding: 1px 5px;
font-size: 13px; font-size: 12.61344623px;
line-height: 1.5; line-height: 1.5;
border-radius: 3px; border-radius: 3px;
} }
@ -3516,7 +3516,7 @@ tbody.collapse.in {
.dropdown-header { .dropdown-header {
display: block; display: block;
padding: 3px 20px; padding: 3px 20px;
font-size: 13px; font-size: 12.61344623px;
line-height: 1.42857143; line-height: 1.42857143;
color: #777; color: #777;
white-space: nowrap; white-space: nowrap;
@ -3745,7 +3745,7 @@ tbody.collapse.in {
.input-group-lg > .input-group-btn > .btn { .input-group-lg > .input-group-btn > .btn {
height: 46px; height: 46px;
padding: 10px 16px; padding: 10px 16px;
font-size: 18px; font-size: 17.83810673px;
line-height: 1.3333333; line-height: 1.3333333;
border-radius: 6px; border-radius: 6px;
} }
@ -3766,17 +3766,17 @@ select[multiple].input-group-lg > .input-group-btn > .btn {
.input-group-sm > .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon, .input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn { .input-group-sm > .input-group-btn > .btn {
height: 31px; height: 30px;
padding: 5px 10px; padding: 5px 10px;
font-size: 13px; font-size: 12.61344623px;
line-height: 1.5; line-height: 1.5;
border-radius: 3px; border-radius: 3px;
} }
select.input-group-sm > .form-control, select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn { select.input-group-sm > .input-group-btn > .btn {
height: 31px; height: 30px;
line-height: 31px; line-height: 30px;
} }
textarea.input-group-sm > .form-control, textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-addon,
@ -3815,12 +3815,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
.input-group-addon.input-sm { .input-group-addon.input-sm {
padding: 5px 10px; padding: 5px 10px;
font-size: 13px; font-size: 12.61344623px;
border-radius: 3px; border-radius: 3px;
} }
.input-group-addon.input-lg { .input-group-addon.input-lg {
padding: 10px 16px; padding: 10px 16px;
font-size: 18px; font-size: 17.83810673px;
border-radius: 6px; border-radius: 6px;
} }
.input-group-addon input[type="radio"], .input-group-addon input[type="radio"],
@ -4181,7 +4181,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
float: left; float: left;
height: 50px; height: 50px;
padding: 14.5px 15px; padding: 14.5px 15px;
font-size: 18px; font-size: 17.83810673px;
line-height: 21px; line-height: 21px;
} }
.navbar-brand:hover, .navbar-brand:hover,
@ -4368,8 +4368,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
margin-bottom: 7.5px; margin-bottom: 7.5px;
} }
.navbar-btn.btn-sm { .navbar-btn.btn-sm {
margin-top: 9.5px; margin-top: 10px;
margin-bottom: 9.5px; margin-bottom: 10px;
} }
.navbar-btn.btn-xs { .navbar-btn.btn-xs {
margin-top: 14px; margin-top: 14px;
@ -4680,7 +4680,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination-lg > li > a, .pagination-lg > li > a,
.pagination-lg > li > span { .pagination-lg > li > span {
padding: 10px 16px; padding: 10px 16px;
font-size: 18px; font-size: 17.83810673px;
} }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span { .pagination-lg > li:first-child > span {
@ -4695,7 +4695,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination-sm > li > a, .pagination-sm > li > a,
.pagination-sm > li > span { .pagination-sm > li > span {
padding: 5px 10px; padding: 5px 10px;
font-size: 13px; font-size: 12.61344623px;
} }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span { .pagination-sm > li:first-child > span {
@ -4792,11 +4792,11 @@ a.label:focus {
background-color: #2b8d02; background-color: #2b8d02;
} }
.label-info { .label-info {
background-color: #f6d73c; background-color: #f0c905;
} }
.label-info[href]:hover, .label-info[href]:hover,
.label-info[href]:focus { .label-info[href]:focus {
background-color: #f3cd0c; background-color: #be9f04;
} }
.label-warning { .label-warning {
background-color: #f69f74; background-color: #f69f74;
@ -4816,7 +4816,7 @@ a.label:focus {
display: inline-block; display: inline-block;
min-width: 10px; min-width: 10px;
padding: 3px 7px; padding: 3px 7px;
font-size: 13px; font-size: 12.61344623px;
font-weight: bold; font-weight: bold;
line-height: 1; line-height: 1;
color: #fff; color: #fff;
@ -5035,7 +5035,7 @@ a.thumbnail.active {
float: left; float: left;
width: 0; width: 0;
height: 100%; height: 100%;
font-size: 13px; font-size: 12.61344623px;
line-height: 21px; line-height: 21px;
color: #fff; color: #fff;
text-align: center; text-align: center;
@ -5848,7 +5848,7 @@ button.close {
z-index: 1070; z-index: 1070;
display: block; display: block;
font-family: "PT Serif", "Palatino", "Neue Swift", serif; font-family: "PT Serif", "Palatino", "Neue Swift", serif;
font-size: 13px; font-size: 12.61344623px;
font-weight: normal; font-weight: normal;
line-height: 1.4; line-height: 1.4;
filter: alpha(opacity=0); filter: alpha(opacity=0);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long