bootstrap 13px

This commit is contained in:
Ezequiel Bergamaschi 2014-03-14 23:57:23 -03:00
parent 980a984499
commit dec0fb7aef
3 changed files with 109 additions and 109 deletions

View File

@ -274,7 +274,7 @@ html {
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
@ -335,8 +335,8 @@ img {
border-radius: 50%;
}
hr {
margin-top: 17px;
margin-bottom: 17px;
margin-top: 18px;
margin-bottom: 18px;
border: 0;
border-top: 1px solid #eee;
}
@ -401,8 +401,8 @@ h2,
.h2,
h3,
.h3 {
margin-top: 17px;
margin-bottom: 8.5px;
margin-top: 18px;
margin-bottom: 9px;
}
h1 small,
.h1 small,
@ -424,8 +424,8 @@ h5,
.h5,
h6,
.h6 {
margin-top: 8.5px;
margin-bottom: 8.5px;
margin-top: 9px;
margin-bottom: 9px;
}
h4 small,
.h4 small,
@ -443,40 +443,40 @@ h6 .small,
}
h1,
.h1 {
font-size: 31px;
font-size: 33px;
}
h2,
.h2 {
font-size: 25px;
font-size: 27px;
}
h3,
.h3 {
font-size: 21px;
font-size: 23px;
}
h4,
.h4 {
font-size: 15px;
font-size: 17px;
}
h5,
.h5 {
font-size: 12px;
font-size: 13px;
}
h6,
.h6 {
font-size: 11px;
font-size: 12px;
}
p {
margin: 0 0 8.5px;
margin: 0 0 9px;
}
.lead {
margin-bottom: 17px;
font-size: 13px;
margin-bottom: 18px;
font-size: 14px;
font-weight: 200;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 18px;
font-size: 19.5px;
}
}
small,
@ -563,14 +563,14 @@ a.bg-danger:hover {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 7.5px;
margin: 34px 0 17px;
padding-bottom: 8px;
margin: 36px 0 18px;
border-bottom: 1px solid #eee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 8.5px;
margin-bottom: 9px;
}
ul ul,
ol ul,
@ -594,7 +594,7 @@ ol ol {
}
dl {
margin-top: 0;
margin-bottom: 17px;
margin-bottom: 18px;
}
dt,
dd {
@ -630,9 +630,9 @@ abbr[data-original-title] {
text-transform: uppercase;
}
blockquote {
padding: 8.5px 17px;
margin: 0 0 17px;
font-size: 15px;
padding: 9px 18px;
margin: 0 0 18px;
font-size: 16.25px;
border-left: 5px solid #eee;
}
blockquote p:last-child,
@ -682,7 +682,7 @@ blockquote:after {
content: "";
}
address {
margin-bottom: 17px;
margin-bottom: 18px;
font-style: normal;
line-height: 1.42857143;
}
@ -710,9 +710,9 @@ kbd {
}
pre {
display: block;
padding: 8px;
margin: 0 0 8.5px;
font-size: 11px;
padding: 8.5px;
margin: 0 0 9px;
font-size: 12px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
@ -1409,7 +1409,7 @@ th {
}
.table {
width: 100%;
margin-bottom: 17px;
margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
@ -1585,7 +1585,7 @@ table th[class*="col-"] {
@media (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 12.75px;
margin-bottom: 13.5px;
overflow-x: scroll;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
@ -1639,8 +1639,8 @@ legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 17px;
font-size: 18px;
margin-bottom: 18px;
font-size: 19.5px;
line-height: inherit;
color: #333;
border: 0;
@ -1684,16 +1684,16 @@ input[type="checkbox"]:focus {
output {
display: block;
padding-top: 7px;
font-size: 12px;
font-size: 13px;
line-height: 1.42857143;
color: #555;
}
.form-control {
display: block;
width: 100%;
height: 31px;
height: 32px;
padding: 6px 12px;
font-size: 12px;
font-size: 13px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
@ -1735,7 +1735,7 @@ input[type="search"] {
-webkit-appearance: none;
}
input[type="date"] {
line-height: 31px;
line-height: 32px;
}
.form-group {
margin-bottom: 15px;
@ -1743,7 +1743,7 @@ input[type="date"] {
.radio,
.checkbox {
display: block;
min-height: 17px;
min-height: 18px;
padding-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
@ -1794,30 +1794,30 @@ fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.input-sm {
height: 28px;
height: 30px;
padding: 5px 10px;
font-size: 11px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 28px;
line-height: 28px;
height: 30px;
line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.input-lg {
height: 42px;
height: 45px;
padding: 10px 16px;
font-size: 15px;
font-size: 17px;
line-height: 1.33;
border-radius: 6px;
}
select.input-lg {
height: 42px;
line-height: 42px;
height: 45px;
line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
@ -1827,16 +1827,16 @@ select[multiple].input-lg {
position: relative;
}
.has-feedback .form-control {
padding-right: 38.75px;
padding-right: 40px;
}
.has-feedback .form-control-feedback {
position: absolute;
top: 22px;
top: 23px;
right: 0;
display: block;
width: 31px;
height: 31px;
line-height: 31px;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
}
.has-success .help-block,
@ -1972,7 +1972,7 @@ select[multiple].input-lg {
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 24px;
min-height: 25px;
}
.form-horizontal .form-group {
margin-right: -15px;
@ -1994,7 +1994,7 @@ select[multiple].input-lg {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 12px;
font-size: 13px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
@ -2320,21 +2320,21 @@ fieldset[disabled] .btn-link:focus {
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 15px;
font-size: 17px;
line-height: 1.33;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 11px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 11px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
@ -3017,7 +3017,7 @@ input[type="button"].btn-block {
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 12px;
font-size: 13px;
list-style: none;
background-color: #fff;
background-clip: padding-box;
@ -3033,7 +3033,7 @@ input[type="button"].btn-block {
}
.dropdown-menu .divider {
height: 1px;
margin: 7.5px 0;
margin: 8px 0;
overflow: hidden;
background-color: #e5e5e5;
}
@ -3090,7 +3090,7 @@ input[type="button"].btn-block {
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 11px;
font-size: 12px;
line-height: 1.42857143;
color: #999;
}
@ -3313,17 +3313,17 @@ input[type="button"].btn-block {
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 42px;
height: 45px;
padding: 10px 16px;
font-size: 15px;
font-size: 17px;
line-height: 1.33;
border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
height: 42px;
line-height: 42px;
height: 45px;
line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
@ -3336,17 +3336,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: 28px;
height: 30px;
padding: 5px 10px;
font-size: 11px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
height: 28px;
line-height: 28px;
height: 30px;
line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
@ -3374,7 +3374,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
}
.input-group-addon {
padding: 6px 12px;
font-size: 12px;
font-size: 13px;
font-weight: normal;
line-height: 1;
color: #555;
@ -3385,12 +3385,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
}
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 11px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 15px;
font-size: 17px;
border-radius: 6px;
}
.input-group-addon input[type="radio"],
@ -3484,7 +3484,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
}
.nav .nav-divider {
height: 1px;
margin: 7.5px 0;
margin: 8px 0;
overflow: hidden;
background-color: #e5e5e5;
}
@ -3642,7 +3642,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 17px;
margin-bottom: 18px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
@ -3739,9 +3739,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.navbar-brand {
float: left;
height: 50px;
padding: 16.5px 15px;
font-size: 15px;
line-height: 17px;
padding: 16px 15px;
font-size: 17px;
line-height: 18px;
}
.navbar-brand:hover,
.navbar-brand:focus {
@ -3783,12 +3783,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
}
}
.navbar-nav {
margin: 8.25px -15px;
margin: 8px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 17px;
line-height: 18px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
@ -3805,7 +3805,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 17px;
line-height: 18px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
@ -3821,8 +3821,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
float: left;
}
.navbar-nav > li > a {
padding-top: 16.5px;
padding-bottom: 16.5px;
padding-top: 16px;
padding-bottom: 16px;
}
.navbar-nav.navbar-right:last-child {
margin-right: -15px;
@ -3838,9 +3838,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
}
.navbar-form {
padding: 10px 15px;
margin-top: 9.5px;
margin-top: 9px;
margin-right: -15px;
margin-bottom: 9.5px;
margin-bottom: 9px;
margin-left: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
@ -3912,20 +3912,20 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 9.5px;
margin-bottom: 9.5px;
margin-top: 9px;
margin-bottom: 9px;
}
.navbar-btn.btn-sm {
margin-top: 11px;
margin-bottom: 11px;
margin-top: 10px;
margin-bottom: 10px;
}
.navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 16.5px;
margin-bottom: 16.5px;
margin-top: 16px;
margin-bottom: 16px;
}
@media (min-width: 768px) {
.navbar-text {
@ -4111,7 +4111,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 17px;
margin-bottom: 18px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
@ -4130,7 +4130,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.pagination {
display: inline-block;
padding-left: 0;
margin: 17px 0;
margin: 18px 0;
border-radius: 4px;
}
.pagination > li {
@ -4193,7 +4193,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 15px;
font-size: 17px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
@ -4208,7 +4208,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 11px;
font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
@ -4222,7 +4222,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
}
.pager {
padding-left: 0;
margin: 17px 0;
margin: 18px 0;
text-align: center;
list-style: none;
}
@ -4329,7 +4329,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 11px;
font-size: 12px;
font-weight: bold;
line-height: 1;
color: #fff;
@ -4376,7 +4376,7 @@ a.list-group-item.active > .badge,
}
.jumbotron p {
margin-bottom: 15px;
font-size: 18px;
font-size: 20px;
font-weight: 200;
}
.container .jumbotron {
@ -4396,13 +4396,13 @@ a.list-group-item.active > .badge,
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 54px;
font-size: 58.5px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 17px;
margin-bottom: 18px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
@ -4426,7 +4426,7 @@ a.thumbnail.active {
}
.alert {
padding: 15px;
margin-bottom: 17px;
margin-bottom: 18px;
border: 1px solid transparent;
border-radius: 4px;
}
@ -4514,8 +4514,8 @@ a.thumbnail.active {
}
}
.progress {
height: 17px;
margin-bottom: 17px;
height: 18px;
margin-bottom: 18px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
@ -4526,8 +4526,8 @@ a.thumbnail.active {
float: left;
width: 0;
height: 100%;
font-size: 11px;
line-height: 17px;
font-size: 12px;
line-height: 18px;
color: #fff;
text-align: center;
background-color: #428bca;
@ -4754,7 +4754,7 @@ a.list-group-item-danger.active:focus {
line-height: 1.3;
}
.panel {
margin-bottom: 17px;
margin-bottom: 18px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
@ -4776,7 +4776,7 @@ a.list-group-item-danger.active:focus {
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 14px;
font-size: 15px;
color: inherit;
}
.panel-title > a {
@ -4928,7 +4928,7 @@ a.list-group-item-danger.active:focus {
border: 0;
}
.panel-group {
margin-bottom: 17px;
margin-bottom: 18px;
}
.panel-group .panel {
margin-bottom: 0;
@ -5058,7 +5058,7 @@ a.list-group-item-danger.active:focus {
}
.close {
float: right;
font-size: 18px;
font-size: 19.5px;
font-weight: bold;
line-height: 1;
color: #000;
@ -5198,7 +5198,7 @@ button.close {
position: absolute;
z-index: 1030;
display: block;
font-size: 11px;
font-size: 12px;
line-height: 1.4;
visibility: visible;
filter: alpha(opacity=0);
@ -5325,7 +5325,7 @@ button.close {
.popover-title {
padding: 8px 14px;
margin: 0;
font-size: 12px;
font-size: 13px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long