Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13996445
D11161.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D11161.diff
View Options
diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -45,7 +45,7 @@
'rsrc/css/application/config/config-template.css' => '25d446d6',
'rsrc/css/application/config/config-welcome.css' => 'b0d16200',
'rsrc/css/application/config/setup-issue.css' => '8f852bc0',
- 'rsrc/css/application/config/unhandled-exception.css' => '38f08073',
+ 'rsrc/css/application/config/unhandled-exception.css' => '37d4f9a2',
'rsrc/css/application/conpherence/menu.css' => 'e1e0fdf1',
'rsrc/css/application/conpherence/message-pane.css' => '042886d1',
'rsrc/css/application/conpherence/notification.css' => '04a6e10a',
@@ -817,7 +817,7 @@
'sprite-tokens-css' => '1706b943',
'syntax-highlighting-css' => '56c1ba38',
'tokens-css' => '3d0f239e',
- 'unhandled-exception-css' => '38f08073',
+ 'unhandled-exception-css' => '37d4f9a2',
),
'requires' => array(
'00861799' => array(
diff --git a/webroot/rsrc/css/application/config/unhandled-exception.css b/webroot/rsrc/css/application/config/unhandled-exception.css
--- a/webroot/rsrc/css/application/config/unhandled-exception.css
+++ b/webroot/rsrc/css/application/config/unhandled-exception.css
@@ -2,26 +2,26 @@
* @provides unhandled-exception-css
*/
-.unhandled-exception {
- background: #222228;
-}
-
.unhandled-exception-detail {
max-width: 760px;
- margin: 16px auto;
- background: #f7f7f7;
- border: 2px solid #ffffff;
+ margin: 24px auto;
+ background: #fff;
+ border: 1px solid #f4c6c6;
+ border-bottom: 1px solid #eb9797;
}
.unhandled-exception-detail .unhandled-exception-title {
+ color: #802b2b;
+ text-shadow: 0 1px #fff;
+ padding: 16px 12px;
+ border-bottom: 1px solid #f4c6c6;
font-size: 15px;
font-weight: bold;
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAADwCAIAAABHUjkYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEpJREFUeNrs0TEKADAIBEER//9aa00bmzTGNNnrBhEO1ayxcJctKjUmmaf5a5tEtPazt/+67/Q/bvfr3nu6D8YYY4wxxvgfLwEGAIQkJawSMraKAAAAAElFTkSuQmCC');
+ background-repeat: repeat-x;
margin: 0;
- padding: 16px;
- background: #DFE0E2;
}
.unhandled-exception-detail .unhandled-exception-body {
- padding: 16px;
- color: #4B4D51;
+ padding: 16px 12px;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Oct 24, 9:13 PM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6715888
Default Alt Text
D11161.diff (2 KB)
Attached To
Mode
D11161: Basic style for exception page
Attached
Detach File
Event Timeline
Log In to Comment