Skip to content

Commit

Permalink
font size fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rawOrlando committed Nov 6, 2023
1 parent 82f15a5 commit 68ef607
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
25 changes: 23 additions & 2 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
clear: none;
}


body {
background: none;
padding: 0;
min-width: 1080px;
background-color: #707070;
font: 0.7em Verdana, "Lucida Grande", "Lucida Sans Unicode", "Arial Unicode MS", Arial, sans-serif;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.4;
margin: 0;

Expand Down Expand Up @@ -433,3 +433,24 @@ div.accordian {
margin-top: 10px;
margin-bottom: 10px;
}

.dl-invert dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-invert dd {
margin-left: 180px;
}
/* default values to not use general row css */
.dl-invert.row {
display: block;
flex-wrap: nowrap;
margin-right: 0px;
margin-left: 0px;
}

7 changes: 6 additions & 1 deletion app/assets/stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ span.page.current {
}

#facets {
font-size: 73%;
font-size: 93%;
padding: 1em 0 0 1em;
}

Expand Down Expand Up @@ -819,6 +819,11 @@ body {
min-width: 1080px;
}

body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
}

table {
border-collapse: separate;
}
Expand Down

0 comments on commit 68ef607

Please sign in to comment.