Skip to content

Commit

Permalink
[FRT] Fixed heading size and spacings in history listing
Browse files Browse the repository at this point in the history
See Improvement vufind-org#735
  • Loading branch information
conversion authored and mbeh-ub committed Dec 16, 2016
1 parent 04f2ec8 commit abbc399
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
27 changes: 17 additions & 10 deletions themes/freiburg/css/freiburg2.css
Expand Up @@ -7641,51 +7641,58 @@ body.page-layout-catalog-default:before {
}
}
/* line 2, ../lib/sass/ubfr/rdsui/search/_history.scss */
.history-listing h2 {
font-weight: 700;
font-size: 1em;
line-height: 1.3em;
margin-top: 0;
}
/* line 6, ../lib/sass/ubfr/rdsui/search/_history.scss */
.history-listing .history-block {
padding-bottom: 30px;
}
/* line 4, ../lib/sass/ubfr/rdsui/search/_history.scss */
/* line 8, ../lib/sass/ubfr/rdsui/search/_history.scss */
.history-listing .history-block .default-table {
margin-top: 30px;
}
/* line 6, ../lib/sass/ubfr/rdsui/search/_history.scss */
/* line 10, ../lib/sass/ubfr/rdsui/search/_history.scss */
.history-listing .history-block .default-table th {
display: none;
}
/* line 9, ../lib/sass/ubfr/rdsui/search/_history.scss */
/* line 13, ../lib/sass/ubfr/rdsui/search/_history.scss */
.history-listing .history-block .default-table td {
width: 100%;
display: block;
}

@media only screen and (min-width: 992px) {
/* line 19, ../lib/sass/ubfr/rdsui/search/_history.scss */
/* line 23, ../lib/sass/ubfr/rdsui/search/_history.scss */
.history-listing .default-table.history-table {
width: 100%;
}
/* line 23, ../lib/sass/ubfr/rdsui/search/_history.scss */
/* line 27, ../lib/sass/ubfr/rdsui/search/_history.scss */
.history-listing .default-table.history-table td, .history-listing .default-table.history-table th {
width: inherit;
display: table-cell;
}
/* line 28, ../lib/sass/ubfr/rdsui/search/_history.scss */
/* line 32, ../lib/sass/ubfr/rdsui/search/_history.scss */
.history-listing .default-table.history-table .col-date {
width: 22%;
}
/* line 32, ../lib/sass/ubfr/rdsui/search/_history.scss */
/* line 36, ../lib/sass/ubfr/rdsui/search/_history.scss */
.history-listing .default-table.history-table .col-search {
width: 25%;
}
/* line 36, ../lib/sass/ubfr/rdsui/search/_history.scss */
/* line 40, ../lib/sass/ubfr/rdsui/search/_history.scss */
.history-listing .default-table.history-table .col-limits {
width: 23%;
}
/* line 40, ../lib/sass/ubfr/rdsui/search/_history.scss */
/* line 44, ../lib/sass/ubfr/rdsui/search/_history.scss */
.history-listing .default-table.history-table .col-results {
width: 15%;
text-align: right;
}
/* line 45, ../lib/sass/ubfr/rdsui/search/_history.scss */
/* line 49, ../lib/sass/ubfr/rdsui/search/_history.scss */
.history-listing .default-table.history-table .col-actions {
text-align: center;
width: 15%;
Expand Down
4 changes: 4 additions & 0 deletions themes/freiburg/lib/sass/ubfr/rdsui/search/_history.scss
@@ -1,4 +1,8 @@
.history-listing {
h2 {
@include heading-3;
margin-top: 0;
}
.history-block {
padding-bottom: 30px;
.default-table {
Expand Down

0 comments on commit abbc399

Please sign in to comment.