From: Tom Hughes Date: Thu, 6 Sep 2012 21:03:15 +0000 (+0100) Subject: Float the user image right in the global diary list X-Git-Tag: live~5412 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/6358f8190d3952a3d7664e5db774ceaae5ce0447 Float the user image right in the global diary list --- diff --git a/app/assets/stylesheets/ltr.css.scss b/app/assets/stylesheets/ltr.css.scss index e85813e28..eb72ff9d1 100644 --- a/app/assets/stylesheets/ltr.css.scss +++ b/app/assets/stylesheets/ltr.css.scss @@ -152,6 +152,10 @@ html body { float: right; } +.diary_entry-list img.user_thumbnail { + float: right; +} + /* Rules for the diary entry view */ .diary_entry-view img.user_image { diff --git a/app/assets/stylesheets/rtl.css.scss b/app/assets/stylesheets/rtl.css.scss index 8b48378ea..8dd38834b 100644 --- a/app/assets/stylesheets/rtl.css.scss +++ b/app/assets/stylesheets/rtl.css.scss @@ -152,6 +152,10 @@ html body { float: left; } +.diary_entry-list img.user_thumnbail { + float: left; +} + /* Rules for the diary entry view */ .diary_entry-view img.user_image {