File tree 7 files changed +37
-36
lines changed
7 files changed +37
-36
lines changed Original file line number Diff line number Diff line change 7
7
8
8
# igmail-notifier [length = "1" ]: after ,
9
9
# navigator-toolbox [iconsize = "large" ] # igmail-notifier [length = "1" ]: after {
10
- border-radius : 4px ;
11
- width : 9px ;
12
- margin : 6px 0 0 -9px ;
10
+ margin : 6px 0 0 -10px ;
11
+ width : 10px ;
13
12
}
14
13
# igmail-notifier [length = "2" ]: after ,
15
14
# navigator-toolbox [iconsize = "large" ] # igmail-notifier [length = "2" ]: after {
18
17
}
19
18
# igmail-notifier [length = "3" ]: after ,
20
19
# navigator-toolbox [iconsize = "large" ] # igmail-notifier [length = "3" ]: after {
21
- margin : 6px 0 0 -20 px ;
22
- width : 19 px ;
20
+ margin : 6px 0 0 -22 px ;
21
+ width : 22 px ;
23
22
}
24
23
# igmail-notifier [length = "4" ]: after ,
25
24
# navigator-toolbox [iconsize = "large" ] # igmail-notifier [length = "4" ]: after {
26
- margin : 6px 0 0 -22 px ;
27
- width : 22 px ;
25
+ margin : 6px -1 px 0 -25 px ;
26
+ width : 26 px ;
28
27
}
Original file line number Diff line number Diff line change 1
1
# igmail-notifier [length = "1" ]: after ,
2
2
# navigator-toolbox [iconsize = "large" ] # igmail-notifier [length = "1" ]: after {
3
- border-radius : 4px ;
4
- margin : 6px -3px 0 -6px ;
5
- width : 9px ;
3
+ margin : 6px -3px 0 -7px ;
4
+ width : 10px ;
6
5
}
7
6
# igmail-notifier [length = "2" ]: after ,
8
7
# navigator-toolbox [iconsize = "large" ] # igmail-notifier [length = "2" ]: after {
9
- margin : 6px -1px 0 -13 px ;
10
- width : 14 px ;
8
+ margin : 6px -1px 0 -15 px ;
9
+ width : 16 px ;
11
10
}
12
11
# igmail-notifier [length = "3" ]: after ,
13
12
# navigator-toolbox [iconsize = "large" ] # igmail-notifier [length = "3" ]: after {
14
- margin : 6px -1 px 0 -18 px ;
15
- width : 19 px ;
13
+ margin : 6px -2 px 0 -20 px ;
14
+ width : 22 px ;
16
15
}
17
16
# igmail-notifier [length = "4" ]: after ,
18
17
# navigator-toolbox [iconsize = "large" ] # igmail-notifier [length = "4" ]: after {
19
- margin : 6px -1 px 0 -20 px ;
20
- width : 22 px ;
18
+ margin : 6px -5 px 0 -23 px ;
19
+ width : 28 px ;
21
20
}
Original file line number Diff line number Diff line change 29
29
position : relative;
30
30
display : block;
31
31
font-family : arial;
32
- font-size : 9 px ;
32
+ font-size : 10 px ;
33
33
font-weight : 600 ;
34
34
content : attr (value);
35
35
background-color : # 3366CC ;
36
36
color : white;
37
37
text-align : center;
38
38
overflow : hidden;
39
39
border-radius : 2px ;
40
+ height : 10px ;
41
+ line-height : 10px ;
40
42
}
41
43
/* Windows Small Icon */
42
44
# igmail-notifier [length = "1" ]: after {
43
- border-radius : 4px ;
44
- width : 9px ;
45
- margin : 6px -1px 0 -8px ;
45
+ margin : 6px -1px 0 -9px ;
46
+ width : 10px ;
46
47
}
47
48
# igmail-notifier [length = "2" ]: after {
48
- margin : 6px 0 0 -14 px ;
49
- width : 14 px ;
49
+ margin : 6px 0 0 -16 px ;
50
+ width : 16 px ;
50
51
}
51
52
# igmail-notifier [length = "3" ]: after {
52
- margin : 6px -1px 0 -18 px ;
53
- width : 19 px ;
53
+ margin : 6px -1px 0 -19 px ;
54
+ width : 20 px ;
54
55
}
55
56
# igmail-notifier [length = "4" ]: after {
56
57
margin : 6px -2px 0 -20px ;
57
58
width : 22px ;
58
59
}
59
60
/* Windows Large Icon */
60
61
# navigator-toolbox [iconsize = "large" ] # igmail-notifier [length = "1" ]: after {
61
- border-radius : 4px ;
62
- margin : 6px 5px 0 -14px ;
63
- width : 9px ;
62
+ margin : 6px 5px 0 -15px ;
63
+ width : 10px ;
64
64
}
65
65
# navigator-toolbox [iconsize = "large" ] # igmail-notifier [length = "2" ]: after {
66
- margin : 6px 3px 0 -17 px ;
67
- width : 14 px ;
66
+ margin : 6px 3px 0 -19 px ;
67
+ width : 16 px ;
68
68
}
69
69
# navigator-toolbox [iconsize = "large" ] # igmail-notifier [length = "3" ]: after {
70
- margin : 6px 3px 0 -22 px ;
71
- width : 19 px ;
70
+ margin : 6px 3px 0 -25 px ;
71
+ width : 22 px ;
72
72
}
73
73
# navigator-toolbox [iconsize = "large" ] # igmail-notifier [length = "4" ]: after {
74
- margin : 6px 2 px 0 -24 px ;
75
- width : 22 px ;
74
+ margin : 6px 3 px 0 -31 px ;
75
+ width : 28 px ;
76
76
}
Original file line number Diff line number Diff line change @@ -431,9 +431,12 @@ var welcome = function () {
431
431
else {
432
432
open ( config . update + "?v=" + self . version ) ;
433
433
}
434
+ prefs . newVersion = "" ;
434
435
} , 3000 ) ;
435
436
}
436
- prefs . newVersion = "" ;
437
+ else {
438
+ prefs . newVersion = "" ;
439
+ }
437
440
}
438
441
439
442
/** Server **/
Original file line number Diff line number Diff line change 10
10
"contributors" : [" CaTz" , " ecaron" ],
11
11
12
12
"url" : " " ,
13
- "version" : " 0.3.5b2 " ,
13
+ "version" : " 0.3.5b3 " ,
14
14
"lib" : " lib" ,
15
15
"main" : " main" ,
16
16
Original file line number Diff line number Diff line change 13
13
<Description >
14
14
<em : id >{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em : id >
15
15
<em : minVersion >14.0</em : minVersion >
16
- <em : maxVersion >25 .0</em : maxVersion >
16
+ <em : maxVersion >27 .0</em : maxVersion >
17
17
</Description >
18
18
</em : targetApplication >
19
19
You can’t perform that action at this time.
0 commit comments