some work on the edit connection workflow explanation and connedit page. This needs a lot more attention, but it was screaming for any improvement in documenting why we tell you that the permissions have been changed but not saved.

This commit is contained in:
friendica
2015-01-02 19:20:52 -08:00
parent ed2917118d
commit 31648d65c8
4 changed files with 46 additions and 26 deletions

View File

@@ -14,15 +14,31 @@
margin-bottom: 5px !important;
}
.abook-pending-contact, .abook-permschange, .abook-autotext {
.abook-pending-contact, .abook-autotext {
background: orange;
font-weight: bold;
margin: 10px;
padding: 20px 5px 10px;
}
.abook-permschange {
width: 100%;
}
.abook-perms-steps {
float: left;
width: 200px;
height: 210px;
background: orange;
font-weight: bold;
margin: 10px;
padding: 20px 5px 10px;
}
.abook-permssave {
margin-left: 10px;
clear: both;
}
#contact-slider {