]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Move more styling into CSS and make it support RTL layout
[rails.git] / public / stylesheets / common.css
index f348b21eb8c5abdd85e8c3c9a2db8defe219e37a..da805616e0399c696bf1ba473e899794dd1c5575 100644 (file)
@@ -384,6 +384,10 @@ hr {
   display: none;
 }
 
+.attribution_notice {
+  text-align: center;
+}
+
 /* Rules for the popout map sidebar */
 
 #sidebar {
@@ -780,6 +784,10 @@ p#contributorGuidance {
   display: inline !important;
 }
 
+#accountForm input[type=submit] {
+  margin-top: 15px;
+}
+
 /* Rules for the user view */
 
 #user_details .user_map {
@@ -893,6 +901,7 @@ p#contributorGuidance {
 /* Rules for forms */
 
 .fieldName {
+  vertical-align: top;
   font-weight: bold;
 }