diff --git a/app/assets/stylesheets/header.scss b/app/assets/stylesheets/header.scss index 4ce2735a1..7e4757ae8 100644 --- a/app/assets/stylesheets/header.scss +++ b/app/assets/stylesheets/header.scss @@ -339,7 +339,6 @@ body > header { left: 8px; top: 8px; display: block; - border-radius: 3px; } .header-nav { diff --git a/app/assets/stylesheets/new_styles/_base.scss b/app/assets/stylesheets/new_styles/_base.scss index 609876def..0f078ecba 100644 --- a/app/assets/stylesheets/new_styles/_base.scss +++ b/app/assets/stylesheets/new_styles/_base.scss @@ -31,22 +31,22 @@ a { color : $link-blue } .icon-blue { background-image: image_url("img/glyphicons-halflings-blue.png"); } .avatar { + border-radius: 4px; + &.micro { height: 20px; width: 20px; - box-shadow: 0px 1px 2px 0px #666; - -webkit-box-shadow: 0px 1px 2px 0px #666; - -moz-box-shadow: 0px 1px 2px 0px #666; - border-radius: 3px; } &.small { height: 35px; width: 35px; - box-shadow: 0px 1px 2px 0px #666; - -webkit-box-shadow: 0px 1px 2px 0px #666; - -moz-box-shadow: 0px 1px 2px 0px #666; - border-radius: 4px; + } + + &.medium { + height: auto; + width: auto; + max-width: 75px; } } diff --git a/app/assets/stylesheets/new_styles/_settings.scss b/app/assets/stylesheets/new_styles/_settings.scss index d5324108c..f0679ed8a 100644 --- a/app/assets/stylesheets/new_styles/_settings.scss +++ b/app/assets/stylesheets/new_styles/_settings.scss @@ -13,5 +13,8 @@ } #profile_photo_upload .avatar { - max-width: 150px; -} \ No newline at end of file + height: auto; + width: auto; + max-width: 200px; + margin-bottom: 10px; +} diff --git a/app/assets/stylesheets/notifications.scss b/app/assets/stylesheets/notifications.scss index 5aa393d13..9b67bf0fb 100644 --- a/app/assets/stylesheets/notifications.scss +++ b/app/assets/stylesheets/notifications.scss @@ -78,10 +78,6 @@ .avatar { width: 35px; height: 35px; - box-shadow: 0px 1px 2px 0px #666; - -webkit-box-shadow: 0px 1px 2px 0px #666; - -moz-box-shadow: 0px 1px 2px 0px #666; - border-radius: 3px; } .unread-toggle { diff --git a/app/assets/stylesheets/single-post-view.scss b/app/assets/stylesheets/single-post-view.scss index f931fc61f..3a371efbb 100644 --- a/app/assets/stylesheets/single-post-view.scss +++ b/app/assets/stylesheets/single-post-view.scss @@ -20,9 +20,6 @@ line-height: $font-size-text; } } - .avatar.medium { - max-width: 75px; - } .bd { padding-left: 10px; } diff --git a/app/assets/templates/header_tpl.jst.hbs b/app/assets/templates/header_tpl.jst.hbs index 2c2bb2d86..0361701e0 100644 --- a/app/assets/templates/header_tpl.jst.hbs +++ b/app/assets/templates/header_tpl.jst.hbs @@ -72,7 +72,7 @@
-