diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-07-18 16:24:21 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-07-20 00:18:23 +0200 |
commit | 5c0c9bbdc176d093d98a5357172df5deb57e6fb9 (patch) | |
tree | 0fb36a4c79033d012c4e855a1a8140eec92842d9 /apps/contacts | |
parent | fc46322d4ce444a0c882179ee6c2aa3b6aa0b469 (diff) | |
download | nextcloud-server-5c0c9bbdc176d093d98a5357172df5deb57e6fb9.tar.gz nextcloud-server-5c0c9bbdc176d093d98a5357172df5deb57e6fb9.zip |
Cleaning up a bit.
Diffstat (limited to 'apps/contacts')
-rw-r--r-- | apps/contacts/css/contacts.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/contacts/css/contacts.css b/apps/contacts/css/contacts.css index f76365a2bc0..927e7309807 100644 --- a/apps/contacts/css/contacts.css +++ b/apps/contacts/css/contacts.css @@ -16,7 +16,7 @@ #uploadprogressbar { display: none; padding: 0; bottom: 3em; height:2em; width: 20em; margin:0; background:#eee; border:1px solid #ccc; position:fixed; } #contacts_newcontact, #contacts_import, #chooseaddressbook { float: left; margin: 0.2em 0 0 1em; border: 0 none; border-radius: 0; -moz-box-shadow: none; box-shadow: none; outline: 0 none; } #chooseaddressbook { float: right; margin: 0.2em 1em 0 0; } -#actionbar { position: relative; clear: both; height: 30px;} +#actionbar { clear: both; height: 30px;} #contacts_deletecard {position:relative; float:left; background:url('%webroot%/core/img/actions/delete.svg') no-repeat center; } #contacts_downloadcard {position:relative; float:left; background:url('%webroot%/core/img/actions/download.svg') no-repeat center; } #contacts_propertymenu { clear: left; float:left; max-width: 15em; margin: 2em; } @@ -72,7 +72,7 @@ label:hover, dt:hover { color: #333; } #identityprops { /*position: absolute; top: 2.5em; left: 0px;*/ } /*#contact_photo { max-width: 250px; }*/ #contact_identity { min-width: 30em; } -.contactsection { position: relative; float: left; /*max-width: 40em;*/ padding: 0.5em; height: auto: border: thin solid lightgray;/* -webkit-border-radius: 0.5em; -moz-border-radius: 0.5em; border-radius: 0.5em; background-color: #f8f8f8;*/ } +.contactsection { position: relative; float: left; padding: 0.5em; height: auto; } #cropbox { margin: auto; } #contacts_details_photo_wrapper { width: 200px; } |