]> git.donarmstrong.com Git - roundcube.git/blob - plugins/help/skins/default/help.css
Prepare a new release
[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   padding: 20px;
26 }