Skip to content

Commit

Permalink
Refs #136090 - Improve search result spacing and styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Jan 5, 2022
1 parent 6bb3000 commit d5602da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@ div#page-document {
}

div.sui-paging-info {
margin-left: 0.4em;
margin-right: 0.5em;
margin-left: 0.4em;
color: @s-dark-gray;
}

Expand Down Expand Up @@ -1103,6 +1103,7 @@ div#page-document {
overflow: auto;
width: 100%;
padding-bottom: 0.5em;
border-bottom: 1px solid @sf-light-gray;
margin-top: 0.5em;
margin-bottom: 0.5em;
clear: both;
Expand Down Expand Up @@ -1135,7 +1136,7 @@ div#page-document {
width: 100%;

div.meta {
margin-bottom: 5px;
margin-bottom: 0px;
font-size: 12px !important;

span.score {
Expand Down Expand Up @@ -1172,7 +1173,6 @@ div#page-document {
font-size: 10px !important;
}


i.icon {
margin-left: 3px;
background: @sf-light-gray;
Expand Down Expand Up @@ -1218,6 +1218,7 @@ div#page-document {
float: left;

h3 {
margin-bottom: 0px !important;
font-weight: 400;
}

Expand Down

0 comments on commit d5602da

Please sign in to comment.