Full screen, lower text below times

This commit is contained in:
Neale Pickett 2014-01-19 22:12:16 -07:00
parent 025ddb9fd8
commit 989d29826b
3 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,8 @@
"128": "res/icon.png"
},
"permissions": [
"storage"
"storage",
"fullscreen"
],
"default_locale": "en",
"offline_enabled": true

View File

@ -1,5 +1,5 @@
chrome.app.runtime.onLaunched.addListener(function() {
chrome.app.window.create('../scoreboard.html', {
//'state': 'fullscreen'
'state': 'fullscreen'
})
})

View File

@ -130,6 +130,7 @@ input[readonly] {
left: 50%;
width: 5em;
margin-left: -2.5em;
z-index: -1;
}
#periodtext {