]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Clamp the maximum width and height of user images. This ensures they can't
[rails.git] / public / stylesheets / common.css
index 738a16e62d86f2e82e1aaf00eb39b969755802d5..1d56b146470edb8dc72ee5404c18d373b888de19 100644 (file)
@@ -704,3 +704,15 @@ input[type="submit"] {
 abbr.geo {
   border-bottom: none;
 }
+
+img.user_image {
+  max-width: 100px;
+  max-height: 100px;
+  border: 1px solid black;
+}
+
+img.user_thumbnail {
+  max-width: 50px;
+  max-height: 100px;
+  border: 1px solid black;
+}