diff options
author | friendica <info@friendica.com> | 2013-07-04 20:35:42 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-04 20:35:42 -0700 |
commit | 8b9f2f8ef766c169e77a34c72118d14beb2b21de (patch) | |
tree | 4ccdac7beb859d368eb02f8436cf38e036683383 /view/css | |
parent | 08258da9444a94708426cf2d445e60b21dbbe84a (diff) | |
download | volse-hubzilla-8b9f2f8ef766c169e77a34c72118d14beb2b21de.tar.gz volse-hubzilla-8b9f2f8ef766c169e77a34c72118d14beb2b21de.tar.bz2 volse-hubzilla-8b9f2f8ef766c169e77a34c72118d14beb2b21de.zip |
input form for profile stuff
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_thing.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/view/css/mod_thing.css b/view/css/mod_thing.css new file mode 100644 index 000000000..2a2ba7c92 --- /dev/null +++ b/view/css/mod_thing.css @@ -0,0 +1,27 @@ + + +.thing-profile #contact-profile-selector { + margin-left: 0; +} + +.thing-verb-label { + margin-top: 15px; +} + +.thing-verb { + margin-bottom: 15px; +} + +.thing-label { + float: left; + width: 250px; +} + +.thing-input { + float: left; + margin-bottom: 15px; +} + +.thing-field-end { + clear: both; +}
\ No newline at end of file |