Skip to content

Commit

Permalink
Merge pull request #503 from x-team/issue-464
Browse files Browse the repository at this point in the history
Fixing styling issue for 'inactive' text on Extensions screen.
  • Loading branch information
lukecarbis committed May 5, 2014
2 parents 451e877 + ef10e74 commit 7270dbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,10 @@
margin-right: 0;
}

.stream_page_wp_stream_extensions .theme .theme-name span {
float: left;
}

.stream_page_wp_stream_extensions .theme .theme-name span.inactive {
float: right;
margin-right: -5px;
Expand Down

0 comments on commit 7270dbb

Please sign in to comment.