diff options
author | friendica <info@friendica.com> | 2012-12-19 16:59:45 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-19 16:59:45 -0800 |
commit | 2f48c31082179d8ff29952e8fe983c99ab0ff5f3 (patch) | |
tree | 17b142d9d1b0236e9fee16f1437a79fdf1065634 /view | |
parent | cad8fa6b3584ecf4599a569b2f19d9f7e395c7f7 (diff) | |
download | volse-hubzilla-2f48c31082179d8ff29952e8fe983c99ab0ff5f3.tar.gz volse-hubzilla-2f48c31082179d8ff29952e8fe983c99ab0ff5f3.tar.bz2 volse-hubzilla-2f48c31082179d8ff29952e8fe983c99ab0ff5f3.zip |
add mod_profile_photo.css
Diffstat (limited to 'view')
-rw-r--r-- | view/css/mod_profile_photo.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/view/css/mod_profile_photo.css b/view/css/mod_profile_photo.css new file mode 100644 index 000000000..5540b5fae --- /dev/null +++ b/view/css/mod_profile_photo.css @@ -0,0 +1,12 @@ +.form-label { + margin-bottom: 15px; + float: left; + width: 150px; +} +.form-input { + margin-bottom: 15px; +} + +#profile-photo-submit-wrapper { + clear: both; +}
\ No newline at end of file |