]> git.openstreetmap.org Git - rails.git/commitdiff
Rename CSS class matches for change in controller name
authorTom Hughes <tom@compton.nu>
Thu, 4 Oct 2018 21:32:10 +0000 (22:32 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 4 Oct 2018 21:32:10 +0000 (22:32 +0100)
app/assets/stylesheets/common.scss

index 4b8a80c5469b58c1ae219cff2816a6157e994904..3827a368a504a18b8c8c8e55ceba5b2886b5ba76 100644 (file)
@@ -1402,9 +1402,9 @@ tr.turn:hover {
 
 /* Overrides for pages that use new layout conventions */
 
 
 /* Overrides for pages that use new layout conventions */
 
-.user-new,
-.user-create,
-.user-terms {
+.users-new,
+.users-create,
+.users-terms {
   .content-body .content-inner {
     padding: 0;
 
   .content-body .content-inner {
     padding: 0;
 
@@ -1415,10 +1415,10 @@ tr.turn:hover {
   }
 }
 
   }
 }
 
-.user-new,
-.user-create,
-.user-terms,
-.user-confirm {
+.users-new,
+.users-create,
+.users-terms,
+.users-confirm {
   .content-heading .content-inner {
     height: 200px;
   }
   .content-heading .content-inner {
     height: 200px;
   }
@@ -1594,7 +1594,7 @@ tr.turn:hover {
   margin-left: 70px;
 }
 
   margin-left: 70px;
 }
 
-.user-show {
+.users-show {
   // Silly exception; remove when user page is redesigned.
   .content-inner {
     max-width: none;
   // Silly exception; remove when user page is redesigned.
   .content-inner {
     max-width: none;
@@ -1745,7 +1745,7 @@ tr.turn:hover {
 
 /* Rules for the account confirmation page */
 
 
 /* Rules for the account confirmation page */
 
-.user-terms {
+.users-terms {
   .legale {
     border: 1px solid #ccc;
     padding: $lineheight;
   .legale {
     border: 1px solid #ccc;
     padding: $lineheight;