From b095dc5f56020431731e65ae03848cf711b9ded4 Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Thu, 12 Mar 2020 12:45:46 -0400 Subject: [PATCH] Fix record header size. --- themes/bootstrap3/less/components/record.less | 38 ------------------- 1 file changed, 38 deletions(-) diff --git a/themes/bootstrap3/less/components/record.less b/themes/bootstrap3/less/components/record.less index a6c4d247f27..370f62c40c8 100644 --- a/themes/bootstrap3/less/components/record.less +++ b/themes/bootstrap3/less/components/record.less @@ -132,41 +132,3 @@ /* ------ Relais ------ */ .relaisLink { display: inline-block; } - -/* ------ Collection ------ */ -.collection-list-controls { - display: flex; - flex-flow: row wrap; - - .collection-control { - white-space: nowrap; - margin: 0 0.5rem 0 0; - } -} -.collectionDetails .active-filters .filters { - padding: 0 0 5px 0; -} -.collection-list-results { - margin-top: 0.5rem; -} - -/* ------ Tabs ------ */ -.tab-pane::after { - display: table; - clear: both; - content: ""; -} -.tab-pane .result { - margin-left: 0; -} - -/* ------ OpenURL Links ------ */ -.openurls { - .openurl-notes { - display: block; - font-style: italic; - } - .openurl-authentication { - display: block; - } -} \ No newline at end of file -- GitLab