Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15428516
D8171.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
6 KB
Referenced Files
None
Subscribers
None
D8171.diff
View Options
Index: resources/celerity/map.php
===================================================================
--- resources/celerity/map.php
+++ resources/celerity/map.php
@@ -43,7 +43,7 @@
'rsrc/css/application/base/notification-menu.css' => 'fc9a363c',
'rsrc/css/application/base/phabricator-application-launch-view.css' => '55ba7571',
'rsrc/css/application/base/standard-page-view.css' => '517cdfb1',
- 'rsrc/css/application/chatlog/chatlog.css' => '0cd2bc78',
+ 'rsrc/css/application/chatlog/chatlog.css' => 'ad006c53',
'rsrc/css/application/config/config-options.css' => '7fedf08b',
'rsrc/css/application/config/config-template.css' => '25d446d6',
'rsrc/css/application/config/setup-issue.css' => '1bb81c53',
@@ -672,7 +672,7 @@
'phabricator-action-list-view-css' => '81383e25',
'phabricator-application-launch-view-css' => '55ba7571',
'phabricator-busy' => '6453c869',
- 'phabricator-chatlog-css' => '0cd2bc78',
+ 'phabricator-chatlog-css' => 'ad006c53',
'phabricator-content-source-view-css' => '4b8b05d4',
'phabricator-core-css' => 'da26ddb2',
'phabricator-countdown-css' => '86b7b0a0',
Index: src/applications/uiexample/examples/PHUIColorPalletteExample.php
===================================================================
--- src/applications/uiexample/examples/PHUIColorPalletteExample.php
+++ src/applications/uiexample/examples/PHUIColorPalletteExample.php
@@ -40,6 +40,7 @@
'4B4D51' => 'Dark Grey Text {$darkgreytext}',
'F7F7F7' => 'Light Grey Background {$lightgreybackground}',
'EBECEE' => 'Grey Background {$greybackground}',
+ 'DFE0E2' => 'Dark Grey Background {$darkgreybackground}',
);
$blues = array(
@@ -48,7 +49,7 @@
'95A6C5' => 'Blue Border {$blueborder}',
'626E82' => 'Dark Blue Border {$darkblueborder}',
'F8F9FC' => 'Light Blue Background {$lightbluebackground}',
- 'DFE0E2' => 'Blue Background {$bluebackground}',
+ 'DAE7FF' => 'Blue Background {$bluebackground}',
'8C98B8' => 'Light Blue Text {$lightbluetext}',
'6B748C' => 'Blue Text {$bluetext}',
'464C5C' => 'Dark Blue Text {$darkbluetext}',
@@ -94,53 +95,25 @@
'class' => 'button grey mlb'),
'Color Palette');
- $layout1 = id(new PHUIBoxView())
- ->appendChild($d_column)
- ->setShadow(true)
- ->addPadding(PHUI::PADDING_LARGE);
+ $wrap1 = id(new PHUIObjectBoxView())
+ ->setHeaderText(pht('Greys'))
+ ->appendChild($d_column);
- $layout1b = id(new PHUIBoxView())
- ->appendChild($b_column)
- ->setShadow(true)
- ->addPadding(PHUI::PADDING_LARGE);
+ $wrap2 = id(new PHUIObjectBoxView())
+ ->setHeaderText(pht('Blues'))
+ ->appendChild($b_column);
- $layout2 = id(new PHUIBoxView())
- ->appendChild($color_url)
- ->appendChild($c_column)
- ->setShadow(true)
- ->addPadding(PHUI::PADDING_LARGE);
-
- $head1 = id(new PHUIHeaderView())
- ->setHeader(pht('Greys'));
-
- $head1b = id(new PHUIHeaderView())
- ->setHeader(pht('Blues'));
-
- $head2 = id(new PHUIHeaderView())
- ->setHeader(pht('Colors'));
-
- $wrap1 = id(new PHUIBoxView())
- ->appendChild($layout1)
- ->addMargin(PHUI::MARGIN_LARGE);
-
- $wrap1b = id(new PHUIBoxView())
- ->appendChild($layout1b)
- ->addMargin(PHUI::MARGIN_LARGE);
-
- $wrap2 = id(new PHUIBoxView())
- ->appendChild($layout2)
- ->addMargin(PHUI::MARGIN_LARGE);
+ $wrap3 = id(new PHUIObjectBoxView())
+ ->setHeaderText(pht('Colors'))
+ ->appendChild($c_column);
return phutil_tag(
'div',
array(),
array(
- $head1,
$wrap1,
- $head1b,
- $wrap1b,
- $head2,
- $wrap2
+ $wrap2,
+ $wrap3
));
}
}
Index: src/infrastructure/celerity/CelerityResourceTransformer.php
===================================================================
--- src/infrastructure/celerity/CelerityResourceTransformer.php
+++ src/infrastructure/celerity/CelerityResourceTransformer.php
@@ -185,6 +185,7 @@
'darkgreytext' => '#4B4D51',
'lightgreybackground' => '#F7F7F7',
'greybackground' => '#EBECEE',
+ 'darkgreybackground' => '#DFE0E2',
// Base Blues
'thinblueborder' => '#DDE8EF',
Index: webroot/rsrc/css/application/chatlog/chatlog.css
===================================================================
--- webroot/rsrc/css/application/chatlog/chatlog.css
+++ webroot/rsrc/css/application/chatlog/chatlog.css
@@ -3,7 +3,7 @@
*/
.phabricator-chat-log-wrap {
- padding: 0 20px;
+ padding: 0 16px;
}
.device-phone .phabricator-chat-log-wrap {
@@ -34,15 +34,12 @@
.phabricator-chat-log-panel {
clear: both;
- border-left: 1px solid #e7e7e7;
- border-right: 1px solid #e7e7e7;
- border-bottom: 1px solid #c0c5d1;
+ border: 1px solid {$lightblueborder};
+ border-bottom: 1px solid {$blueborder};
}
.phabricator-chat-log {
width: 100%;
- border: 1px solid #e7e7e7;
- box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.phabricator-chat-log td {
@@ -55,24 +52,20 @@
}
.phabricator-chat-log tr td.author {
- background: #e7e7ee;
+ background: {$greybackground};
}
.phabricator-chat-log tr.alternate {
- border-top: 1px solid #e7e7e7;
- border-bottom: 1px solid #e7e7e7;
+ border-top: 1px solid {$thinblueborder};
+ border-bottom: 1px solid {$thinblueborder};
}
.phabricator-chat-log tr.alternate td.author {
- background: #dfdfe6;
+ background: {$darkgreybackground};
}
.phabricator-chat-log tr.highlight td {
- background: #ffff88;
-}
-
-.phabricator-chat-log tr.highlight td.author {
- background: #eeee88;
+ background: {$lightyellow};
}
.phabricator-chat-log td.timestamp {
@@ -82,7 +75,7 @@
}
.phabricator-chat-log td.message .timestamp {
- color: #a1a5a9;
+ color: {$bluetext};
font-size: 11px;
float: right;
margin-left: 5px;
@@ -93,7 +86,7 @@
text-align: right;
font-weight: bold;
width: 140px;
- color: #555555;
+ color: {$darkbluetext};
}
.device-phone .phabricator-chat-log td.author {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 24, 8:54 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7223657
Default Alt Text
D8171.diff (6 KB)
Attached To
Mode
D8171: Update Chatlog CSS, fix standard backgrounds
Attached
Detach File
Event Timeline
Log In to Comment