equal
deleted
inserted
replaced
1 /* Network status (error) dialog styles. */ |
1 /* Network status (error) dialog styles. */ |
2 |
2 |
3 .networkStatusBox { |
3 .networkStatusBox { |
4 background: -webkit-gradient(linear, left top, left bottom, from(#546b8f), to(#3b4c69), color-stop(0.0, #aab)); |
4 background: -webkit-gradient(linear, left top, left bottom, from(#546b8f), to(#3b4c69), color-stop(0.0, #aab)); |
|
5 -webkit-user-select: none; |
|
6 |
|
7 padding: 10px; |
|
8 color: #fff; |
|
9 |
|
10 border-radius: 7px; |
|
11 |
|
12 border-style: solid; |
|
13 border-width: 4px; |
|
14 border-color: #243447; |
|
15 /*font specification*/ |
|
16 font-family: "Series 60 Sans", "Nokia Sans S60", sans-serif; |
|
17 } |
|
18 |
|
19 .networkStatusBoxMaemo { |
|
20 background: black; |
5 -webkit-user-select: none; |
21 -webkit-user-select: none; |
6 |
22 |
7 padding: 10px; |
23 padding: 10px; |
8 color: #fff; |
24 color: #fff; |
9 |
25 |