mirror of
https://github.com/statbate/layout.git
synced 2026-08-11 03:12:42 +00:00
update
This commit is contained in:
parent
2016156b1b
commit
f79ad8429e
9 changed files with 1077 additions and 7 deletions
|
|
@ -81,6 +81,58 @@ a:active {
|
|||
grid-gap: 12px;
|
||||
}
|
||||
|
||||
.search_info {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
background: #f5f5f5;
|
||||
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.5);
|
||||
border-radius: 4px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
|
||||
.search_resent,
|
||||
.search_similar {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.search_info table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.search_info th, .search_info td {
|
||||
border: 1px solid #dee2e6;
|
||||
padding-top: 5px
|
||||
}
|
||||
|
||||
.search_result {
|
||||
height: 95px;
|
||||
}
|
||||
|
||||
.search_header {
|
||||
color: #002366;
|
||||
text-align: center;
|
||||
padding: 7px 0;
|
||||
border-radius: 4px 4px 0px 0px;
|
||||
background: white;
|
||||
border: 1px solid #dee2e6;
|
||||
}
|
||||
|
||||
.search_info span {
|
||||
display: block;
|
||||
border-bottom: 1px solid #dee2e6;
|
||||
border-left: 1px solid #dee2e6;
|
||||
border-right: 1px solid #dee2e6;
|
||||
line-height: 1.1;
|
||||
padding: 3px 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.search_info span:nth-child(2n) {
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
.content_activity {
|
||||
flex: 1;
|
||||
min-width: 272px;
|
||||
|
|
@ -482,6 +534,31 @@ input[type="search"]::-webkit-search-cancel-button {
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.highcharts-label-box:focus {
|
||||
outline: black auto 5px !important;
|
||||
}
|
||||
|
||||
.highcharts-label.highcharts-range-input text {
|
||||
color: black !important;
|
||||
fill: black !important;
|
||||
}
|
||||
.highcharts-label.highcharts-range-input text:focus {
|
||||
outline: black auto 5px !important;
|
||||
}
|
||||
|
||||
.highcharts-label-box:focus {
|
||||
outline: black auto 5px !important;
|
||||
}
|
||||
|
||||
.highcharts-button-pressed .highcharts-button-box {
|
||||
fill: #cccccc;
|
||||
}
|
||||
|
||||
input[type=date] {
|
||||
outline: #cccccc auto 5px !important;
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
@media (max-width: 805px) {
|
||||
.promo-block,
|
||||
.dataTables_paginate,
|
||||
|
|
@ -533,6 +610,10 @@ input[type="search"]::-webkit-search-cancel-button {
|
|||
border-bottom: none;
|
||||
}
|
||||
|
||||
.search_info {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue