Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1195358 - Use graphics for installer
Browse files Browse the repository at this point in the history
  • Loading branch information
daleharvey committed Sep 1, 2015
1 parent 5602abb commit c4a4327
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 1 deletion.
Binary file added Connect_Icon_130x130.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 Flash_Icon_130x130.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 Header.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 Header_Gradient.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FILES=about.css about.js about.xhtml bootstrap.js imaging_tools.js main.js subprocess.js chrome.manifest Fira checkmark.png spinner.png
FILES=about.css about.js about.xhtml bootstrap.js imaging_tools.js main.js subprocess.js chrome.manifest Fira checkmark.png spinner.png Header.png Header_Gradient.png Connect_Icon_130x130.png Flash_Icon_130x130.png Select_Icon_130x130.png
ADDON_VERSION=0.3
XPI_NAME=b2g-installer-$(ADDON_VERSION)

Expand Down
Binary file added Select_Icon_130x130.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions about.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ html {
body {
color: #5E5E5E;
font-weight: 400;
background: url(Header.png) no-repeat top center,
url(Header_Gradient.png) repeat-x top center;
background-size: 800px, 1px 216px;
}

h1 {
font-size: 2em;
font-weight: 300;
text-align: center;
margin: 180px 0 20px 0;
}

h2 {
Expand Down Expand Up @@ -44,6 +48,29 @@ ul {
margin: 0 auto;
}

#wrapper section {
background-size: 80px;
background-repeat: no-repeat;
background-position: center top;
}

#wrapper section h2 {
margin-top: 100px;
}

#wrapper section.connect {
background-image: url(Connect_Icon_130x130.png);
}

#wrapper section.select {
background-image: url(Select_Icon_130x130.png);
margin: 0 20px;
}

#wrapper section.flash {
background-image: url(Flash_Icon_130x130.png);
}

#wrapper[data-current-step="connect"] .select,
#wrapper[data-current-step="connect"] .flash,
#wrapper[data-current-step="select"] .flash {
Expand Down

0 comments on commit c4a4327

Please sign in to comment.