aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-02 19:20:52 -0800
committerfriendica <info@friendica.com>2015-01-02 19:20:52 -0800
commit31648d65c8c5c3a54fc36b83871dcc09a9ac982f (patch)
tree6b1738e0e514d16bfeaf00935edcb5e352322ac6 /view/css
parented2917118dd97df6b97c6ee34fe77b7f1818ffcd (diff)
downloadvolse-hubzilla-31648d65c8c5c3a54fc36b83871dcc09a9ac982f.tar.gz
volse-hubzilla-31648d65c8c5c3a54fc36b83871dcc09a9ac982f.tar.bz2
volse-hubzilla-31648d65c8c5c3a54fc36b83871dcc09a9ac982f.zip
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.
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_connedit.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/view/css/mod_connedit.css b/view/css/mod_connedit.css
index e7b93a088..82cc6bc9d 100644
--- a/view/css/mod_connedit.css
+++ b/view/css/mod_connedit.css
@@ -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 {