Update error messages and styling

This commit is contained in:
2023-04-24 23:06:35 +02:00
parent 787eaba3b1
commit f95a93b1e4
4 changed files with 78 additions and 14 deletions

View File

@@ -23,17 +23,17 @@
border-right-color: #999;
border-left-color: #999;
border-bottom-color: #BBB;
border-top: #B00100 solid 4px;
border-top: #c40f5b solid 4px;
border-top-left-radius: 9px;
border-top-right-radius: 9px;
background-color: white;
background-color: #c40f5b;
padding: 7px 12% 0;
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
}
.rails-default-error-page h1 {
font-size: 100%;
color: #730E15;
color: white;
line-height: 1.5em;
}
@@ -59,9 +59,8 @@
<div class="dialog">
<div>
<h1>The change you wanted was rejected.</h1>
<p>Maybe you tried to change something you didn't have access to.</p>
</div>
<p>If you are the application owner check the logs for more information.</p>
<p>If you feel you should have been able to make this change, please contact the site administrator.</p>
</div>
</body>
</html>