diff options
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; |