mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-15 04:26:49 +01:00
30 lines
324 B
CSS
30 lines
324 B
CSS
/***** 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;
|
|
}
|
|
|