]> git.mxchange.org Git - friendica-addons.git/blob - windowsphonepush/windowsphonepush.css
Fix formatting
[friendica-addons.git] / windowsphonepush / windowsphonepush.css
1 #windowsphonepush-device_url-wrapper {
2         margin-top: 25px;
3 }
4
5
6 #windowsphonepush-enable-label {
7         float: left;
8         width: 200px;
9         margin-bottom: 25px;
10 }
11
12 #windowsphonepush-enable-chk {
13         float: left;
14 }
15
16 #windowsphonepush-device_url-label {
17         float: left;
18         width: 200px;
19         margin-bottom: 25px;
20 }
21
22 #windowsphonepush-device_url-text {
23         float: left;
24         background-color: #C0C0C0; 
25         width: 500px;
26 }
27
28 #windowsphonepush-senditemtext-label {
29         float: left;
30         width: 200px;
31         margin-bottom: 25px;
32 }
33
34 #windowsphonepush-senditemtext-chk {
35         float: left;
36 }