X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fthemes%2Fcosmo.css;h=9b837545353535a1fad0159ce3e917320c4e94b5;hb=4902629282f25e0516a6929b2617d52365534630;hp=226f1b7be693500555e8f693fd0b50edb06e9c86;hpb=39c82ba0d3bacb5e13c981170b1408996abb8714;p=gruntmaster-page.git diff --git a/css/themes/cosmo.css b/css/themes/cosmo.css index 226f1b7..9b83754 100644 --- a/css/themes/cosmo.css +++ b/css/themes/cosmo.css @@ -1,7 +1,7 @@ /*! - * bootswatch v3.3.1+2 + * bootswatch v3.3.2 * Homepage: http://bootswatch.com - * Copyright 2012-2014 Thomas Park + * Copyright 2012-2015 Thomas Park * Licensed under MIT * Based on Bootstrap */ @@ -1499,7 +1499,7 @@ th { .table-bordered > thead > tr > td { border-bottom-width: 2px; } -.table-striped > tbody > tr:nth-child(odd) { +.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } .table-hover > tbody > tr:hover { @@ -1786,13 +1786,21 @@ input[type="search"] { input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, - input[type="month"].input-sm { + input[type="month"].input-sm, + .input-group-sm input[type="date"], + .input-group-sm input[type="time"], + .input-group-sm input[type="datetime-local"], + .input-group-sm input[type="month"] { line-height: 31px; } input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, - input[type="month"].input-lg { + input[type="month"].input-lg, + .input-group-lg input[type="date"], + .input-group-lg input[type="time"], + .input-group-lg input[type="datetime-local"], + .input-group-lg input[type="month"] { line-height: 64px; } } @@ -1870,7 +1878,21 @@ fieldset[disabled] .checkbox label { padding-left: 0; padding-right: 0; } -.input-sm, +.input-sm { + height: 31px; + padding: 5px 10px; + font-size: 13px; + line-height: 1.5; + border-radius: 0; +} +select.input-sm { + height: 31px; + line-height: 31px; +} +textarea.input-sm, +select[multiple].input-sm { + height: auto; +} .form-group-sm .form-control { height: 31px; padding: 5px 10px; @@ -1878,36 +1900,56 @@ fieldset[disabled] .checkbox label { line-height: 1.5; border-radius: 0; } -select.input-sm, select.form-group-sm .form-control { height: 31px; line-height: 31px; } -textarea.input-sm, textarea.form-group-sm .form-control, -select[multiple].input-sm, select[multiple].form-group-sm .form-control { height: auto; } -.input-lg, +.form-group-sm .form-control-static { + height: 31px; + padding: 5px 10px; + font-size: 13px; + line-height: 1.5; +} +.input-lg { + height: 64px; + padding: 18px 30px; + font-size: 19px; + line-height: 1.3333333; + border-radius: 0; +} +select.input-lg { + height: 64px; + line-height: 64px; +} +textarea.input-lg, +select[multiple].input-lg { + height: auto; +} .form-group-lg .form-control { height: 64px; padding: 18px 30px; font-size: 19px; - line-height: 1.33; + line-height: 1.3333333; border-radius: 0; } -select.input-lg, select.form-group-lg .form-control { height: 64px; line-height: 64px; } -textarea.input-lg, textarea.form-group-lg .form-control, -select[multiple].input-lg, select[multiple].form-group-lg .form-control { height: auto; } +.form-group-lg .form-control-static { + height: 64px; + padding: 18px 30px; + font-size: 19px; + line-height: 1.3333333; +} .has-feedback { position: relative; } @@ -2116,7 +2158,7 @@ select[multiple].form-group-lg .form-control { } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { - padding-top: 24.94px; + padding-top: 24.9999994px; } } @media (min-width: 768px) { @@ -2484,7 +2526,7 @@ fieldset[disabled] .btn-link:focus { .btn-lg { padding: 18px 30px; font-size: 19px; - line-height: 1.33; + line-height: 1.3333333; border-radius: 0; } .btn-sm { @@ -2558,6 +2600,7 @@ tbody.collapse.in { border-right: 4px solid transparent; border-left: 4px solid transparent; } +.dropup, .dropdown { position: relative; } @@ -2676,7 +2719,7 @@ tbody.collapse.in { .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; - margin-bottom: 1px; + margin-bottom: 2px; } @media (min-width: 768px) { .navbar-right .dropdown-menu { @@ -3090,6 +3133,28 @@ a.list-group-item-danger.active:focus { margin-bottom: 0; line-height: 1.3; } +.well { + min-height: 20px; + padding: 19px; + margin-bottom: 20px; + background-color: #f5f5f5; + border: 1px solid #e3e3e3; + border-radius: 0; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); +} +.well blockquote { + border-color: #ddd; + border-color: rgba(0, 0, 0, 0.15); +} +.well-lg { + padding: 24px; + border-radius: 0; +} +.well-sm { + padding: 9px; + border-radius: 0; +} .close { float: right; font-size: 22.5px;