Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Commit

Permalink
[update] package update
Browse files Browse the repository at this point in the history
  • Loading branch information
jiachenghu committed May 18, 2012
1 parent 2119b7a commit 5934113
Show file tree
Hide file tree
Showing 18 changed files with 3,068 additions and 1,362 deletions.
2 changes: 1 addition & 1 deletion configure
@@ -1,2 +1,2 @@
sudo npm install -g jake jshint csslint uglify-js
npm install -g jake jshint csslint uglify-js
npm install
2 changes: 1 addition & 1 deletion pkg/chromium/bootstrap.js

Large diffs are not rendered by default.

Binary file added pkg/chromium/images/contact-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 16 additions & 3 deletions pkg/chromium/ripple.css
Expand Up @@ -916,15 +916,28 @@ section.left {

/* ------------------------------>
First Run Window */


.browser-check-result-window {
z-index: 9000;
width: 100%;
height: 2000%;
position: absolute;
top: 0;
left: 0;
text-align:center;
vertical-align: middle;
display: none;
background-color: #888888;
}

.first-run-window {
z-index: 9000;
width: 100%;
height: 100%;
height: 100%;
position: absolute;
top: 0;
text-align:center;
vertical-align: middle;
vertical-align: middle;
display: none;
}

Expand Down

0 comments on commit 5934113

Please sign in to comment.