diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-10 08:32:25 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-10 08:32:25 +0000 |
| commit | a48419f26ca39eec7fd6d48d191d3308ba130288 (patch) | |
| tree | 531d081f7238297240c5584535e2efb84952e974 /roundcubemail/skins/default/common.css | |
| parent | 82a8481a074549ac2f49d1ad97fc023db5d949f5 (diff) | |
Add support link to login page in default skin
git-svn-id: https://svn.roundcube.net/trunk@6056 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/common.css')
| -rw-r--r-- | roundcubemail/skins/default/common.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 95fbb8837..c707205b6 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -769,6 +769,15 @@ a.rcmContactAddress:hover width: 200px; } +#login-bottomline +{ + width: 400px; + margin: 5em auto; + font-size: 85%; + text-align: center; + color: #333; +} + #console { opacity: 0.8; |
