Skip to content

Commit

Permalink
Fix sidebar layout on account pages
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-stoehr committed Sep 13, 2023
1 parent d145674 commit 1b23ac5
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions themes/belugax_hcu/css/compiled.css
Original file line number Diff line number Diff line change
Expand Up @@ -13645,7 +13645,7 @@ h3.belugax-sidebar-headline i {
margin: 0 15px !important;
}

.template-dir-myresearch .mainbody, .template-dir-record .mainbody {
.template-dir-myresearch .mainbody, .template-dir-record .mainbody, .template-dir-holds .mainbody {
margin: 0px !important;
padding: 0px !important;
}
Expand Down Expand Up @@ -13685,7 +13685,8 @@ h3.belugax-sidebar-headline i {
border: 1px solid #fff;
}

.template-dir-myresearch .sidebar .belugax-item-nav {
.template-dir-myresearch .sidebar .belugax-item-nav,
.template-dir-holds .sidebar .belugax-item-nav {
padding: 0px;
}

Expand Down Expand Up @@ -14103,32 +14104,38 @@ button.badge {
}

.template-dir-myresearch .mainbody,
.template-dir-record .mainbody {
.template-dir-record .mainbody,
.template-dir-holds .mainbody {
padding: 0 20px 0 20px;
border-radius: 10px;
background: #fff;
margin-left: -15px;
}

.template-dir-myresearch .belugax-item-nav {
.template-dir-myresearch .belugax-item-nav,
.template-dir-holds .belugax-item-nav {
text-align: left;
padding-left: 0px;
padding-right: 0px;
}

.template-dir-myresearch .sidebar a {
.template-dir-myresearch .sidebar a,
.template-dir-holds .sidebar a {
color: #000 !important;
}

.template-dir-myresearch .sidebar a:hover {
.template-dir-myresearch .sidebar a:hover,
.template-dir-holds .sidebar a:hover {
color: #000 !important;
}

.template-dir-myresearch .sidebar a.active {
.template-dir-myresearch .sidebar a.active,
.template-dir-holds .sidebar a.active {
color: #e4e4e4 !important;
}

.template-dir-myresearch .sidebar a.active:hover {
.template-dir-myresearch .sidebar a.active:hover,
.template-dir-holds .sidebar a.active:hover {
color: #e4e4e4 !important;
}

Expand Down

0 comments on commit 1b23ac5

Please sign in to comment.