diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-21 14:10:29 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-21 14:10:29 +0000 |
| commit | d69f9e056fd6943b4d7d4be1f104c1d3c479212e (patch) | |
| tree | 595bb41b8529594ddd62f9d4542a2539f2cac2f4 /roundcubemail/skins/default/settings.css | |
| parent | 6663d0267378db72159c8bc194e9894ef497694a (diff) | |
Show configurable support link in about page; refer on <srcuri> for download link; no link to roundcube.net to avoid tons of support requests
git-svn-id: https://svn.roundcube.net/trunk@5457 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/settings.css')
| -rw-r--r-- | roundcubemail/skins/default/settings.css | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/roundcubemail/skins/default/settings.css b/roundcubemail/skins/default/settings.css index 50f1b2c83..8f24d8004 100644 --- a/roundcubemail/skins/default/settings.css +++ b/roundcubemail/skins/default/settings.css @@ -171,12 +171,16 @@ body.iframe, font-family: monospace; } +div.readtext +{ + width: 42em; + padding: 20px; +} + #license { - margin-left: 20px; - left: 20px; width: 500px; - height: 250px; + padding-bottom: 2em; background: url(images/watermark.gif) no-repeat center; } @@ -194,20 +198,15 @@ body.iframe, #license .license, #license .links { - margin-top: 30px; + margin-top: 1.5em; } #pluginlist { border: 1px solid #999; - margin-left: 20px; - top: 300px; - left: 20px; width: 500px; } -#pluginlist td.source, -#pluginlist td.license, #pluginlist td.version { text-align: center; |
