summaryrefslogtreecommitdiff
path: root/plugins/help/skins/default/help.css
blob: e0b01bbf0d17003268b38d2c5889b17b9b764ef1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/***** RoundCube|Mail Help task styles *****/

#taskbar a.button-help
{
  background-image: url('help.gif');
}

#help-box
{
  position: absolute;
  bottom: 30px; 
  top: 95px;
  left: 20px;
  right: 20px;
  border: 1px solid #999999;
  overflow: auto;  
  background-color: #F2F2F2;
  /* IE hack */
  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
  width: expression((parseInt(document.documentElement.clientWight)-40)+'px');
}

#helplicense, #helpabout
{
  width: 46em;
  padding: 1em 2em;
}

#helplicense a, #helpabout a
{
  color: #900;
}

#helpabout
{
  margin: 0 auto;
}