1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/aphront/error-view.css

41 lines
635 B
CSS
Raw Normal View History

2011-02-06 01:43:28 +01:00
/**
* @provides aphront-error-view-css
*/
.aphront-error-view {
margin: 1em auto;
padding: 1em;
-webkit-box-shadow: 2px 2px 2px #999;
-mox-box-shadow: 2px 2px 2px #999;
box-shadow: 2px 2px 2px #999;
}
.aphront-error-width-default {
width: 720px;
}
.aphront-error-width-dialog {
width: 300px;
}
2011-02-06 01:43:28 +01:00
.aphront-error-width-wide {
width: 95%;
}
.aphront-error-severity-error {
border: 1px solid #aa0000;
background: #f9b9bc;
}
.aphront-error-severity-warning {
border: 1px solid #888800;
background: #ffffdd;
}
2011-02-06 07:36:21 +01:00
.aphront-error-severity-notice {
border: 1px solid #000088;
background: #e3e3ff;
}