diff options
author | friendica <info@friendica.com> | 2015-01-02 19:22:46 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-02 19:22:46 -0800 |
commit | 1ef1d1c2b798e4b832345b7d1e28eddd30752e6b (patch) | |
tree | d8155e020eae1ddc9d99b3bc5da6cab9b6a89fa3 /view/css | |
parent | 14239970a54eacd64a95b21ea24417487ef838df (diff) | |
parent | 31648d65c8c5c3a54fc36b83871dcc09a9ac982f (diff) | |
download | volse-hubzilla-1ef1d1c2b798e4b832345b7d1e28eddd30752e6b.tar.gz volse-hubzilla-1ef1d1c2b798e4b832345b7d1e28eddd30752e6b.tar.bz2 volse-hubzilla-1ef1d1c2b798e4b832345b7d1e28eddd30752e6b.zip |
Merge branch 'master' into trinidad
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_connedit.css | 18 |
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 { |