comparison plugins/help/skins/classic/help.css @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
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