diff options
Diffstat (limited to 'view/css')
-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 |