]> git.openstreetmap.org Git - rails.git/commitdiff
Float the user image right in the global diary list
authorTom Hughes <tom@compton.nu>
Thu, 6 Sep 2012 21:03:15 +0000 (22:03 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 6 Sep 2012 21:03:15 +0000 (22:03 +0100)
app/assets/stylesheets/ltr.css.scss
app/assets/stylesheets/rtl.css.scss

index e85813e287ce034ae8832ca329a29b16a6465c47..eb72ff9d18efc13d179b5d7108d2769f47cf23d3 100644 (file)
@@ -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 {
index 8b48378ea65041b9eda8a026d791321be403b1bd..8dd38834bf35ca36b493ee35573f64ec9e052340 100644 (file)
@@ -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 {