diff options
Diffstat (limited to 'apps/contacts/css/styles.css')
-rw-r--r-- | apps/contacts/css/styles.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/contacts/css/styles.css b/apps/contacts/css/styles.css index f351589fe12..c890be85824 100644 --- a/apps/contacts/css/styles.css +++ b/apps/contacts/css/styles.css @@ -1,3 +1,6 @@ +#contacts { padding-left:2px; padding-top: 5px; background: #fff; } +#leftcontent a { height: 23px; display: block; margin: 0 0 0 0; padding: 0 0 0 25px; } +#chooseaddressbook {margin-right: 170px; float: right;} #contacts_details_name { font-weight:bold;font-size:1.1em;margin-left:25%;} #contacts_details_photo { margin:.5em 0em .5em 25%; } |