|
|
|
@ -285,14 +285,14 @@ img { |
|
|
|
height: auto; } |
|
|
|
|
|
|
|
.img-rounded { |
|
|
|
border-radius: 6px; } |
|
|
|
border-radius: 0; } |
|
|
|
|
|
|
|
.img-thumbnail { |
|
|
|
padding: 4px; |
|
|
|
line-height: 1.428571429; |
|
|
|
background-color: #fff; |
|
|
|
border: 1px solid #ddd; |
|
|
|
border-radius: 4px; |
|
|
|
border-radius: 0; |
|
|
|
transition: all 0.2s ease-in-out; |
|
|
|
display: inline-block; |
|
|
|
max-width: 100%; |
|
|
|
@ -651,14 +651,14 @@ code { |
|
|
|
font-size: 90%; |
|
|
|
color: #c7254e; |
|
|
|
background-color: #f9f2f4; |
|
|
|
border-radius: 4px; } |
|
|
|
border-radius: 0; } |
|
|
|
|
|
|
|
kbd { |
|
|
|
padding: 2px 4px; |
|
|
|
font-size: 90%; |
|
|
|
color: #fff; |
|
|
|
background-color: #333; |
|
|
|
border-radius: 3px; |
|
|
|
border-radius: 0; |
|
|
|
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } |
|
|
|
kbd kbd { |
|
|
|
padding: 0; |
|
|
|
@ -677,7 +677,7 @@ pre { |
|
|
|
color: #333333; |
|
|
|
background-color: #f5f5f5; |
|
|
|
border: 1px solid #ccc; |
|
|
|
border-radius: 4px; } |
|
|
|
border-radius: 0; } |
|
|
|
pre code { |
|
|
|
padding: 0; |
|
|
|
font-size: inherit; |
|
|
|
@ -1503,7 +1503,7 @@ output { |
|
|
|
background-color: #fff; |
|
|
|
background-image: none; |
|
|
|
border: 1px solid #ccc; |
|
|
|
border-radius: 4px; |
|
|
|
border-radius: 0; |
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
|
|
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } |
|
|
|
.form-control:focus { |
|
|
|
@ -1673,7 +1673,7 @@ fieldset[disabled] |
|
|
|
padding: 5px 10px; |
|
|
|
font-size: 12px; |
|
|
|
line-height: 1.5; |
|
|
|
border-radius: 3px; } |
|
|
|
border-radius: 0; } |
|
|
|
|
|
|
|
select.input-sm, .input-group-sm > select.form-control, |
|
|
|
.input-group-sm > select.input-group-addon, |
|
|
|
@ -1695,7 +1695,7 @@ select[multiple].input-sm, |
|
|
|
padding: 5px 10px; |
|
|
|
font-size: 12px; |
|
|
|
line-height: 1.5; |
|
|
|
border-radius: 3px; } |
|
|
|
border-radius: 0; } |
|
|
|
|
|
|
|
.form-group-sm select.form-control { |
|
|
|
height: 30px; |
|
|
|
@ -1719,7 +1719,7 @@ select[multiple].input-sm, |
|
|
|
padding: 10px 16px; |
|
|
|
font-size: 18px; |
|
|
|
line-height: 1.3333333; |
|
|
|
border-radius: 6px; } |
|
|
|
border-radius: 0; } |
|
|
|
|
|
|
|
select.input-lg, .input-group-lg > select.form-control, |
|
|
|
.input-group-lg > select.input-group-addon, |
|
|
|
@ -1741,7 +1741,7 @@ select[multiple].input-lg, |
|
|
|
padding: 10px 16px; |
|
|
|
font-size: 18px; |
|
|
|
line-height: 1.3333333; |
|
|
|
border-radius: 6px; } |
|
|
|
border-radius: 0; } |
|
|
|
|
|
|
|
.form-group-lg select.form-control { |
|
|
|
height: 46px; |
|
|
|
@ -1980,7 +1980,7 @@ select[multiple].input-lg, |
|
|
|
padding: 6px 12px; |
|
|
|
font-size: 14px; |
|
|
|
line-height: 1.428571429; |
|
|
|
border-radius: 4px; |
|
|
|
border-radius: 0; |
|
|
|
-webkit-user-select: none; |
|
|
|
-moz-user-select: none; |
|
|
|
-ms-user-select: none; |
|
|
|
@ -2253,19 +2253,19 @@ fieldset[disabled] a.btn { |
|
|
|
padding: 10px 16px; |
|
|
|
font-size: 18px; |
|
|
|
line-height: 1.3333333; |
|
|
|
border-radius: 6px; } |
|
|
|
border-radius: 0; } |
|
|
|
|
|
|
|
.btn-sm, .btn-group-sm > .btn { |
|
|
|
padding: 5px 10px; |
|
|
|
font-size: 12px; |
|
|
|
line-height: 1.5; |
|
|
|
border-radius: 3px; } |
|
|
|
border-radius: 0; } |
|
|
|
|
|
|
|
.btn-xs, .btn-group-xs > .btn { |
|
|
|
padding: 1px 5px; |
|
|
|
font-size: 12px; |
|
|
|
line-height: 1.5; |
|
|
|
border-radius: 3px; } |
|
|
|
border-radius: 0; } |
|
|
|
|
|
|
|
.btn-block { |
|
|
|
display: block; |
|
|
|
@ -2338,7 +2338,7 @@ tbody.collapse.in { |
|
|
|
background-color: #fff; |
|
|
|
border: 1px solid #ccc; |
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15); |
|
|
|
border-radius: 4px; |
|
|
|
border-radius: 0; |
|
|
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); |
|
|
|
background-clip: padding-box; } |
|
|
|
.dropdown-menu.pull-right { |
|
|
|
@ -2557,16 +2557,16 @@ tbody.collapse.in { |
|
|
|
border-radius: 0; } |
|
|
|
|
|
|
|
.btn-group-vertical > .btn:first-child:not(:last-child) { |
|
|
|
border-top-right-radius: 4px; |
|
|
|
border-top-left-radius: 4px; |
|
|
|
border-top-right-radius: 0; |
|
|
|
border-top-left-radius: 0; |
|
|
|
border-bottom-right-radius: 0; |
|
|
|
border-bottom-left-radius: 0; } |
|
|
|
|
|
|
|
.btn-group-vertical > .btn:last-child:not(:first-child) { |
|
|
|
border-top-right-radius: 0; |
|
|
|
border-top-left-radius: 0; |
|
|
|
border-bottom-right-radius: 4px; |
|
|
|
border-bottom-left-radius: 4px; } |
|
|
|
border-bottom-right-radius: 0; |
|
|
|
border-bottom-left-radius: 0; } |
|
|
|
|
|
|
|
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { |
|
|
|
border-radius: 0; } |
|
|
|
@ -2644,19 +2644,19 @@ tbody.collapse.in { |
|
|
|
text-align: center; |
|
|
|
background-color: #eeeeee; |
|
|
|
border: 1px solid #ccc; |
|
|
|
border-radius: 4px; } |
|
|
|
border-radius: 0; } |
|
|
|
.input-group-addon.input-sm, |
|
|
|
.input-group-sm > .input-group-addon, |
|
|
|
.input-group-sm > .input-group-btn > .input-group-addon.btn { |
|
|
|
padding: 5px 10px; |
|
|
|
font-size: 12px; |
|
|
|
border-radius: 3px; } |
|
|
|
border-radius: 0; } |
|
|
|
.input-group-addon.input-lg, |
|
|
|
.input-group-lg > .input-group-addon, |
|
|
|
.input-group-lg > .input-group-btn > .input-group-addon.btn { |
|
|
|
padding: 10px 16px; |
|
|
|
font-size: 18px; |
|
|
|
border-radius: 6px; } |
|
|
|
border-radius: 0; } |
|
|
|
.input-group-addon input[type="radio"], |
|
|
|
.input-group-addon input[type="checkbox"] { |
|
|
|
margin-top: 0; } |
|
|
|
@ -2751,7 +2751,7 @@ tbody.collapse.in { |
|
|
|
margin-right: 2px; |
|
|
|
line-height: 1.428571429; |
|
|
|
border: 1px solid transparent; |
|
|
|
border-radius: 4px 4px 0 0; } |
|
|
|
border-radius: 0 0 0 0; } |
|
|
|
.nav-tabs > li > a:hover { |
|
|
|
border-color: #eeeeee #eeeeee #ddd; } |
|
|
|
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { |
|
|
|
@ -2764,7 +2764,7 @@ tbody.collapse.in { |
|
|
|
.nav-pills > li { |
|
|
|
float: left; } |
|
|
|
.nav-pills > li > a { |
|
|
|
border-radius: 4px; } |
|
|
|
border-radius: 0; } |
|
|
|
.nav-pills > li + li { |
|
|
|
margin-left: 2px; } |
|
|
|
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { |
|
|
|
@ -2798,7 +2798,7 @@ tbody.collapse.in { |
|
|
|
border-bottom: 0; } |
|
|
|
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { |
|
|
|
margin-right: 0; |
|
|
|
border-radius: 4px; } |
|
|
|
border-radius: 0; } |
|
|
|
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, |
|
|
|
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, |
|
|
|
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { |
|
|
|
@ -2806,7 +2806,7 @@ tbody.collapse.in { |
|
|
|
@media (min-width: 768px) { |
|
|
|
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { |
|
|
|
border-bottom: 1px solid #ddd; |
|
|
|
border-radius: 4px 4px 0 0; } |
|
|
|
border-radius: 0 0 0 0; } |
|
|
|
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, |
|
|
|
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, |
|
|
|
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { |
|
|
|
@ -2835,7 +2835,7 @@ tbody.collapse.in { |
|
|
|
clear: both; } |
|
|
|
@media (min-width: 768px) { |
|
|
|
.navbar { |
|
|
|
border-radius: 4px; } } |
|
|
|
border-radius: 0; } } |
|
|
|
|
|
|
|
.navbar-header:before, .navbar-header:after { |
|
|
|
content: " "; |
|
|
|
@ -2954,7 +2954,7 @@ tbody.collapse.in { |
|
|
|
background-color: transparent; |
|
|
|
background-image: none; |
|
|
|
border: 1px solid transparent; |
|
|
|
border-radius: 4px; } |
|
|
|
border-radius: 0; } |
|
|
|
.navbar-toggle:focus { |
|
|
|
outline: 0; } |
|
|
|
.navbar-toggle .icon-bar { |
|
|
|
@ -3069,8 +3069,8 @@ tbody.collapse.in { |
|
|
|
|
|
|
|
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { |
|
|
|
margin-bottom: 0; |
|
|
|
border-top-right-radius: 4px; |
|
|
|
border-top-left-radius: 4px; |
|
|
|
border-top-right-radius: 0; |
|
|
|
border-top-left-radius: 0; |
|
|
|
border-bottom-right-radius: 0; |
|
|
|
border-bottom-left-radius: 0; } |
|
|
|
|
|
|
|
@ -3227,7 +3227,7 @@ tbody.collapse.in { |
|
|
|
margin-bottom: 20px; |
|
|
|
list-style: none; |
|
|
|
background-color: #f5f5f5; |
|
|
|
border-radius: 4px; } |
|
|
|
border-radius: 0; } |
|
|
|
.breadcrumb > li { |
|
|
|
display: inline-block; } |
|
|
|
.breadcrumb > li + li:before { |
|
|
|
@ -3241,7 +3241,7 @@ tbody.collapse.in { |
|
|
|
display: inline-block; |
|
|
|
padding-left: 0; |
|
|
|
margin: 20px 0; |
|
|
|
border-radius: 4px; } |
|
|
|
border-radius: 0; } |
|
|
|
.pagination > li { |
|
|
|
display: inline; } |
|
|
|
.pagination > li > a, |
|
|
|
@ -3258,12 +3258,12 @@ tbody.collapse.in { |
|
|
|
.pagination > li:first-child > a, |
|
|
|
.pagination > li:first-child > span { |
|
|
|
margin-left: 0; |
|
|
|
border-bottom-left-radius: 4px; |
|
|
|
border-top-left-radius: 4px; } |
|
|
|
border-bottom-left-radius: 0; |
|
|
|
border-top-left-radius: 0; } |
|
|
|
.pagination > li:last-child > a, |
|
|
|
.pagination > li:last-child > span { |
|
|
|
border-bottom-right-radius: 4px; |
|
|
|
border-top-right-radius: 4px; } |
|
|
|
border-bottom-right-radius: 0; |
|
|
|
border-top-right-radius: 0; } |
|
|
|
.pagination > li > a:hover, .pagination > li > a:focus, |
|
|
|
.pagination > li > span:hover, |
|
|
|
.pagination > li > span:focus { |
|
|
|
@ -3299,13 +3299,13 @@ tbody.collapse.in { |
|
|
|
|
|
|
|
.pagination-lg > li:first-child > a, |
|
|
|
.pagination-lg > li:first-child > span { |
|
|
|
border-bottom-left-radius: 6px; |
|
|
|
border-top-left-radius: 6px; } |
|
|
|
border-bottom-left-radius: 0; |
|
|
|
border-top-left-radius: 0; } |
|
|
|
|
|
|
|
.pagination-lg > li:last-child > a, |
|
|
|
.pagination-lg > li:last-child > span { |
|
|
|
border-bottom-right-radius: 6px; |
|
|
|
border-top-right-radius: 6px; } |
|
|
|
border-bottom-right-radius: 0; |
|
|
|
border-top-right-radius: 0; } |
|
|
|
|
|
|
|
.pagination-sm > li > a, |
|
|
|
.pagination-sm > li > span { |
|
|
|
@ -3315,13 +3315,13 @@ tbody.collapse.in { |
|
|
|
|
|
|
|
.pagination-sm > li:first-child > a, |
|
|
|
.pagination-sm > li:first-child > span { |
|
|
|
border-bottom-left-radius: 3px; |
|
|
|
border-top-left-radius: 3px; } |
|
|
|
border-bottom-left-radius: 0; |
|
|
|
border-top-left-radius: 0; } |
|
|
|
|
|
|
|
.pagination-sm > li:last-child > a, |
|
|
|
.pagination-sm > li:last-child > span { |
|
|
|
border-bottom-right-radius: 3px; |
|
|
|
border-top-right-radius: 3px; } |
|
|
|
border-bottom-right-radius: 0; |
|
|
|
border-top-right-radius: 0; } |
|
|
|
|
|
|
|
.pager { |
|
|
|
padding-left: 0; |
|
|
|
@ -3467,7 +3467,7 @@ a.badge:hover, a.badge:focus { |
|
|
|
border-top-color: #d5d5d5; } |
|
|
|
.container .jumbotron, |
|
|
|
.container-fluid .jumbotron { |
|
|
|
border-radius: 6px; |
|
|
|
border-radius: 0; |
|
|
|
padding-left: 15px; |
|
|
|
padding-right: 15px; } |
|
|
|
.jumbotron .container { |
|
|
|
@ -3491,7 +3491,7 @@ a.badge:hover, a.badge:focus { |
|
|
|
line-height: 1.428571429; |
|
|
|
background-color: #fff; |
|
|
|
border: 1px solid #ddd; |
|
|
|
border-radius: 4px; |
|
|
|
border-radius: 0; |
|
|
|
transition: border 0.2s ease-in-out; } |
|
|
|
.thumbnail > img, |
|
|
|
.thumbnail a > img { |
|
|
|
@ -3513,7 +3513,7 @@ a.thumbnail.active { |
|
|
|
padding: 15px; |
|
|
|
margin-bottom: 20px; |
|
|
|
border: 1px solid transparent; |
|
|
|
border-radius: 4px; } |
|
|
|
border-radius: 0; } |
|
|
|
.alert h4 { |
|
|
|
margin-top: 0; |
|
|
|
color: inherit; } |
|
|
|
@ -3629,12 +3629,12 @@ a.thumbnail.active { |
|
|
|
background-color: #fff; |
|
|
|
border: 1px solid #ddd; } |
|
|
|
.list-group-item:first-child { |
|
|
|
border-top-right-radius: 4px; |
|
|
|
border-top-left-radius: 4px; } |
|
|
|
border-top-right-radius: 0; |
|
|
|
border-top-left-radius: 0; } |
|
|
|
.list-group-item:last-child { |
|
|
|
margin-bottom: 0; |
|
|
|
border-bottom-right-radius: 4px; |
|
|
|
border-bottom-left-radius: 4px; } |
|
|
|
border-bottom-right-radius: 0; |
|
|
|
border-bottom-left-radius: 0; } |
|
|
|
|
|
|
|
a.list-group-item, |
|
|
|
button.list-group-item { |
|
|
|
@ -3782,7 +3782,7 @@ button.list-group-item-danger { |
|
|
|
margin-bottom: 20px; |
|
|
|
background-color: #fff; |
|
|
|
border: 1px solid transparent; |
|
|
|
border-radius: 4px; |
|
|
|
border-radius: 0; |
|
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } |
|
|
|
|
|
|
|
.panel-body { |
|
|
|
@ -3796,8 +3796,8 @@ button.list-group-item-danger { |
|
|
|
.panel-heading { |
|
|
|
padding: 10px 15px; |
|
|
|
border-bottom: 1px solid transparent; |
|
|
|
border-top-right-radius: 3px; |
|
|
|
border-top-left-radius: 3px; } |
|
|
|
border-top-right-radius: -1; |
|
|
|
border-top-left-radius: -1; } |
|
|
|
.panel-heading > .dropdown .dropdown-toggle { |
|
|
|
color: inherit; } |
|
|
|
|
|
|
|
@ -3817,8 +3817,8 @@ button.list-group-item-danger { |
|
|
|
padding: 10px 15px; |
|
|
|
background-color: #f5f5f5; |
|
|
|
border-top: 1px solid #ddd; |
|
|
|
border-bottom-right-radius: 3px; |
|
|
|
border-bottom-left-radius: 3px; } |
|
|
|
border-bottom-right-radius: -1; |
|
|
|
border-bottom-left-radius: -1; } |
|
|
|
|
|
|
|
.panel > .list-group, |
|
|
|
.panel > .panel-collapse > .list-group { |
|
|
|
@ -3830,13 +3830,13 @@ button.list-group-item-danger { |
|
|
|
.panel > .list-group:first-child .list-group-item:first-child, |
|
|
|
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { |
|
|
|
border-top: 0; |
|
|
|
border-top-right-radius: 3px; |
|
|
|
border-top-left-radius: 3px; } |
|
|
|
border-top-right-radius: -1; |
|
|
|
border-top-left-radius: -1; } |
|
|
|
.panel > .list-group:last-child .list-group-item:last-child, |
|
|
|
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { |
|
|
|
border-bottom: 0; |
|
|
|
border-bottom-right-radius: 3px; |
|
|
|
border-bottom-left-radius: 3px; } |
|
|
|
border-bottom-right-radius: -1; |
|
|
|
border-bottom-left-radius: -1; } |
|
|
|
|
|
|
|
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { |
|
|
|
border-top-right-radius: 0; |
|
|
|
@ -3860,14 +3860,14 @@ button.list-group-item-danger { |
|
|
|
|
|
|
|
.panel > .table:first-child, |
|
|
|
.panel > .table-responsive:first-child > .table:first-child { |
|
|
|
border-top-right-radius: 3px; |
|
|
|
border-top-left-radius: 3px; } |
|
|
|
border-top-right-radius: -1; |
|
|
|
border-top-left-radius: -1; } |
|
|
|
.panel > .table:first-child > thead:first-child > tr:first-child, |
|
|
|
.panel > .table:first-child > tbody:first-child > tr:first-child, |
|
|
|
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, |
|
|
|
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { |
|
|
|
border-top-left-radius: 3px; |
|
|
|
border-top-right-radius: 3px; } |
|
|
|
border-top-left-radius: -1; |
|
|
|
border-top-right-radius: -1; } |
|
|
|
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, |
|
|
|
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child, |
|
|
|
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, |
|
|
|
@ -3876,7 +3876,7 @@ button.list-group-item-danger { |
|
|
|
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, |
|
|
|
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, |
|
|
|
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { |
|
|
|
border-top-left-radius: 3px; } |
|
|
|
border-top-left-radius: -1; } |
|
|
|
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, |
|
|
|
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child, |
|
|
|
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, |
|
|
|
@ -3885,18 +3885,18 @@ button.list-group-item-danger { |
|
|
|
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, |
|
|
|
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, |
|
|
|
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { |
|
|
|
border-top-right-radius: 3px; } |
|
|
|
border-top-right-radius: -1; } |
|
|
|
|
|
|
|
.panel > .table:last-child, |
|
|
|
.panel > .table-responsive:last-child > .table:last-child { |
|
|
|
border-bottom-right-radius: 3px; |
|
|
|
border-bottom-left-radius: 3px; } |
|
|
|
border-bottom-right-radius: -1; |
|
|
|
border-bottom-left-radius: -1; } |
|
|
|
.panel > .table:last-child > tbody:last-child > tr:last-child, |
|
|
|
.panel > .table:last-child > tfoot:last-child > tr:last-child, |
|
|
|
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, |
|
|
|
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { |
|
|
|
border-bottom-left-radius: 3px; |
|
|
|
border-bottom-right-radius: 3px; } |
|
|
|
border-bottom-left-radius: -1; |
|
|
|
border-bottom-right-radius: -1; } |
|
|
|
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, |
|
|
|
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, |
|
|
|
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, |
|
|
|
@ -3905,7 +3905,7 @@ button.list-group-item-danger { |
|
|
|
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, |
|
|
|
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, |
|
|
|
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { |
|
|
|
border-bottom-left-radius: 3px; } |
|
|
|
border-bottom-left-radius: -1; } |
|
|
|
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, |
|
|
|
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, |
|
|
|
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, |
|
|
|
@ -3914,7 +3914,7 @@ button.list-group-item-danger { |
|
|
|
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, |
|
|
|
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, |
|
|
|
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { |
|
|
|
border-bottom-right-radius: 3px; } |
|
|
|
border-bottom-right-radius: -1; } |
|
|
|
|
|
|
|
.panel > .panel-body + .table, |
|
|
|
.panel > .panel-body + .table-responsive, |
|
|
|
@ -3982,7 +3982,7 @@ button.list-group-item-danger { |
|
|
|
margin-bottom: 20px; } |
|
|
|
.panel-group .panel { |
|
|
|
margin-bottom: 0; |
|
|
|
border-radius: 4px; } |
|
|
|
border-radius: 0; } |
|
|
|
.panel-group .panel + .panel { |
|
|
|
margin-top: 5px; } |
|
|
|
.panel-group .panel-heading { |
|
|
|
@ -4110,7 +4110,7 @@ button.list-group-item-danger { |
|
|
|
margin-bottom: 20px; |
|
|
|
background-color: #f5f5f5; |
|
|
|
border: 1px solid #e3e3e3; |
|
|
|
border-radius: 4px; |
|
|
|
border-radius: 0; |
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } |
|
|
|
.well blockquote { |
|
|
|
border-color: #ddd; |
|
|
|
@ -4118,11 +4118,11 @@ button.list-group-item-danger { |
|
|
|
|
|
|
|
.well-lg { |
|
|
|
padding: 24px; |
|
|
|
border-radius: 6px; } |
|
|
|
border-radius: 0; } |
|
|
|
|
|
|
|
.well-sm { |
|
|
|
padding: 9px; |
|
|
|
border-radius: 3px; } |
|
|
|
border-radius: 0; } |
|
|
|
|
|
|
|
.close { |
|
|
|
float: right; |
|
|
|
@ -7152,7 +7152,7 @@ h1.page-header { |
|
|
|
font-weight: bold; } |
|
|
|
|
|
|
|
.sidebar-logo { |
|
|
|
width: 100px; |
|
|
|
width: 80px; |
|
|
|
margin: auto; } |
|
|
|
|
|
|
|
.nav > li > a { |
|
|
|
@ -7165,7 +7165,8 @@ h1.page-header { |
|
|
|
float: none; |
|
|
|
border-bottom: 1px solid #e7e7e7; |
|
|
|
display: block; |
|
|
|
height: auto; } |
|
|
|
height: auto; |
|
|
|
padding: 10px; } |
|
|
|
|
|
|
|
label.control-label { |
|
|
|
color: #428bca; } |
|
|
|
|