Skip to content

Commit

Permalink
Merge pull request #2912 from cweider/web-chores
Browse files Browse the repository at this point in the history
chore(html): visual improvements
  • Loading branch information
mlissner authored Jul 19, 2023
2 parents 140030d + 5b07e83 commit dfc50a2
Show file tree
Hide file tree
Showing 9 changed files with 73 additions and 1,326 deletions.
37 changes: 25 additions & 12 deletions cl/assets/static-global/css/override.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,30 @@ header {

.navbar {
margin-bottom: 0;
border-bottom: 1px solid #e7e7e7;
border-right: none;
border-bottom-color: #e7e7e7;
border-left: none;
}

.navbar-brand > img {
display: block;
margin: 0 0 0 -1px; /* visually compensate for leading edge 'C' */
}

.navbar-toggle {
margin-bottom: 0;
}

.navbar-nav > li > a {
.navbar-default .navbar-nav > li a {
padding-top: 13px;
padding-bottom: 13px;
padding-bottom: 10px;
border-bottom: 3px solid transparent;
color: #555555;
}

.navbar-default .navbar-nav > li.active a {
background-color: transparent;
border-bottom: 3px solid #AE0B0B;
}

.navbar-default .navbar-nav > li a {
/* Layout fix. */
border-bottom: 3px solid transparent;
color: #555555;
border-bottom-color: #AE0B0B;
}

.subnav {
Expand Down Expand Up @@ -217,7 +220,12 @@ a.button:active {
}

#donate-image {
text-align: start;
text-align: center;
margin: 1em auto;
}

#by-line {
text-align: center;
}

.dl-horizontal dd {
Expand Down Expand Up @@ -745,14 +753,19 @@ input.bottom {
.sidebar-section h3 {
margin-bottom: 0.6em;
margin-top: 0;
border-bottom: 1px solid #ddd;
}

.sidebar-section h3 > span {
padding: 0.5em 0 0.1em;
border-bottom: 1px solid #ddd;
line-height: 1.4em;
}

.sidebar-section h3 > .edit {
font-size: 1.2ex;
font-weight: normal;
}

div.sidebar-checkbox {
padding-top: 2px;
padding-bottom: 2px;
Expand Down
Binary file removed cl/assets/static-global/png/logo-initials-only.png
Binary file not shown.
Binary file removed cl/assets/static-global/png/logo-large.png
Binary file not shown.
15 changes: 15 additions & 0 deletions cl/assets/static-global/svg/logo-full.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions cl/assets/static-global/svg/logo-initials-only.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit dfc50a2

Please sign in to comment.