]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Change attribute names for diary/message titles to match UI labels
[rails.git] / app / assets / stylesheets / common.css.scss
index b6745f809fcfa1e3661f1d8255506778f8f9433b..d73d1000ac189b381dbeca288d3b8871376e1e17 100644 (file)
@@ -888,6 +888,12 @@ nav.secondary {
   p {
     padding: $lineheight;
   }
+
+  input {
+    display: block;
+    margin-left: auto;
+    margin-right: auto;
+  }
 }
 
 #sidebar {
@@ -1863,6 +1869,8 @@ img.user_thumbnail {
 }
 
 img.user_thumbnail_tiny {
+  width: auto;
+  height: auto;
   max-width: 25px;
   max-height: 25px;
   border: 1px solid #ccc;