]> git.donarmstrong.com Git - roundcube.git/blob - plugins/help/skins/default/help.css
Merge commit 'debian/0.3.1-1' into debian
[roundcube.git] / plugins / help / skins / default / help.css
1 /***** RoundCube|Mail Help task styles *****/
2
3 #taskbar a.button-help
4 {
5   background-image: url('help.gif');
6 }
7
8 #help-box
9 {
10   position: absolute;
11   bottom: 30px; 
12   top: 95px;
13   left: 20px;
14   right: 20px;
15   border: 1px solid #999999;
16   overflow: auto;  
17   background-color: #F2F2F2;
18   /* IE hack */
19   height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
20   width: expression((parseInt(document.documentElement.clientWight)-40)+'px');
21 }
22
23 #helplicense, #helpabout
24 {
25   width: 46em;
26   padding: 1em 2em;
27 }
28
29 #helplicense a, #helpabout a
30 {
31   color: #900;
32 }
33
34 #helpabout
35 {
36   margin: 0 auto;
37 }
38