thomascube
2012-03-03 884add1419729cb8eb5ed8fb47ea68e5f6ce6682
commit | author | age
884add 1 /***** Roundcube|Mail Help task styles *****/
T 2
3 #taskbar a.button-help
4 {
5   background-image: url('help.gif');
6 }
7
8 .help-box
9 {
10   overflow: auto;  
11   background-color: #F2F2F2;
12 }
13
14 #helplicense, #helpabout
15 {
16   width: 46em;
17   padding: 1em 2em;
18 }
19
20 #helplicense a, #helpabout a
21 {
22   color: #900;
23 }
24
25 #helpabout
26 {
27   margin: 0 auto;
28 }
29