diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-11 13:25:06 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-11 13:25:06 +0200 |
commit | 138e0fe4456068a2316c8462a85f4ae2727ee93c (patch) | |
tree | 0c273ece017e7f9a0ab7757a30ec8675cf56a978 /view/theme | |
parent | d3581d85620d38ab02bdc4e25a20106527be8676 (diff) | |
download | volse-hubzilla-138e0fe4456068a2316c8462a85f4ae2727ee93c.tar.gz volse-hubzilla-138e0fe4456068a2316c8462a85f4ae2727ee93c.tar.bz2 volse-hubzilla-138e0fe4456068a2316c8462a85f4ae2727ee93c.zip |
fix issue with profile photo
Diffstat (limited to 'view/theme')
-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; |