bootstrap 13px

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

View File

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