1c8eba5ea2
Addon serves 3 tasks: 1) deliver settings in json format 2) update settings with the device URL 3) cron-hook to regularly check and push new entries
37 lines
531 B
CSS
37 lines
531 B
CSS
#windowsphonepush-device_url-wrapper {
|
|
margin-top: 25px;
|
|
}
|
|
|
|
|
|
#windowsphonepush-enable-label {
|
|
float: left;
|
|
width: 200px;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
#windowsphonepush-enable-chk {
|
|
float: left;
|
|
}
|
|
|
|
#windowsphonepush-device_url-label {
|
|
float: left;
|
|
width: 200px;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
#windowsphonepush-device_url-text {
|
|
float: left;
|
|
background-color: #C0C0C0;
|
|
width: 500px;
|
|
}
|
|
|
|
#windowsphonepush-senditemtext-label {
|
|
float: left;
|
|
width: 200px;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
#windowsphonepush-senditemtext-chk {
|
|
float: left;
|
|
}
|