diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-11 13:26:27 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-11 13:26:27 +0200 |
commit | f41bab6f8ad6aee8c686acfe14722ae06fc0855f (patch) | |
tree | 42e035dda533ace99979bf0b383fe797155d2d9b /view | |
parent | ec2df365de3ae141a49b51716bf63bb8b58360de (diff) | |
parent | 138e0fe4456068a2316c8462a85f4ae2727ee93c (diff) | |
download | volse-hubzilla-f41bab6f8ad6aee8c686acfe14722ae06fc0855f.tar.gz volse-hubzilla-f41bab6f8ad6aee8c686acfe14722ae06fc0855f.tar.bz2 volse-hubzilla-f41bab6f8ad6aee8c686acfe14722ae06fc0855f.zip |
Merge remote-tracking branch 'redmatrix/master'
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 6d23a1996..939b9cf54 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -416,13 +416,18 @@ footer { #profile-photo-wrapper img { width: 100%; + height: 100%; max-width: 300px; - height: auto; + max-height: 300px; } #profile-photo-wrapper { + width: 251px; + height: 251px; margin-top: -10px; margin-bottom: 10px; + border: 1px solid #ccc; + border-radius: $radiuspx; } @@ -514,7 +519,6 @@ footer { display: block; } - .pager { padding: 10px; text-align: center; @@ -580,10 +584,6 @@ footer { margin-left: 5px; } -.photo { - border: 1px solid #ccc; -} - .photo-top-photo, .photo-album-photo { /* padding: 10px; max-width: 300px; |