diff --git a/project/static/css/style.css b/project/static/css/style.css index eac444e..1697ba8 100644 --- a/project/static/css/style.css +++ b/project/static/css/style.css @@ -684,3 +684,10 @@ a.popup-unreg {background:url(../img/popup-trash.png) no-repeat 3px center;} .italic {font-style: italic;} .rm_profile {overflow:hidden;} .rm_profile .list-col2 {border-left:none;} + +/* profile */ + +.search-property { + padding: 15px; + background: rgba(128, 128, 128, 0.1); +} \ No newline at end of file diff --git a/project/templates/customer/profile/edit.html b/project/templates/customer/profile/edit.html index a4604a3..ff6b4e9 100644 --- a/project/templates/customer/profile/edit.html +++ b/project/templates/customer/profile/edit.html @@ -5,6 +5,22 @@ {% block content %}