Skip to content

Commit

Permalink
Merge pull request #2701 from 10up/fix/small-css-tweaks-dev
Browse files Browse the repository at this point in the history
Small css tweaks
  • Loading branch information
felipeelia authored Apr 5, 2022
2 parents 115be0a + 8b289e4 commit f3caef3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 6 additions & 2 deletions assets/css/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ h2.ep-list-features {
.ep-header-menu .icons {
display: inline-block;
float: right;
height: 39px;
line-height: 39px;
height: 30px;
line-height: 34px;
padding-right: 3px;
}

Expand Down Expand Up @@ -134,6 +134,10 @@ h2.ep-list-features {
display: inline;
}

.ep-header-menu .icons .dashicons-update {
top: 2px;
}

/**
* Features
*/
Expand Down
5 changes: 5 additions & 0 deletions assets/css/sync.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@
margin-bottom: 0.5em;
}

& .ep-last-sync__icon-status {
margin-right: 5px;
vertical-align: text-bottom;
}

& .ep-last-sync__date {
background-color: var(--ep-admin-color-grey-01);
padding: 6px;
Expand Down

0 comments on commit f3caef3

Please sign in to comment.