]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Monkey patch rails to work around stupid I18n bug where it looks up
[rails.git] / public / stylesheets / common.css
index 0a5969a7cd3c42211d898ecaef95233442a58686..c7519b2ec4467f6007914e5f103d6ba029bc0414 100644 (file)
@@ -605,7 +605,11 @@ input[type="submit"] {
 }
 
 #accountForm td {
-       padding-bottom:10px;
+  padding-bottom: 10px;
+}
+
+#accountImage td {
+  padding-bottom: 0px;
 }
 
 .fieldName {
@@ -706,11 +710,13 @@ abbr.geo {
 }
 
 img.user_image {
-  width: 100px;
+  max-width: 100px;
+  max-height: 100px;
   border: 1px solid black;
 }
 
 img.user_thumbnail {
-  width: 50px;
+  max-width: 50px;
+  max-height: 100px;
   border: 1px solid black;
 }