Skip to content
Snippets Groups Projects
Commit cfa5765e authored by André Lahmann's avatar André Lahmann
Browse files

Revert "refs #17375 [finc, VF5.1, BARF] improves print setting"

This reverts commit 151d71d8.
parent 96321fe5
No related merge requests found
@import '../../finc/scss/print';
.hidden-print,
.hidden-print *,
.hidden-print[class*=span],
.nav-tabs li:not(.active),
.recordTabs.tabs,
img.nocover,
img.recordcover {
display: none
}
.main .container,
.main .container-fluid,
.nav-tabs,
.nav-tabs li.active,
.nav-tabs > li,
.nav-tabs > li.active > a,
.panel, .tab-content,
.table,
footer .container {
border: 0
}
#content,
.mainbody, body {
padding-top: 0
}
.nav-tabs li.active {
font-size: 120%;
font-weight: 700
}
.tab-content > .tab-pane {
display: block;
float: none;
padding: 0
}
.row-fluid .span9 {
margin: auto;
width: 90%
}
#content,
.container,
.footer {
width: 100%
}
a {
pointer-events: none;
cursor: default
}
a[href]:after {
content: ''
}
.media-left, .pagination, .result-body .result-formats .label.SID48 {
display: none
}
.container {
margin: 0
}
.mainbody {
width: auto
}
.result .media-left {
min-width: auto
}
.result .ajaxItem {
width: 100%
}
.result .left {
width: 30%
}
.result .middle {
width: 70%
}
.result .right {
width: 0
}
.result-body {
width: auto !important
}
.row.result:nth-of-type(2n) {
background: #fff
}
.record img,
.result img {
overflow: hidden !important
}
.record-tabs table {
width: auto
}
.record-tabs .nav-tabs {
background-color: #fff
}
.record-tabs .nav-tabs li.active > a {
border-top: 0;
padding-left: 8px
}
.tab-content {
padding: 0
}
.record-tabs.collection .result {
padding-left: 0
}
.result .record-number {
color: #a9a9a9 !important;
font-size: 1em;
padding-top: 4px;
text-align: left
}
.holding-info .collapse {
display: block !important
}
.template-name-view h3:first-of-type {
margin-left: 10px
}
.accordion-toggler {
border: 0;
padding-left: 8px
}
.accordion-toggler[aria-expanded=false]::after,
.accordion-toggler[aria-expanded=true]::after {
display: none
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
border-top: 0;
padding: 2px 8px
}
.list-group-item.title,
.result.embedded .title.getFull.expanded,
.result.embedded .title.loading,
.result.embedded .title.getFull.expanded,
.result.embedded .title.loading,
.result:nth-of-type(2n),
.table > tbody > tr:nth-of-type(2n+1) {
background-color: #fff
}
.status span span {
background-color: inherit
}
\ No newline at end of file
...@@ -97,25 +97,4 @@ a[href]:after { ...@@ -97,25 +97,4 @@ a[href]:after {
.print-full-width {} .print-full-width {}
.result .format {
border-color: transparent;
clear: both;
display: block;
font-size: 100%;
margin-top: 0;
padding: 0;
}
.alert {
border-color: 0;
margin-bottom: 0;
padding: 0;
}
.status .label {
border: 0;
clear: both;
display: block;
text-align: left;
}
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment