X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/41a8b62ff2698b411c3bebeef26dc6f69df01a4c..901de4a56a58b4967eec5f2a20e241e3d1c088e9:/app/assets/stylesheets/common.css.scss?ds=inline diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index d4afea410..6eecae577 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1046,6 +1046,9 @@ ul.results-list li { border-bottom: 1px solid #ccc; } } /* Overrides for pages that use new layout conventions */ +.user-new, +.user-create, +.user-terms, .user-confirm, .site-copyright, .site-welcome { @@ -1056,6 +1059,7 @@ ul.results-list li { border-bottom: 1px solid #ccc; } .user-new, .user-create, +.user-terms, .user-confirm { .content-heading { height: 200px; @@ -1063,7 +1067,8 @@ ul.results-list li { border-bottom: 1px solid #ccc; } } .user-new, -.user-create { +.user-create, +.user-terms { #content { padding: 0; } @@ -1526,7 +1531,7 @@ ul.results-list li { border-bottom: 1px solid #ccc; } /* Rules for the account confirmation page */ -#terms { +.user-terms { .legale { border: 1px solid #ccc; padding: $lineheight; @@ -1548,28 +1553,12 @@ ul.results-list li { border-bottom: 1px solid #ccc; } } } - form.sign { - input[type=submit] { - float: left; - } - #decline { - background: $lightblue; - &:hover { - background: darken($lightblue, $hovercolor); - } + #decline { + background: $lightblue; + &:hover { + background: darken($lightblue, $hovercolor); } } - fieldset { - margin-bottom: $lineheight; - } - #contributorGuidance { - background-color: $offwhite; - border-radius: 4px; - -moz-border-radius: 4px; - } - .signing-buttons { - height: 50px; - } } /* Rules for the account settings page */