vendor/assets/stylesheets/bootstrap/bootstrap.css in jombo-0.0.1.beta24 vs vendor/assets/stylesheets/bootstrap/bootstrap.css in jombo-0.0.1.beta25

- old
+ new

@@ -4,99 +4,12 @@ * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Thu 19 Jan 2012 22:27:04 GMT + * Date: Mon Jan 23 15:15:08 PST 2012 */ -html, body { - margin: 0; - padding: 0; -} -h1, -h2, -h3, -h4, -h5, -h6, -p, -blockquote, -pre, -a, -abbr, -acronym, -address, -cite, -code, -del, -dfn, -em, -img, -q, -s, -samp, -small, -strike, -strong, -sub, -sup, -tt, -var, -dd, -dl, -dt, -li, -ol, -ul, -fieldset, -form, -label, -legend, -button, -table, -caption, -tbody, -tfoot, -thead, -tr, -th, -td { - margin: 0; - padding: 0; - border: 0; - font-weight: normal; - font-style: normal; - font-size: 100%; - line-height: 1; - font-family: inherit; -} -table { - max-width: 100%; - border-collapse: collapse; - border-spacing: 0; -} -ol, ul { - list-style: none; -} -q:before, -q:after, -blockquote:before, -blockquote:after { - content: ""; -} -html { - overflow-y: scroll; - font-size: 100%; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; -} -a:focus { - outline: thin dotted; -} -a:hover, a:active { - outline: 0; -} article, aside, details, figcaption, figure, @@ -113,10 +26,21 @@ *zoom: 1; } audio:not([controls]) { display: none; } +html { + font-size: 100%; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} +a:focus { + outline: thin dotted; +} +a:hover, a:active { + outline: 0; +} sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; @@ -226,12 +150,10 @@ .fluid-content { float: left; width: 100%; } a { - font-weight: inherit; - line-height: inherit; color: #0088cc; text-decoration: none; } a:hover { color: #005580; @@ -320,11 +242,11 @@ } .offset11 { margin-left: 900px; } p { - margin-bottom: 9px; + margin: 0 0 9px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px; } p small { @@ -335,20 +257,22 @@ h2, h3, h4, h5, h6 { + margin: 0; font-weight: bold; color: #333333; text-rendering: optimizelegibility; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { + font-weight: normal; color: #999999; } h1 { font-size: 30px; line-height: 36px; @@ -386,10 +310,11 @@ font-size: 11px; color: #999999; text-transform: uppercase; } ul, ol { + padding: 0; margin: 0 0 9px 25px; } ul ul, ul ol, ol ol, @@ -423,20 +348,17 @@ } hr { margin: 18px 0; border: 0; border-top: 1px solid #e5e5e5; - border-bottom: 1px solid #fff; + border-bottom: 1px solid #ffffff; } strong { - font-style: inherit; font-weight: bold; } em { font-style: italic; - font-weight: inherit; - line-height: inherit; } .muted { color: #999999; } abbr { @@ -444,13 +366,13 @@ text-transform: uppercase; border-bottom: 1px dotted #ddd; cursor: help; } blockquote { - padding-left: 15px; - margin-bottom: 18px; - border-left: 5px solid #eee; + padding: 0 0 0 15px; + margin: 0 0 18px; + border-left: 5px solid #eeeeee; } blockquote p { margin-bottom: 0; font-size: 16px; font-weight: 300; @@ -467,19 +389,26 @@ blockquote.pull-right { float: right; padding-left: 0; padding-right: 15px; border-left: 0; - border-right: 5px solid #eee; + border-right: 5px solid #eeeeee; } blockquote.pull-right p, blockquote.pull-right small { text-align: right; } +q:before, +q:after, +blockquote:before, +blockquote:after { + content: ""; +} address { display: block; margin-bottom: 18px; line-height: 18px; + font-style: normal; } code, pre { padding: 0 3px 2px; font-family: Menlo, Monaco, "Courier New", monospace; font-size: 12px; @@ -513,30 +442,44 @@ } pre code { padding: 0; background-color: transparent; } +small { + font-size: 100%; +} +cite { + font-style: normal; +} form { - margin-bottom: 18px; + margin: 0 0 18px; } +fieldset { + padding: 0; + margin: 0; + border: 0; +} legend { display: block; width: 100%; + padding: 0; margin-bottom: 27px; font-size: 19.5px; line-height: 36px; color: #333333; + border: 0; border-bottom: 1px solid #eee; -webkit-margin-collapse: separate; } label, input, +button, select, textarea { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: normal; - font-weight: 13px; + font-size: 13px; + font-weight: normal; line-height: 18px; } label { display: block; margin-bottom: 5px; @@ -808,15 +751,15 @@ .control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on { color: #468847; background-color: #bcddbc; border-color: #468847; } -input:invalid, textarea:invalid, select:invalid { +input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid { color: #b94a48; border-color: #ee5f5b; } -input:invalid:focus, textarea:invalid:focus, select:invalid:focus { +input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus { border-color: #e9322d; -webkit-box-shadow: 0 0 6px #f8b9b7; -moz-box-shadow: 0 0 6px #f8b9b7; box-shadow: 0 0 6px #f8b9b7; } @@ -951,10 +894,13 @@ } .form-search label, .form-inline label { display: inline-block; } .control-group { + margin-bottom: 9px; +} +.form-horizontal .control-group { margin-bottom: 18px; } .form-horizontal .control-group > label { float: left; width: 140px; @@ -965,10 +911,15 @@ margin-left: 160px; } .form-horizontal .form-actions { padding-left: 160px; } +table { + max-width: 100%; + border-collapse: collapse; + border-spacing: 0; +} .table { width: 100%; margin-bottom: 18px; } .table th, .table td { @@ -1099,11 +1050,11 @@ content: ""; float: right; margin-top: 7px; border-width: 0 4px 4px; border-style: solid; - border-color: #000 transparent; + border-color: #000000 transparent; visibility: hidden; } table .headerSortUp, table .headerSortDown { background-color: #f7f7f9; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); @@ -1119,11 +1070,11 @@ } table .headerSortUp:after { border-bottom: none; border-left: 4px solid transparent; border-right: 4px solid transparent; - border-top: 4px solid #000; + border-top: 4px solid #000000; visibility: visible; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; filter: alpha(opacity=60); @@ -1389,11 +1340,11 @@ background-position: -288px -96px; } .arrow-down { background-position: -312px -96px; } -.share { +.share-alt { background-position: -336px -96px; } .resize-full { background-position: -360px -96px; } @@ -1418,11 +1369,11 @@ height: 0; text-indent: -99999px; vertical-align: top; border-left: 4px solid transparent; border-right: 4px solid transparent; - border-top: 4px solid #000; + border-top: 4px solid #000000; filter: alpha(opacity=30); -moz-opacity: 0.3; opacity: 0.3; content: "\2193"; } @@ -1436,11 +1387,11 @@ -moz-opacity: 1; opacity: 1; } .dropdown-menu { position: absolute; - top: 40px; + top: 100%; z-index: 1000; float: left; display: none; min-width: 160px; max-width: 220px; @@ -1481,11 +1432,11 @@ line-height: 18px; color: #555555; white-space: nowrap; } .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover { - color: #fff; + color: #ffffff; text-decoration: none; background-color: #0088cc; } .dropdown.open .dropdown-toggle { color: #ffffff; @@ -1570,11 +1521,11 @@ .nav > li > a { display: block; } .nav > li > a:hover { text-decoration: none; - background-color: #eee; + background-color: #eeeeee; } .nav.list { padding-left: 14px; padding-right: 14px; margin-bottom: 0; @@ -1636,11 +1587,11 @@ -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; } .tabs > li > a:hover { - border-color: #eee #eee #ddd; + border-color: #eeeeee #eeeeee #dddddd; } .tabs > .active > a, .tabs > .active > a:hover { color: #555555; background-color: #ffffff; border: 1px solid #ddd; @@ -1694,11 +1645,11 @@ } .pills.stacked > li:last-child > a { margin-bottom: 1px; } .pills .dropdown-menu, .tabs .dropdown-menu { - top: 33px; + margin-top: 1px; border-width: 1px; } .pills .dropdown-menu { -webkit-border-radius: 4px; -moz-border-radius: 4px; @@ -1710,29 +1661,29 @@ } .tabs .dropdown-toggle:hover .caret, .pills .dropdown-toggle:hover .caret { border-top-color: #005580; } .tabs .active .dropdown-toggle .caret, .pills .active .dropdown-toggle .caret { - border-top-color: #333; + border-top-color: #333333; } .nav > .dropdown.active > a:hover { - color: #000; + color: #000000; cursor: pointer; } .tabs .open .dropdown-toggle, .pills .open .dropdown-toggle, .nav > .open.active > a:hover { - color: #fff; - background-color: #999; - border-color: #999; + color: #ffffff; + background-color: #999999; + border-color: #999999; } .nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret { - border-top-color: #fff; + border-top-color: #ffffff; filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; } .tabs.stacked .open > a:hover { - border-color: #999; + border-color: #999999; } .tabbable { *zoom: 1; } .tabbable:before, .tabbable:after { @@ -1788,11 +1739,11 @@ -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; } .tabs-left .tabs > li > a:hover { - border-color: #eee #ddd #eee #eee; + border-color: #eeeeee #dddddd #eeeeee #eeeeee; } .tabs-left .tabs .active > a, .tabs-left .tabs .active > a:hover { border-color: #ddd transparent #ddd #ddd; } .tabs-right .tabs { @@ -1805,11 +1756,11 @@ -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } .tabs-right .tabs > li > a:hover { - border-color: #eee #eee #eee #ddd; + border-color: #eeeeee #eeeeee #eeeeee #dddddd; } .tabs-right .tabs .active > a, .tabs-right .tabs .active > a:hover { border-color: #ddd #ddd #ddd transparent; } .navbar { @@ -1959,27 +1910,27 @@ text-decoration: none; } .navbar .nav .active > a { color: #ffffff; text-decoration: none; - background-color: #222; + background-color: #222222; background-color: rgba(0, 0, 0, 0.5); } .navbar .vertical-divider { height: 40px; width: 1px; margin: 0 5px; overflow: hidden; - background-color: #222; + background-color: #222222; border-right: 1px solid #444; } .navbar .nav.pull-right { margin-left: 10px; margin-right: 0; } .navbar .dropdown-menu { - top: 41px; + margin-top: 1px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .navbar .dropdown-menu:before { @@ -1996,28 +1947,28 @@ .navbar .dropdown-menu:after { content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; - border-bottom: 6px solid #fff; + border-bottom: 6px solid #ffffff; position: absolute; top: -6px; left: 10px; } .navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret { - border-top-color: #fff; + border-top-color: #ffffff; } .navbar .nav .active .caret { filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; } .navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle { background-color: transparent; } .navbar .nav .active > .dropdown-toggle:hover { - color: #fff; + color: #ffffff; } .navbar .nav.pull-right .dropdown-menu { right: 0; } .navbar .nav.pull-right .dropdown-menu:before { @@ -2297,11 +2248,11 @@ border-right: 5px solid #000000; } .tooltip-inner { max-width: 200px; padding: 3px 8px; - color: white; + color: #ffffff; text-align: center; text-decoration: none; background-color: #000000; -webkit-border-radius: 4px; -moz-border-radius: 4px; @@ -2458,11 +2409,11 @@ .btn { display: inline-block; padding: 5px 10px 6px; font-size: 13px; line-height: normal; - color: #333; + color: #333333; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); background-color: #e6e6e6; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6); @@ -2548,11 +2499,11 @@ } .btn.small { padding: 7px 9px 7px; font-size: 11px; } -:root .alert-message, :root .btn { +:root .btn { border-radius: 0 \0; } button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { padding: 0; border: 0; @@ -2626,11 +2577,11 @@ -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), 0 1px 2px rgba(0, 0, 0, 0.05); } .btn-group.open .dropdown-menu { display: block; - top: 30px; + margin-top: 1px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .btn-group.open .dropdown-menu.large { @@ -2648,11 +2599,11 @@ } .primary .caret, .danger .caret, .info .caret, .success .caret { - border-top-color: #fff; + border-top-color: #ffffff; filter: alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; } .alert { @@ -2721,11 +2672,11 @@ .thumbnails:after { clear: both; } .thumbnails > li { float: left; - margin: 0 0 20px 20px; + margin: 0 0 18px 20px; } .thumbnail { display: block; padding: 4px; line-height: 1; @@ -2991,37 +2942,37 @@ font-size: 60px; font-weight: 100; line-height: 30px; color: #ccc; text-align: center; - background: #999; + background: #999999; background: rgba(0, 0, 0, 0.5); -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; } .carousel-control.right { left: auto; right: 15px; } .carousel-control:hover { - color: #fff; + color: #ffffff; text-decoration: none; - background: #333; + background: #333333; background: rgba(0, 0, 0, 0.75); } .carousel-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 10px 15px 5px; - background: #333; + background: #333333; background: rgba(0, 0, 0, 0.75); } .carousel-caption h4, .carousel-caption p { - color: #fff; + color: #ffffff; } .pull-right { float: right; } .pull-left { @@ -3110,14 +3061,15 @@ } .form-horizontal .form-actions { padding-left: 0; } .modal { - position: fixed; + position: absolute; top: 20px; left: 20px; right: 20px; width: auto; + margin: 0; } .modal.fade.in { top: auto; } .modal-header .close { \ No newline at end of file