modified 404, 422 and 500 pages a bit
This commit is contained in:
parent
b821476ba6
commit
fcac636f07
|
@ -23,7 +23,7 @@
|
|||
border-right-color: #999;
|
||||
border-left-color: #999;
|
||||
border-bottom-color: #BBB;
|
||||
border-top: #B00100 solid 4px;
|
||||
border-top: #00A0F0 solid 4px;
|
||||
border-top-left-radius: 9px;
|
||||
border-top-right-radius: 9px;
|
||||
background-color: white;
|
||||
|
@ -33,7 +33,7 @@
|
|||
|
||||
h1 {
|
||||
font-size: 100%;
|
||||
color: #730E15;
|
||||
color: #0b79C5;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
|
@ -55,13 +55,12 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<!-- This file lives in public/404.html -->
|
||||
<div class="dialog">
|
||||
<div>
|
||||
<h1>The page you were looking for doesn't exist.</h1>
|
||||
<p>You may have mistyped the address or the page may have moved.</p>
|
||||
</div>
|
||||
<p>If you are the application owner check the logs for more information.</p>
|
||||
<p>If you think you found a bug, please let us know.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
border-right-color: #999;
|
||||
border-left-color: #999;
|
||||
border-bottom-color: #BBB;
|
||||
border-top: #B00100 solid 4px;
|
||||
border-top: #00A0F0 solid 4px;
|
||||
border-top-left-radius: 9px;
|
||||
border-top-right-radius: 9px;
|
||||
background-color: white;
|
||||
|
@ -33,7 +33,7 @@
|
|||
|
||||
h1 {
|
||||
font-size: 100%;
|
||||
color: #730E15;
|
||||
color: #0b79C5;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
|
@ -55,13 +55,12 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<!-- This file lives in public/422.html -->
|
||||
<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 think you found a bug, please let us know.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
border-right-color: #999;
|
||||
border-left-color: #999;
|
||||
border-bottom-color: #BBB;
|
||||
border-top: #B00100 solid 4px;
|
||||
border-top: #00A0F0 solid 4px;
|
||||
border-top-left-radius: 9px;
|
||||
border-top-right-radius: 9px;
|
||||
background-color: white;
|
||||
|
@ -33,7 +33,7 @@
|
|||
|
||||
h1 {
|
||||
font-size: 100%;
|
||||
color: #730E15;
|
||||
color: #0b79C5;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
|
@ -55,12 +55,11 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<!-- This file lives in public/500.html -->
|
||||
<div class="dialog">
|
||||
<div>
|
||||
<h1>We're sorry, but something went wrong.</h1>
|
||||
</div>
|
||||
<p>If you are the application owner check the logs for more information.</p>
|
||||
<p>If you think you found a bug, please let us know.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue