0
|
1 /***** Roundcube|Mail Help task styles *****/
|
|
2
|
|
3 #taskbar a.button-help
|
|
4 {
|
|
5 background-image: url('help.gif');
|
|
6 }
|
|
7
|
|
8 .extwin #tabsbar
|
|
9 {
|
|
10 top: 21px;
|
|
11 left: 20px;
|
|
12 right: 100px;
|
|
13 border-bottom: 0;
|
|
14 }
|
|
15
|
|
16 .helpwin .closelink {
|
|
17 position: absolute;
|
|
18 top: 20px;
|
|
19 right: 20px;
|
|
20 }
|
|
21
|
|
22 .help-box
|
|
23 {
|
|
24 overflow: auto;
|
|
25 background-color: #F2F2F2;
|
|
26 }
|
|
27
|
|
28 #helplicense, #helpabout
|
|
29 {
|
|
30 width: 46em;
|
|
31 padding: 1em 2em;
|
|
32 }
|
|
33
|
|
34 #helplicense a, #helpabout a
|
|
35 {
|
|
36 color: #900;
|
|
37 }
|
|
38
|
|
39 #helpabout
|
|
40 {
|
|
41 margin: 0 auto;
|
|
42 }
|
|
43
|