mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 18:30:20 +02:00
Gelato: ErroHandler styles updates
This commit is contained in:
@@ -4,23 +4,17 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Error</title>
|
<title>Error</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
body {
|
||||||
|
background: #eee;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
#gelato-error {
|
#gelato-error {
|
||||||
background:#eee;
|
background:#eee;
|
||||||
color:0;
|
color:0;
|
||||||
width:95%;
|
width:100%;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
font-family:Verdana, Arial, Helvetica, "Nimbus Sans", FreeSans, Malayalam, sans-serif;
|
font-family:Verdana, Arial, Helvetica, "Nimbus Sans", FreeSans, Malayalam, sans-serif;
|
||||||
margin:20px auto;
|
|
||||||
|
|
||||||
-webkit-box-shadow: 1px 1px 18px rgba(50, 50, 50, 0.75);
|
|
||||||
-moz-box-shadow: 1px 1px 18px rgba(50, 50, 50, 0.75);
|
|
||||||
box-shadow: 1px 1px 18px rgba(50, 50, 50, 0.75);
|
|
||||||
|
|
||||||
-webkit-border-radius: 5px;
|
|
||||||
-moz-border-radius: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#gelato-error pre {
|
#gelato-error pre {
|
||||||
@@ -42,12 +36,6 @@
|
|||||||
font-weight:700;
|
font-weight:700;
|
||||||
padding:10px;
|
padding:10px;
|
||||||
|
|
||||||
-moz-border-radius-topleft: 5px;
|
|
||||||
-webkit-border-top-left-radius: 5px;
|
|
||||||
border-top-left-radius: 5px;
|
|
||||||
-moz-border-radius-topright: 5px;
|
|
||||||
-webkit-border-top-right-radius: 5px;
|
|
||||||
border-top-right-radius: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#gelato-error .body {
|
#gelato-error .body {
|
||||||
@@ -288,7 +276,10 @@
|
|||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div style="padding-top:20px;padding-bottom:20px; padding-left:10px;"><a href="http://gelato.monstra.org">Gelato Library</a></div>
|
<div style="padding-top:20px;padding-bottom:20px; padding-left:10px;">
|
||||||
|
<a href="http://monstra.org">MONSTRA</a>
|
||||||
|
<a href="http://gelato.monstra.org">GELATO</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
Reference in New Issue
Block a user