diff options
author | friendica <info@friendica.com> | 2012-08-16 21:41:07 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-16 21:41:07 -0700 |
commit | a7c1c22a2a9a5088f0961556bf58e4177005043d (patch) | |
tree | 144dd415edd325341a88cbdd7f0dbb26c82bf7ee /view/theme | |
parent | 57cf80754d7ad2037ea144369111a624ec5ffcb3 (diff) | |
download | volse-hubzilla-a7c1c22a2a9a5088f0961556bf58e4177005043d.tar.gz volse-hubzilla-a7c1c22a2a9a5088f0961556bf58e4177005043d.tar.bz2 volse-hubzilla-a7c1c22a2a9a5088f0961556bf58e4177005043d.zip |
new contact edit mockup - verdict: too complicated, must simplify
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/css/style.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/css/style.css b/view/theme/duepuntozero/css/style.css index 5b9aee3d2..18f620110 100644 --- a/view/theme/duepuntozero/css/style.css +++ b/view/theme/duepuntozero/css/style.css @@ -2843,6 +2843,32 @@ aside input[type='text'] { } +.field_abook_help { + color: #888; +} +.abook-them { + margin-left: 225px; + margin-bottom: 15px; +} +.abook-me { + margin-left: 36px; + margin-bottom: 15px; +} +.acheckbox { + margin-bottom: 5px !important; +} + +#contact-slider { + width: 600px !important; +} + +.abook-edit-them, .abook-edit-me { + float: left; + width: 100px !important; +} +.field_abook_help { + float: left; +} .field .onoff { float: left; |