mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-04-24 03:00:11 -04:00
Added Cordova Support & documentation
This commit is contained in:
35
iOS/LocalNotifications/example/css/style.css
Normal file
35
iOS/LocalNotifications/example/css/style.css
Normal file
@@ -0,0 +1,35 @@
|
||||
* {
|
||||
margin:0px;
|
||||
}
|
||||
body {
|
||||
font-family:Helvetica;
|
||||
-webkit-user-select: none;
|
||||
background-color:#fff;
|
||||
}
|
||||
#wrapper {
|
||||
width:100%;
|
||||
height:100%;
|
||||
padding-top:15px;
|
||||
}
|
||||
#header {
|
||||
height:150px;
|
||||
width:100%;
|
||||
background-image:url(../images/header.png);
|
||||
background-size:100%;
|
||||
margin-bottom:10px;
|
||||
box-shadow: 0px 0px 2px .6px #222222;
|
||||
}
|
||||
.btn {
|
||||
font-size:18px;
|
||||
text-align:center;
|
||||
padding-top:12px;
|
||||
padding-bottom:12px;
|
||||
width:95%;
|
||||
border-radius: 5px;
|
||||
background-color:#545454;
|
||||
margin:auto;
|
||||
color:#fff;
|
||||
font-weight:bold;
|
||||
box-shadow: 0px 0px 2px .6px #222222;
|
||||
margin-top:5px;
|
||||
}
|
||||
Reference in New Issue
Block a user