255 lines
4.3 KiB
CSS
255 lines
4.3 KiB
CSS
.no-result {
|
|
padding: 150px 15px;
|
|
color: #8D99A6;
|
|
}
|
|
.result-list {
|
|
min-height: 400px;
|
|
}
|
|
.sort-selector .dropdown:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.list-filters {
|
|
position: relative;
|
|
}
|
|
.list-filters .sort-selector {
|
|
position: absolute;
|
|
top: 15px;
|
|
right: 15px;
|
|
}
|
|
.show_filters {
|
|
padding: 15px 15px 0px;
|
|
border-bottom: 1px solid #d1d8dd;
|
|
}
|
|
.set-filters {
|
|
padding-bottom: 4px;
|
|
padding-right: 120px;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.set-filters {
|
|
padding-right: 80px;
|
|
}
|
|
}
|
|
.set-filters .btn {
|
|
margin-bottom: 10px;
|
|
}
|
|
.set-filters .btn-group {
|
|
margin-right: 10px;
|
|
}
|
|
.set-filters .btn-group .btn-default {
|
|
background-color: transparent;
|
|
border: 1px solid #d1d8dd;
|
|
color: #8D99A6;
|
|
}
|
|
.filter-box {
|
|
border-top: 1px solid #d1d8dd;
|
|
padding: 10px 15px 3px;
|
|
}
|
|
.filter-box .remove-filter {
|
|
margin-top: 6px;
|
|
margin-left: 15px;
|
|
}
|
|
.filter-box .filter_field {
|
|
padding-right: 15px;
|
|
width: calc(64%);
|
|
}
|
|
.filter-box .filter_field .frappe-control {
|
|
position: relative;
|
|
}
|
|
.ui-autocomplete .filter-field-select {
|
|
cursor: pointer;
|
|
}
|
|
.ui-autocomplete .filter-field-select p {
|
|
margin: 5px;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.filter-box .row > div[class*="col-sm-"] {
|
|
padding-right: 0px;
|
|
}
|
|
.filter_field {
|
|
width: 65% !important;
|
|
}
|
|
.filter_field .frappe-control {
|
|
position: relative;
|
|
}
|
|
}
|
|
.list-row {
|
|
padding: 9px 15px;
|
|
border-bottom: 1px solid #d1d8dd;
|
|
cursor: pointer;
|
|
transition: color 0.2s;
|
|
-webkit-transition: color 0.2s;
|
|
}
|
|
.list-row .h6 {
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
}
|
|
.list-row-head {
|
|
background-color: #F7FAFC;
|
|
border-bottom: 1px solid #d1d8dd !important;
|
|
}
|
|
.list-row:hover,
|
|
.grid-row:hover {
|
|
background-color: #F7FAFC;
|
|
}
|
|
.no-hover:hover {
|
|
background-color: transparent !important;
|
|
}
|
|
.list-row:last-child {
|
|
border-bottom: 0px;
|
|
}
|
|
.list-row-head {
|
|
background-color: #F7FAFC;
|
|
border-bottom: 1px solid #d1d8dd !important;
|
|
}
|
|
.list-row .h6 {
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
}
|
|
.list-item-col {
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
height: 30px;
|
|
padding-top: 3px;
|
|
}
|
|
.list-paging-area {
|
|
padding: 10px 15px;
|
|
border-top: 1px solid #d1d8dd;
|
|
}
|
|
.list-value {
|
|
vertical-align: middle;
|
|
}
|
|
.progress {
|
|
height: 10px;
|
|
}
|
|
.doclist-row {
|
|
font-size: 12px;
|
|
}
|
|
.doclist-row .likes-count {
|
|
display: inline-block;
|
|
width: 15px;
|
|
margin-left: -5px;
|
|
color: #8D99A6;
|
|
font-size: 12px;
|
|
}
|
|
.doclist-row .docstatus .octicon {
|
|
font-size: 12px;
|
|
}
|
|
.doclist-row .progress {
|
|
margin-top: 12px;
|
|
}
|
|
.filterable {
|
|
cursor: pointer;
|
|
}
|
|
.doclist-row .label {
|
|
margin-right: 8px;
|
|
}
|
|
.list-info-row {
|
|
float: left;
|
|
margin-top: 1px;
|
|
}
|
|
.list-row-right .modified {
|
|
margin-top: 3px;
|
|
}
|
|
.list-row-right .list-row-modified {
|
|
margin-right: 9px;
|
|
margin-top: 3px;
|
|
}
|
|
.list-row-right {
|
|
margin-top: -2px;
|
|
margin-bottom: -4px;
|
|
}
|
|
.list-row-right .indicator {
|
|
margin-left: 10px;
|
|
margin-right: -5px;
|
|
}
|
|
.side-panel {
|
|
border-bottom: 1px solid #d1d8dd;
|
|
margin: 0px -15px;
|
|
padding: 5px 15px;
|
|
}
|
|
.listview-main-section .octicon-heart {
|
|
cursor: pointer;
|
|
}
|
|
.list-row-head .octicon-heart {
|
|
margin-right: 13px;
|
|
}
|
|
.like-action.octicon-heart {
|
|
color: #ff5858;
|
|
}
|
|
.list-id {
|
|
font-weight: bold;
|
|
}
|
|
.list-id.seen {
|
|
font-weight: normal;
|
|
}
|
|
.list-col {
|
|
height: 20px;
|
|
}
|
|
.list-value {
|
|
vertical-align: middle;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.doclist-row {
|
|
font-size: 14px;
|
|
}
|
|
.doclist-row [type='checkbox'] {
|
|
display: none;
|
|
}
|
|
.doclist-row .list-row-right .list-row-modified {
|
|
display: none;
|
|
}
|
|
}
|
|
.list-comment-count {
|
|
display: inline-block;
|
|
width: 37px;
|
|
text-align: left;
|
|
}
|
|
.image-view {
|
|
float: left;
|
|
}
|
|
.image-view-subject {
|
|
padding: inherit;
|
|
}
|
|
.image-view-col {
|
|
padding-bottom: 5px;
|
|
padding-top: 5px;
|
|
}
|
|
.image-view-col a {
|
|
text-decoration: none !important;
|
|
}
|
|
table.field-info {
|
|
opacity: 0;
|
|
bottom: -20px;
|
|
font-size: 8pt;
|
|
color: white;
|
|
background-color: #36414C;
|
|
position: absolute;
|
|
padding-bottom: 0px !important;
|
|
border: 0px;
|
|
}
|
|
table.field-info tr td {
|
|
border: none !important;
|
|
}
|
|
.zoom-view {
|
|
top: 10px !important;
|
|
right: 10px !important;
|
|
width: 36px;
|
|
height: 36px;
|
|
opacity: 0;
|
|
font-size: 16px;
|
|
color: #36414C;
|
|
position: absolute;
|
|
padding: 0px !important;
|
|
border-radius: 5px;
|
|
border: 0px;
|
|
}
|
|
.image-field {
|
|
background-size: contain;
|
|
position: relative;
|
|
}
|
|
.image-field:hover .field-info {
|
|
opacity: 0.7;
|
|
}
|
|
.image-field:hover .zoom-view {
|
|
opacity: 0.6;
|
|
}
|