diff options
author | friendica <info@friendica.com> | 2014-07-22 20:20:01 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-22 20:20:01 -0700 |
commit | 8dc3446be4ae26afdbf42cbaeb8b572f5a4658a0 (patch) | |
tree | 8059a679ef4fcae2c645a5ca58ad670440e16c72 /view/css | |
parent | 1476812e9098e18e266d0fddf4575234f28561f9 (diff) | |
download | volse-hubzilla-8dc3446be4ae26afdbf42cbaeb8b572f5a4658a0.tar.gz volse-hubzilla-8dc3446be4ae26afdbf42cbaeb8b572f5a4658a0.tar.bz2 volse-hubzilla-8dc3446be4ae26afdbf42cbaeb8b572f5a4658a0.zip |
when telling somebody that permissions have changed but not yet submitted, give them a submit button *right there* so they don't have to look for it.
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_connedit.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/css/mod_connedit.css b/view/css/mod_connedit.css index 8b80b4e70..5bf598062 100644 --- a/view/css/mod_connedit.css +++ b/view/css/mod_connedit.css @@ -21,6 +21,10 @@ padding: 20px 5px 10px; } +.abook-permssave { + margin-left: 10px; +} + #contact-slider { width: 600px !important; } |