You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/10/28 23:12:11 UTC

[03/15] git commit: styling from James

styling from James


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/commit/531b10ca
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/531b10ca
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/531b10ca

Branch: refs/heads/master
Commit: 531b10ca1a87c3d4c5c2bc84f0ddd132d129d472
Parents: 1f8a91f
Author: Piotr Zalewa <pi...@zalewa.info>
Authored: Sat Sep 21 16:58:41 2013 +0200
Committer: Piotr Zalewa <pi...@zalewa.info>
Committed: Sat Sep 21 16:58:41 2013 +0200

----------------------------------------------------------------------
 www/firefoxos/notification.css | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/531b10ca/www/firefoxos/notification.css
----------------------------------------------------------------------
diff --git a/www/firefoxos/notification.css b/www/firefoxos/notification.css
index 2954083..d645d9f 100644
--- a/www/firefoxos/notification.css
+++ b/www/firefoxos/notification.css
@@ -1,2 +1,10 @@
-
-dy { background-color: red; }
+.fxos-modal-window {
+    background-color: rgba(0, 0, 0, .5);
+    width: 100%;
+    height: 100%;
+    position: absolute;
+    top: 0;
+    left: 0;
+    text-align: center;
+    padding-top: 3em;
+}