Aleksander Machniak
2012-09-17 f7c11e862f002d0cd03f2eb4bae10ce3de69dfd2
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
/***** Roundcube|Mail Help task styles *****/
 
#taskbar a.button-help
{
  background-image: url('help.gif');
}
 
.help-box
{
  overflow: auto;  
  background-color: #F2F2F2;
}
 
#helplicense, #helpabout
{
  width: 46em;
  padding: 1em 2em;
}
 
#helplicense a, #helpabout a
{
  color: #900;
}
 
#helpabout
{
  margin: 0 auto;
}