Skip to content

Commit

Permalink
Fix alignment of header items (FreshRSS#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
pattems committed Nov 9, 2018
1 parent 55992d4 commit 05fb7cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion p/themes/Origine/origine.css
Expand Up @@ -545,7 +545,6 @@ a.btn {
padding: 10px;
border-bottom: 1px solid #aaa;
vertical-align: middle;
text-align: center;
}
.header > .item.title{
width: 230px;
Expand Down
4 changes: 4 additions & 0 deletions p/themes/base-theme/template.css
Expand Up @@ -436,6 +436,10 @@ a.btn {
width: 100px;
}

.formLogin .header > .item {
padding: 10px 30px;
}

/*=== Body */
#global {
display: table;
Expand Down

0 comments on commit 05fb7cf

Please sign in to comment.