Skip to content

Commit

Permalink
Merge pull request #4690 from techAPJ/pdf-onebox
Browse files Browse the repository at this point in the history
UX: CSS for pdf onebox
  • Loading branch information
arpitjalan committed Feb 6, 2017
2 parents e82240f + 0c0da86 commit 6865380
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Binary file added app/assets/images/favicons/pdf_48px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/favicons/pdf_64px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions app/assets/stylesheets/common/base/onebox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,15 @@ aside.onebox {
@include gdocs-logo('drive');
}

.pdf-onebox-logo {
width: 60px;
height: 50px;
float: left;
background: image-url("favicons/pdf_64px.png") no-repeat;
background-size: 48px 48px;
display: inline-block;
}

// Google Calendar Placeholder
.gdocs-onebox-splash {
background-color: blend-primary-secondary(30%);
Expand Down

0 comments on commit 6865380

Please sign in to comment.