diff options
Diffstat (limited to 'apps/contacts/css/styles.css')
-rw-r--r-- | apps/contacts/css/styles.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/contacts/css/styles.css b/apps/contacts/css/styles.css index b6709c5a791..c890be85824 100644 --- a/apps/contacts/css/styles.css +++ b/apps/contacts/css/styles.css @@ -1,4 +1,5 @@ -#contacts li { padding-left:25px;background:url('../img/person.svg') no-repeat; } +#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%; } |