diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-06-16 12:20:19 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-06-16 12:20:19 +0000 |
| commit | 55ccec14bf82d88067eb8a13c62b6ba1f0de7d7b (patch) | |
| tree | b7cd1244b1f29e65b8d437dc4cedd0456dca87f3 /roundcubemail/skins/default/addressbook.css | |
| parent | 59029fc29d6c8d9ed99786859ddf7fb9ae5fd172 (diff) | |
- Add addressbook name in contact info frame (#1487958)
git-svn-id: https://svn.roundcube.net/trunk@4857 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/addressbook.css')
| -rw-r--r-- | roundcubemail/skins/default/addressbook.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/addressbook.css b/roundcubemail/skins/default/addressbook.css index 18939b9fe..e06cfd089 100644 --- a/roundcubemail/skins/default/addressbook.css +++ b/roundcubemail/skins/default/addressbook.css @@ -384,3 +384,10 @@ fieldset.contactfieldgroup legend { padding: 2px; } + +#sourcename +{ + color: #666; + font-size: 10px; + margin-left: 2px; +} |
